@charset "utf-8";	
@import url("./reset.css");
@import url("./design.css");
@import url("./override.css");


/* @group ベース */
div#Container {
	margin:0 auto;
	width:820px;
	background: url(../images/bg_main.jpg) no-repeat top center;
}
body#Top div#Container {
	margin:0 auto;
	width:820px;
	background: url(../images/bg_topmain.jpg) no-repeat top center;
}
/* @end */
/* @group ヘッダー */
div#Header {
	margin:0 auto;
	width:820px;
	background: url(../images/bg_main.jpg) no-repeat top center;
}
body#Top div#Header {
	margin:0 auto;
	width:820px;
	background: url(../images/bg_topmain.jpg) no-repeat top center;
}
div#Header_guide{
	float:right;
	margin:33px 10px 0 0 !important;margin:20px 5px 0 0;
	width:234px;
}
body#Top div#Header_guide{
	float:right;
	margin:213px 10px 0 0 !important;margin:200px 5px 0 0;
	width:234px;
}
div#Global_navi{
	clear:both;
	margin:0 10px;
	padding:5px 0 0;
	width:800px;
}
/* @end */
/* @group メインボックス */
div#Main_box{
	width:820px;
	margin:28px 0 0;
	background:url(../images/bg_maincontents.png) repeat-y top center !important;
	background:url(../images/bg_maincontents.gif) repeat-y top center;
}
/* @end */
/* @group メインコンテンツ */
div#Main_contents{
	float:left;
	width:581px;
}
/* @end */
/* @group サブコンテンツ */
div#Sub_contents{
	float:right;
	margin:20px 0 0;
	width:239px;
}
/* @end */
/* @group フッター */
div#Footer{
	clear:both;
	height:199px;
	width:820px;
	background:url(../images/bg_footer.png) no-repeat bottom;
}
/* @end */


