/* All Layout
-------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
fieldset,img{
    border: 0;
}
abbr,acronym{
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,ver{
    font-style: normal;
	font-weight: normal;
}
a:link {
	color: #DDC039;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #e7decc;
	text-decoration: none;
}
/* ----------layout------------*/
body{
    margin: 0 auto;
	text-align: center;
	background: #5f4132;
	color:#e7decc;
	font-size: small;
	line-height: 120%; 
}
#comment{
    text-align: right;
}
#wrapper{
    margin: 0 auto;
	text-align: center;
	width: 800px;
	background: #3c230f;
	height: 100%;
}
#header{
    width: 800px;
	height: 120px;
}
#logo{
   margin-top: 15px;
   margin-bottom: 15px;
   float: right;
}
#root{
    text-align: left;
	margin-top: 10px;
}
#nav{
    width: 250px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
}
#nav li{
    display: block;
	margin: 10px 0px;
	list-style-type: none;
}
#maincontents{
    background: url(img/bg.gif) bottom right no-repeat;
	margin-top: 20px;
	margin-left: 40px;
	width: 500px;
	height: 100%;
	text-align: left;
	float: right;
}
#news{
width: 480px;
height: 400px;
}
#news li{
margin: 10px auto auto 20px;
}
#sitemap{
    padding-left: 30px;
}
   
.level1{
    font-size: 15px;
	font-weight: 600;
	list-style-type: square;
}
.level2{
    margin-top: 10px;
    font-size: 13px;
	font-weight: 600;
	text-indent: 20px;
	list-style-position:inside;
	list-style-type: circle;
}
.level3{
    font-size: 12px;
	font-weight: 400;
	text-indent: 60px;
	list-style-position:inside;
	list-style-type: disc;
	line-height: 150%;
}
.level3 a:link {
	color: #ffffff;
	text-decoration: underline;
}
.level3 a:visited {
	color: #999999;
	text-decoration: underline;
}
.level3 a:hover {
	color: #e7decc;
	text-decoration: underline;
}
#footer{
    margin: 50px auto;@
    width: 800px;
	height: 30px;
}
h1{ font-size: 12px;
    font-weight: 400;
	text-align: right;
}
h2{ margin-bottom: 20px;
}
h3{ margin-top: 50px;
    margin-bottom: 10px;
}
h4{ margin-top: 20px;
@@margin-bottom: 10px;
    font-weight: 400;
}
table {
    width: 480px;
    height: auto;
	border-spacing: 2px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.defin{
    width: 100px;
    height: auto;
	padding: 10px;
	background-color: #62412B;
}
.detail{
    width: auto;
    height: auto;
	padding: 10px;
	list-style-type: none;
}
#naiyou{
    list-style-position: inside;
	list-style-type: disc;
}
#enkaku{
    margin-left: 35px;
}
.enkaku{
    text-indent: -35px;
	margin-bottom: 10px;
	list-style-type: none;
}
#mail{
    vertical-align: middle;
	margin: 5px;
	margin-bottom: 30px;
}
#newre{
    margin-right: 20px;
}
#map{
    margin: 20px auto;
}
#map_text{
    color:#0000FF;
	text-align:left
}
.list_none{
    list-style-type: none;
}
   