.main{
	width:100%;
	height:100%;
	background-image:url(../img/main_2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#fff;
}


/* メインメニュー */
.menu{
	width:1000px;
	height:477px;
	position:relative;

}
.logo{
	width:322px;
	height:110px;
	background-image:url(../img/logo.png);
	position:relative;
}

.contents_body{
	width:1000px;
	height:auto;
	display:table;
	background-image:url(../img/frame/contents_body.jpg);
	position:relative;
}

.title{
	width:800px;
	height:45px;
	position:relative;
	left:70px;
}

.qa{
	width:758px;
	height:auto;
	position:relative;
	left:91px;
}



