/* CSS reset v.2011-03-25 business by umo*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, img, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
table {	border-collapse: separate;	border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
a img, iframe {	border: none;}
ol, ul {list-style: none;}
input, textarea, select, button {font-size: 100%;font-family: inherit;}
select {margin: inherit;}

.cls:after {content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.cls {display:inline-block;} 
* html .cls {height:1%;} 
.cls{display: block; overflow:hidden;}

.clear{height:1px; line-height:1px; display:block; clear:both; overflow:hidden; margin:0; padding:0; visibility:hidden;}

/* other */
.left{ float: left;}
.right{ float: right;}
.Tleft{text-align:left;}
.Tcenter{ text-align:center;}
.Tright{ text-align:right;}
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;}
.img_valign_center{position:static;vertical-align:middle }
.p_valign_center{ position:static; vertical-align:middle }
.nothing{font-size:0px; line-height :0px; margin :0px; padding :0;}

/*font*/
.fB{font-weight:bold;}
.cGray,a.cGray{ color:#444;}
.cGreen,a.cGreen{ color:#279f07;}
.cOrange,a.cOrange{ color:#ff4800;}
.cRed,a.cRed{ color:#cb0707;}
.cSGreen,a.cSGreen{ color:#007684;}
.cBlue,a.cBlue{ color:#0061c5;}
.cBRed,a.cBRed{ color:#d63700;}