@charset "utf-8";

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.5;
	color:#000000;
}

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#008b9b;
	text-decoration:none;
}
a img{
	vertical-align:bottom;

}

strong{
	font-weight:bold;
}

.bold{
	font-weight:600;
}

.small{
	font-size:76.333%;
}

img.btnOpacity:hover{
	filter: alpha(opacity=85);
	opacity:0.85;
}
