@charset "UTF-8";
/* ****************************************************
	base.css
***************************************************** */


/*  for All
=========================================*/
body{
	min-width: 1000px;
	background-color:#F5F5F5;
	color:#5a5046;
	font-family:  "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	font-size:14px;
	line-height:1.7;
}
a{
	color:#055f97;
	text-decoration:underline;
}
a:hover{
	color:#055f97;
	text-decoration:none;
}
a:hover img.ov {
    opacity:0.7;
    -moz-opacity:0.7; 
    -khtml-opacity:0.7; 
    filter:alpha(opacity=70);
}
.aL {
	text-align: left !important;
}
.aC {
	text-align: center !important;
}
.aR {
	text-align: right !important;
}
.vM {
	vertical-align: middle !important;
}
.vT {
	vertical-align: top !important;
}
.colL{
	float:left;
}
.colR{
	float:right;
}
.clr{
	clear:both;
}
strong{
	font-weight:bold;
}
small{
	font-size:11px;
	-webkit-text-size-adjust:none;
}


/*  extra
=========================================*/
/* clearfix */
.clearfix:after{
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
	content:".";
	font-size:0;
}

.clearfix{
	zoom:1;
}
