/*トップページ背景画像*/
body{
	background:url(../img/back.png);
	background-repeat:repeat-x;
}

/*トップページメイン画像*/
#main_img{
	margin:0 auto;
	width:1000px;
	height:409px;
}