@charset "utf-8";




body{
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../images/body_bg.jpg);
	font-size:13px;
	color:#000;
}

/* LINK
----------------------------------------------------- */
a:link    {text-decoration:none; color:#0178dd;}
a:visited {text-decoration:none; color:#0178dd;}
a:hover   {text-decoration:underline; color:#0178dd;}
a:active  {text-decoration:none; color:#0178dd;}


/* Table 
----------------------------------------------------- */
table{}
td{padding:3px; border:0px;}




/* tag
------------------------------------------------------- */
strong{
	font-weight:bold;
}






a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}





/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
 /* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
 
html .clearfix {
	display: block;
}
 
 /* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}


/* Dreamweaver preview */

.clearfix + *{
    clear: both;
}















