@charset "utf-8";
/* ----------------------------- Reset styles ----------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, 
th, 
td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
}
blockquote, 
q {
	quotes: "" "";
} 
/* ----------------------------- Typography ----------------------------- */
strong  { 
	font-weight: bold;
}
em,
dfn { 
	font-style: italic;
}
dfn  { 
	font-weight: bold;
}
sup, 
sub { 
	line-height: 0;
}
abbr, 
acronym  { 
	border-bottom: 1px dotted #666; 
}
blockquote  { 
	margin: 1.5em; 
	color: #666; 
	font-style: italic; 
}

address { 
	margin: 0 0 1.5em; 
	font-style: italic; 
}
del  { 
	color:#666; 
}
pre,
code  { 
	margin: 1.5em 0; 
	white-space: pre;
}
pre,
code,
tt { 
	font: 1em 'andale mono', 'lucida console', monospace; 
	line-height: 1.5; 
} 
dl  { 
	margin: 0 0 1.5em 0; 
}
dl dt  {
	font-weight: bold; 
}
dd { 
	margin-left: 1.5em;
}
ul { 
	list-style-type: disc; 
}
ol { 
	list-style-type: decimal; 
}
/* ----------------------------- Base class names ----------------------------- */
/* Width % */
.width5p {
	width: 4.9%;
}
.width10p {
	width: 9.9%;
}
.width15p {
	width: 14.9%;
}
.width20p {
	width: 19.9%;
}
.width25p {
	width: 24.9%;
}
.width30p {
	width: 29.9%;
}
.width33p {
	width: 32.9%;
}
.width35p {
	width: 34.9%;
}
.width40p {
	width: 39.9%;
}
.width45p {
	width: 44.9%;
}
.width50p { 
	width: 49.9%;
}
.width55p { 
	width: 54.9%;
}
.width60p { 
	width: 59.9%;
}
.width65p { 
	width: 64.9%;
}
.width67p { 
	width: 66.9%;
}
.width70p { 
	width: 69.9%;
}
.width75p { 
	width: 74.9%;
}
.width80p { 
	width: 79.9%;
}
.width85p { 
	width: 84.9%;
}
.width90p { 
	width: 89.9%;
}
.width95p { 
	width: 94.9%;
}
.width100p { 
	width: 100%;
}
/* Width px */
.width5 {
	width: 5px;
}
.width10 {
	width: 10px;
}
.width20 {
	width: 20px;
}
.width30 {
	width: 30px;
}
.width50 {
	width: 50px;
}
.width100 {
	width: 100px;
}
.width150 {
	width: 150px;
}
.width200 {
	width: 200px;
}
.width250 {
	width: 250px;
}
.width300 {
	width: 300px;
}
.width350 {
	width: 350px;
}
.width400 {
	width: 400px;
}
.width450 {
	width: 450px;
}
.width500 {
	width: 500px;
}
/* Float & Clear */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_none {
	float:none;	
}
.img_left {
	float:left;
	margin: 0 20px .5em 0;
}
.img_right { 
	float:right;
	margin: 0 0 20px 1em;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear:right;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
}
/* Align */
.align_left { 
	text-align: left;
}
.align_right { 
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_justify {
	text-align: justify;
}
.valign_top {
	vertical-align: top;
}
.valign_bottom {
	vertical-align: bottom;
}
.valign_middle {
	vertical-align: middle;
}
/* Text */
.no_indent {
	margin-left:0;
	padding-left:0;
}
.no_bullet {
	list-style:none;
	list-style-image:none;
}
.bold { 
	font-weight:bold;
}
.italic {
	font-style: italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
/* Box */
.no_padding {
	padding:0;
}
.no_margin {
	margin: 0;
}
.no_border {
	border: 0;
}
.js_invisible,
.invisible {
	visibility: invisible;
}
.visible {
	visibility: visible;
}
.hidden {
	display: none;
}
.js_hidden,
.seo_hidden {
	position: absolute;
	left: -9999em;
	top: -9999em;
}
.print {
	display: none;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}



.box * {

}