#main_header{
	width:800px;
	margin:auto;
	height:140px;
	padding:0 25px;
	background:url('../images/base_top.png');
}

#main_menu{
	width:800px;
	margin:auto;
	height:60px;
	padding:0 25px;
	background:url('../images/base_content_bg.png') repeat-y;
	text-align:center;
}

#main_content{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height:1.5em;
	width:800px;
	margin:auto;
	height:autopx;
	padding:0 25px;
	background:url('../images/base_content_bg.png') repeat-y;
	text-align:center;
}

#main_content table{
	margin:0 50px;
	text-align:left;
}

#main_bottom{
	width:800px;
	margin:auto;
	height:22px;
	padding:0 25px;
	background:url('../images/base_content_bg_bottom.png');
}
