ul,li{list-style:none; left:-50px;}
.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;
}
.menu{
	width:218px;
	height:auto;
	position:relative;
	float:left;
	left:5px;

}
.spec{
	width:710px;
	height:auto;
	position:relative;
	float:right;
	font-size:12px;
	line-height:140%;
	

}
