#container {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 800px;
	background-color: #ffffff;
	
}

#top{
	width: 800px;
	height: 20px;
	background-color: #FF6600;
	text-align: right;
}

#head{
	width: 800px;
	height: 97px;
	background-image: url(../../images/hed.jpg);
	background-repeat: no-repeat;
}
#head h2 {
    display : none;
}
#contents {
	width: 800px;
	height: auto;
	
}

#footer{
	width: 790px;
	height: 12px;
	clear: both;
	text-align: right;
	margin: 0px;
	font-size: 12px;
	color: #FF6600;	
}
address {
	height: 20px;
	background-color: #FF6600;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-style: normal;
	padding-top: 7px;
	clear: both;
}


#main {
	width: 595px;
	height: auto;
	float: left;
	
	
}
#menu {
	width: 185px;
	height: auto;
	float: left;
	
}
#side-l {
	width: 10px;
	height: 1px;
	float: left;
}
#side-l h3 {
    display : none;
}


