﻿body{
	font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
	text-align:center;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	font-size:75%;
	line-height:135%;
	color:#000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}



.header_area{
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
	height:88px;
	width:800px;
	background-image: url(img/bgtop.jpg);  
	background-repeat: no-repeat;  
}

.content{
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
	width:800px; 
	background-repeat: no-repeat;  
}

#menu{
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
	height:34px;
	width:800px;
	background-image: url(img/menu.jpg);  
	background-repeat: no-repeat;  
}

.footer_area{
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1px;
	height:48px;
	width:800px;
	background-image: url(img/bgfooter.jpg);  
	background-repeat: no-repeat;  
}

