*{
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 12px/16px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #491E09;
	background: url(../images/back_03.jpg);
}
a:link {
	color:#491E09;
	text-decoration: none;
}
a:visited {
	color:#491E09;
	text-decoration: none;
}
a:hover {
	color:#996600;
	text-decoration: none;
}
a:active {
	color:#996600;
	text-decoration: none;
}

#container {
	margin: 30px auto 0px;
	padding: 0px 0px 30px;
	width: 780px;
	background: #FFFFFF;
}
#header {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	height: 55px;
	padding-bottom: 30px;
	text-align: left;
}
#header a {
	cursor: pointer;
}


strong {
	display: none;
}
#container h1 {
	background: url(../images/top_03.gif) no-repeat left top;
	width: 284px;
	height: 55px;
	text-align: left;
	float: left;
}
#header_r {
	float: right;
	width: 140px;
}
#contents {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#leftbox {
	float: right;
	width: 490px;
	text-align: left;
}
#leftbox h2 {
	font: bold 36px Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	border-left: 10px solid #491E09;
	padding-left: 10px;
}
#leftbox #disc {
	font-weight: bold;
	margin-top: 15px;
	color: #663300;
	line-height: 20px;
}


#rightbox {
	float: left;
	width: 230px;
	text-align: left;
}
#menubox {
	width: 230px;
	text-align: left;
	margin-bottom: 15px;
}
#menubox ul {
	list-style: none;
	margin-bottom: 10px;
}
#menubox img {
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 10px;
}
#menubox li {
	letter-spacing: 0.1em;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#textlink {
	text-align: center;
	margin-top: 30px;
}

#footer {
	margin-top: 5px;
}
address {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}


.Clear {
	clear: both;
}
