.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;
}

.chirashi{
	width:922px;
	height:676px;
	position:relative;
}
.chirashi_l{
	width:458px;
	height:676px;
	position:relative;
	float:left;
}
.chirashi_r{
	width:464px;
	height:676px;
	position:relative;
	background-image:url(../package/01_chirashi_r.jpg);
	float:right;
}

.chirashi_kome{
	width:367px;
	height:115px;
	background-image:url(../package/01_text.jpg);
	font-size:12px;
	position:absolute;
	top:230px;
	left:32px;
}

.chirashi_button{
	width:409px;
	height:81px;
	position:absolute;
	right:0px;
	bottom:0px;
	
}

.package{
	width:922px;
	height:auto;
	position:relative;
}
.img01{
	width:922px;
	height:405px;
	background-image:url(../package/02_img_01.jpg);
	position:relative;
}

.img02{
	width:922px;
	height:743px;
	background-image:url(../package/02_img_02.jpg);
	position:relative;
}
.img01_txt{
	width:auto;
	height:auto;
	position:absolute;
	top:80px;
	left:67px;
	text-align:left;
	font-size:14px;
	line-height:140%;
}
.img02_txt{
	width:auto;
	height:auto;
	position:absolute;
	top:50px;
	left:67px;
	text-align:left;
	font-size:14px;
	line-height:140%;
}
