*, html{margin:0;padding:0;}

ul,ol{margin:0;padding:0;}
ul li {list-style: none;}
ul li a{text-decoration:none;border:none;}


body {
	margin: 0;
	padding: 0;
	font: normal small, Arial, Helvetica, sans-serif;
	color: #2F4F4F;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

a {
	color: #6788B1;
}

a:hover {
	text-decoration: none;
	color: #333;
}

.clearfix:after   {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
} 

.clearfix {  
     display: inline-block;  
}



#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(img/back.jpg) no-repeat right top;
}
/* Header */
#header h1 {
padding: 20px 0 20px 10px;
}
.logo_img{
   display: block;
   width: 460px; 
   height: 60px; 
   background: url(img/images1.gif) no-repeat;
   background-position: 0 -110px; 
   }
.logo_img:hover {
   background-position: 0 -169px; 
}
.logo_img span {
display: none;
}
.active {
    display: block;
    width:800px;
    height:51px;
	background: url(img/images1.gif);
	background-position: 0 -397px;
}
.active:hover{
	background-position: 0 -447px;
	}
.active span {
    display:none;
}
/* Content */

#content {
	width: 776px;
	margin: 0 auto;
	background-color: #fff;
}

/* honbun */

#honbun {
	float: left;
	width: 482px;
	margin: 10px 0 30px 6px;
	border: dashed 2px #EDEDED;
}
#honbun h3 {
background-color: #999;
color: #fff;
padding: 3px 6px;
font-size: 12px;
margin: 20px 20px 0 20px;
}
#honbun h4 {
	margin: 20px 10px 10px 10px;
	padding: 8px;
	font-size: 20px;
	border-left: solid 0.5em #6D8EB7;
    border-bottom: dashed 1px #483D8B;

}
#honbun h5 {
background-color: #999;
color: #fff;
padding: 3px 6px;
font-size: 12px;
margin: 20px 20px 0 20px;
}
.pr_main {
margin: 0 20px;
border: 1px solid #999;
padding: 10px;
line-height:300%;
font-size: 12px;
}
.entryin {
    line-height:300%;
	font-size: 15px;
	padding:20px;
}

#honbun .totop {
    text-align: right;
}

.category {padding:20px; font-size: 18px;}
.category li a {display: block; padding: 10px 0; color:#333; font-weight: bold;}
.category li a:hover {color:#777;}
/* list */

#navigation,#category {
     float: right;
     width: 236px;
     padding-bottom: 14px; 
     text-align: left; 
     margin: 0;
     overflow: hidden;
     background-color: #fff;
}

.list_top { 
     background: url(img/images1.gif) no-repeat; 
     background-position: -237px -228px;
     width: 236px; 
     height: 60px;
}
.list_top span { 
     display: none;
     list-style-type: none;
}
.bottom { 
display: block;
background: url(img/images1.gif) no-repeat bottom; 
background-position: -237px -363px;
width: 236px; 
height: 32px;
}
.bottom span { 
display: none;
}

.cat_top { 
display: block;
     background: url(img/images1.gif) no-repeat top;
     background-position: 0px -228px; 
     width: 236px; 
     height: 60px;
}
.cat_top span { 
     display: none;
     list-style-type: none;
}


#navigation ul,#category ul,#links ul{
list-style-type: none;
}

.list li a { 
display: block; 
background: #EDEDED url(img/images1.gif) no-repeat left;
background-position: -237px -288px;
font-size: 12px; 
}

.list li a:hover,.list li.selected a { 
background-color: #FFF; 
}
.list li a span {display: block;padding: 20px 5px 20px 35px;}


.pr {
font-size: 12px;
padding: 10px;
line-height: 230%;
}
/* Footer */

#footer{
	clear:both;
	background-color:#6788B1;
	font-size:11px;
	text-align:right;
	color:#ffffff;
	}
#footer a{
	color:#2f6093;
	text-decoration:underline;
	font-size:10px;
	}
#footer a:hover{
	color:#FFFFCC;
	}