@charset "utf-8";
/* CSS Document */


 body {
	margin: auto;
	text-align: center;
	background: #ff6a00 url(images/mainbg01.gif);
	}
 
 #container {
	width: 900px;
	margin: 0px auto 0px auto;
	overflow:hidden;
	background-color: #ffb505;
 }
 
 
 #header {
	width: 828px;
	margin: 0px auto 0px auto;

 }
 
 
 #header table{
	margin: 0px auto 0px auto;
	text-align: center;
	width: 828px;
 }
 
 
 #text {
	width: 828px;
	margin: 0px auto 0px auto;
	background: #FFF;
 }


 
 #text table{
	margin: 10px auto 10px auto;
	text-align: center;
	width: 696px;
	background: #ff6a00;
 }


 #text th{
	margin: 0px auto 0px auto;
	padding-top: 5px;
	text-align: left;
	font-weight: normal;
	background: url(images/matsumura_text_bg.gif) no-repeat;
 }


 #text p{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	width: 450px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	}



 

 
  #footer {
	width: 600px;
	margin: 10px auto;
	padding: 0px;
	clear:both;
 }
 
 #footer p {
	font-size: 10px;
	margin: 6px auto;
	padding: 0px 0px;
	font-family: "lr SVbN", "Osaka|";
	text-align: center;
 } 

 #footer img {
	float: right;
 }

