/* CSS Document */
html , body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
#wrapper{
	max-width: 1500px;
	margin: 0 auto;
	background:url(../images/index/bg_wrap.png);
	
}
.inner{
	width: 980px;
	margin: 0 auto;
}
.clearfix:after , .inner:after{
	display: block;
	content: "";
	clear: both;
}
li{
	list-style: none;
}
a:hover img{
	opacity: .7;
}