
body {
	margin: 0;
	padding: 0;
	font: normal small, Arial, Helvetica, sans-serif;
	color: #2F4F4F;
}
.headwrap{
	background:#fff;
	float:left;
	width:100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

a {
	color: #0a272d;
}

a:hover {
	text-decoration: none;
	color: #3f7398;
}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}

/* Header */

#header {
	width: 800px;
	height: 200px;
	padding: 0;
	margin: 0 auto;
	background: url(img/images.gif) no-repeat;
	background-position: 0 0;
}

#header .header_img span {
    display:none;
}
/* use text */

#logo {
	float: left;
	margin:0 0 0 0;
}


#logo a:hover{
	color: #0a272d;
}


#logo h1 {
	margin: 20px 0 0 34px;
	font-size: 40px;
	color: #FFF;
	display:none;
}

#logo h2 {
    margin: 0 0 0 36px;
    width:450px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #6B87AC;
	display:none;
}

/* use a logoimage  */

a.logo_img {
   display: block;
   width: 393px; 
   height: 118px; 
   text-indent: -1000px; 
   background-image: url(img/images.gif);
   background-position: 0 -205px; 
   
}

a.logo_img:hover {
@@background-position: 0 -324px; 
}
/* Menu */

#menu {
	width:800px;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color:white;
}

#menu a:hover{
	background-position: 0 -808px;
	}
#menu .active a {
    float: right;
    margin:-40px 0 0 0;
    width:800px;
    height:130px;
    text-indent: -1000px;
	background: url(img/images.gif) no-repeat;
	background-position: 0 -674px;
}
    
/* Content */

#content {
	width: 776px;
	min-height: 1000px;
	margin: 20px auto;
	background-color: #fff;
}


/* honbun */

#honbun {
	float: left;
	width: 482px;
	margin: 10px 0 0 6px;
	border: dashed 2px #EDEDED;
}

#honbun h2 {
	margin: 20px 10px 10px 10px;
	padding: 8px;
	font-size: 20px;
	border-left: solid 0.5em #50631D;
    border-bottom: dashed 1px #50631D;

}

#honbun p {
    line-height:300%;
	font-size: 15px;
	padding:20px;
}

#honbun .totop {
    text-align: right;
}

#honbun ul {
    margin: 0 0 0 50px;
}
#honbun ul li {
    padding: 10px;
    font-size: 15px;
}

/* list */

#navigation,#category {
     clear: right;
     float: right;
     width: 266px;
     padding-bottom: 14px; 
     text-align: left; 
     margin: 0 auto;
     overflow: hidden;
     background: #fff;
}

#navigation h2 { 
     background: url(img/images.gif) no-repeat; 
     background-position: 0 -451px;
     width: 226px; 
     height: 90px;
     margin:0;
}
#navigation h2 span { 
     display: none;
     list-style-type: none;
}
#navigation h3,#category h3 { 
     background: url(img/images.gif) no-repeat; 
     background-position: 0 -619px;
     width: 226px; 
     height: 33px;
     margin: 0;
}
#navigation h3 span { 
     display: none;
}

#category h2 { 
     background: url(img/images.gif) no-repeat;
     background-position: -225px -451px; 
     width: 225px; 
     height: 92px;
     margin:0;
}
#category h2 span { 
     display: none;
     list-style-type: none;
}

#category h3 span { 
     display: none;
}

#navigation ul,#category ul,#links ul{
list-style-type: none;
}

#navigation ul li a,#category ul li a { 
display: block;
width: 226px;
height: 35px;
padding: 14px 0 0 42px;
margin: 0;  
background: #EDEDED url(img/images.gif) no-repeat;
background-position: 0 -541px;
font-size: 12px; 
}

#navigation ul li a:hover,#category ul li a:hover,#navigation ul li.selected a,#category ul li.selected a { 
background-color: #FFF; 
}
#navigation ul li a span,#category ul li a span {display: block;}


#links {
     clear: right;
	 float: right;
     width: 225px;
     padding-bottom: 14px; 
     text-align: left; 
     margin: 0 auto;
}

#links ul {
	margin-left: 30px;
	padding: 10px;
}

#links li {
	margin-bottom: 50px;
}

#links li li {
	margin-bottom: auto;
}

#links li ul {
	padding-bottom: 20px;
	list-style: square inside;
}

#links h2 {
	font-size: 13px;
	color: #F0F8FF;
	padding: 10px 60px;
	border: double 6px #FFF;
    background: #75AA0C;
    margin-left: 10px;
    text-align: left;
}


/* Footer */

#footer{
	clear:both;
	width:800px;
	background-color:#75AA0C;
	height:40px;
	font-size:10px;
	text-align:right;
	color:#ffffff;
	border: double #C0C0C0;
	border-width:5px 0 0 0;
	padding:2px;
	margin: 0 auto;
	}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	}
#footer a:hover{
	color:#FFFFCC;
	}