@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body,html{
	height:100%;
	margin:0 auto;
	padding:0;
	background:url(../img/bg_index.png) no-repeat center top fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
}

/*base*/

#wrapper{
	width:960px;
	height:100%;
	margin:0 auto;
}
/*wrapper*/

#main{
	width:960px;
	height:696px;
	margin:0 auto;
	background:url(../img/main_img_top.png);
}
.top_img{
	margin-top:32px;
	padding-left:23px;
}
.top_img2{
	margin-top:19px;
	padding-left:23px;
}
/*main*/