.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:900px;
	height:45px;
	position:relative;
	left:20px;
}

.h{
	width:840px;
	height:auto;
	position:relative;
	left:50px;
	text-align:center;
}

.top_txtbg{
	width:730px;
	height:74px;
	background-image:url(../h/01_txt.gif);
	position:relative;
	
	
}
.top_txt{
	width:610px;
	height:40px;
	position:absolute;
	top:18px;
	left:30px;
	text-align:left;
	font-size:14px;
	line-height:140%;
	color:#CF001C;
	
}
