.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_body01{
	width:1000px;
	height:auto;
	display:table;
	background-image:url(../img/frame/contents_body.jpg);
	position:relative;
}

.01_title{
	width:794px;
	height:45px;
	position:relative;
	float:left;
}
.dl{
	width:794px;
	height:auto;
	position:relative;
	left:73px;
}

.dl_main{
	width:794px;
	height:auto;
	background-image:url(../dl/main_body.jpg);
	position:relative;
	float:left;
	font-size:12px;
}
.dl_main_top{
	width:794px;
	height:10px;
	background-image:url(../dl/main_top.jpg);
	position:relative;
	float:left;
}
.dl_main_bottom{
	width:794px;
	height:10px;
	background-image:url(../dl/main_bottom.jpg);
	position:relative;
	float:left;
}
.dl_img{
	width:394px;
	height:274px;
	position:relative;
	float:left;
	left:21px;
	z-index:2;
}
.dl_text_top{
	width:339px;
	height:18px;
	background-image:url(../dl/text_top.jpg);
	position:relative;
	float:right;
	right:21px;

}
.dl_text_body{
	width:339px;
	height:auto;
	font-size:12px;
	background-image:url(../dl/text_body.jpg);
	position:relative;
	float:right;
	right:21px;

}
.dl_text_bottom{
	width:339px;
	height:18px;
	background-image:url(../dl/text_bottom.jpg);
	position:relative;
	float:right;
	right:21px;

}
.dl_text{
	width:299px;
	height:auto;
	font-size:12px;
	position:relative;
	float:left;
	left:20px;
	color:#FFF;
}

.dl_button{
	width:238px;
	height:47px;
	position:relative;
	float:right;
	right:70px;
	top:20px;
}


