body {
	background-color: #FAF0E6;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 15px;
	font-family:monospace; 
	@charset:UTF-8; 
}
a {
	color:#842100;
}

A:active	{ 
	color:#99CC66; 
	text-decoration: none;
	border-bottom:1px solid #999999;
	padding-bottom:0.02em;
}

A:hover	{
	color:lime; 
	text-decoration: none;
}

a img {
	border:none;
}
hr {
	clear: both;
	height: 1px;
}
strong {
	color: #B34D3E;
}
.chui {
	font-size: 10px;
	color: #FF0000;
}

p {
	font-size: 80%;
	font color:#808080;
}
------------------------------------------------
#base {
	width:800px;
	height:300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #b47020;
	margin-top: 0px;
	border: 1px solid #696969;
	text-align: center;
}
#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}
------------------------------------------------
#header {
	width:800px;
	height:46px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#logo {
	width:217px;
	height:46px;
	float: left;
	padding: 10px;
}
#header #sub {
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 30px;
}

#header #sub2 {
	text-align: right;
	padding-right: 30px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
}
------------------------------------------------
#nav {
	padding: 7px;
	background-color: #696969;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#nav ul {
	list-style-type:none;
	display: block;
	margin-left:0px;
	background-color:#800000;
  }

li img{
vertical-align:bottom;
  }

#nav li {
	list-style-type: none;
	display: inline;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin:0;   
    padding:0; 
	border-left-color: #FAF0E6;
  }
   
#nav a {
	color: #FAF0E6;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#nav a:hover {
	color: #ffdd00;
	text-decoration: underline;
}
------------------------------------------------
#f_menu {
	padding: 7px;
	background-color: #696969;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#f_menu li {
	font-size: 10px;
	display: inline;
	background-position: 10px center;
	border-left-color: #FAF0E6;
}
#f_menu ul {
	text-align: right;
	list-style-type:none;
	display: block;
	margin-left:0px;
	background-color:#800000;
}
#f_menu li a {
	color: #FAF0E6;
	line-height: 20px;
	text-decoration: none;
}

#f_menu a:hover {
	color: #ffdd00;
	text-decoration: underline;
}
