@charset "utf-8";
/* CSS Document */

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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-size:100%;border:0;outline:0;background-color:transparent;margin:0;padding:0;}
ol,ul{list-style:none; line-height:1.4;}
blockquote,q{quotes:none}:focus{outline:0;}
table{border-collapse:collapse;border-spacing:0; border:0;}

body {
	font-size: 12px;
	line-height: 1;
	color: #666666;
	letter-spacing: 1px;
	text-align: left;
	padding: 0px;
	font-family:  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
}
a {
	color: #336699;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a img{border:0:}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: 1.5;
}
p {
	margin: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	line-height: 1.4;
}
form input{ font-size:12px; line-height:1; padding:1px 3px; margin:0;}

/*-- TEXT --*/
.large_text{font-size:120%;}
.small_text{font-size:85%;}
.half_text{font-size:50%;}
.red_text{color:#c00;}
.green_text{color:#390;}
.pink_text{color:#fad;}
.yellow_text{color:#ce0;}
.bold_text{font-weight:bold;}
.yellow_marker{background:#FF6; color:#630;}

/*-- MARGIN --*/
.m_t_10{margin-top:10px;}
.m_t_20{margin-top:20px;}
.m_b_5{margin-bottom:5px;}
.m_b_10{margin-bottom:10px;}
.m_b_20{margin-bottom:20px;}
.m_b_30{margin-bottom:30px;}
.m_b_40{margin-bottom:40px;}
.m_b_50{margin-bottom:50px;}
.m_r_10{margin-right:10px;}
.m_r_20{margin-right:20px;}
.m_l_10{margin-left:10px;}
.m_l_20{margin-left:20px;}
.m_l_50{margin-left:50px;}
/*-- PADDING --*/
.p_lr_10{padding:0 10px;}
.p_lr_20{padding:0 20px;}
/*-- FLOAT --*/
.float_l{float:left;}
.float_r{float:right;}
.align_l{text-align:left;}
.align_r{text-align:right;}
.align_c{text-align:center;}
/* clear fix -------------------*/
br.clear, p.clear {clear: both; display:inline-block;}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{display:inline-block;}
/* Hide from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}

/* End hide from IE-mac\*/
