#wrapper_bg {
	background: url(../img/box-bg.jpg) repeat-x;
	margin: auto;
}

#wrapper_top {
	background: url(../img/box-bg_sub.gif) repeat-y;
	width: 900px;
	margin: auto;
}

#wrapper_sub {
	background: url(../img/box-bg_sub2.gif) repeat-y;
	width: 900px;
	margin: auto;
}

#wrapper_pop {
	background: url(../img/box-bg_pop.gif) repeat-y;
	width: 510px;
	margin: auto;
}

#header {
	width: 900px;
	margin: auto;
}



/******************** コンテンツ部分ボックス ************************/

#conbox {
	width: 900px;
	height:auto;
	padding:15px 0px 0px 0px;
}

#conbox #box_left{
	float:left;
	width: 309px;
	padding:0px 0px 0px 51px;
}

#conbox #box_right{
	float:left;
	width:509px;
}

#conbox #pagetop {
	clear: both;
	text-align: right;
	padding-right: 14px;
	height: 25px;
}

#footer {
	width: 900px;
	margin: auto;
	clear: both;
}

