body {
	margin: 0;
	padding: 0;
	font: normal small, Arial, Helvetica, sans-serif;
	color: #2F4F4F;
}

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;
	padding: 0;
	margin: 20px auto;
	background: #fff;
}

#header .header_img {
    float: right;
	width: 236px;
	height: 98px;
    margin: 10px 0 0 0;
	background: url(img/images.gif) no-repeat;
	border: solid 2px #C0C0C0;
}

#header .header_img span {
    display:none;
}
/* use text */

#logo {
	float: left;
	margin: 0 0 0 34px;
}


#logo a:hover{
	color: #0a272d;
}


#logo h1 {
	margin: 60px 0 0 34px;
	font-size: 40px;
	color: #29578B;
	display: none;
}


/* use a logoimage  */

#logo .logo_img a {
   display: block;
   width: 317px; 
   height: 115px;  
   background: url(img/images.gif) no-repeat;
   background-position: 0 -157px; 
}

#logo .logo_img a:hover {
　　background-position: -331px -158px; 
}

#logo .logo_img a span{
   display: none;
}
/* Menu */

#menu {
	float: left;
}

#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: #000;
}

#menu a:hover{
	color: #fff;
	}
#menu .active a {
    margin:0 auto;
    width:800px;
    height:30px;
    padding: 10px 0 0 0;
	background: url(img/images.gif) no-repeat;
	background-position: 0 -480px;
	text-align: right;
}


#main {
    width: 800px;
    margin: 0 auto;
    padding: 0;
}

/* Content */

#content_left {
    float: left;
	width: 460px;
	min-height: 1000px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
#info {
    font-size: 11px;
    line-height: 120%;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 40px;
}
#info_top {
    display: block;
    width: 460px;
    height: 29px;
    background: url(img/info_bar.jpg) no-repeat;
    padding: 0;
    margin: 0;
}
#info_top span {
    display: none;
}

#info li {
    padding: 5px;
    margin: 0;
    color:#575757;
    font-size: 11px;
}

#info li a {
    display: block;
    color: #000;
    width: 100px;

}

#info li a:hover {
    color: #575757;
}
#info li a span {
    font-size: 12px;
}
    
/* honbun */

#honbun {
	width: 460px;
	margin: 30px 0 0 40px;
	border: dashed 2px #C0C0C0;
	overflow: hidden;
}

#honbun h2 {
    width:380px;
    height: 70px;
	margin: 20px 10px 10px 10px;
	padding: 26px 0 0 80px;
	font-size: 26px;
	background: url(img/images.gif) no-repeat;
	background-position: 0 -526px;
	
}

#honbun p {
    line-height:300%;
	font-size: 15px;
	padding:0 20px 20px 20px;
}

#honbun .totop {
    text-align: right;
}

#honbun ul {
    margin: 0 0 0 50px;
}
#honbun ul li {
    padding: 10px;
    font-size: 15px;
}

/* list */

#navigation {
     float: right;
     width: 288px;
     padding-bottom: 14px; 
     text-align: left; 
     margin: 0 auto;
     background: #fff;
}
#navigation h2 { 
     background: url(img/images.gif) no-repeat; 
     background-position: 0 -272px;
     width: 248px; 
     height: 113px;
     margin: 0;
}
#navigation h2 span { 
     display: none;
     list-style-type: none;
}
#navigation h3 { 
     background: url(img/images.gif) no-repeat; 
     background-position: 0 -435px;
     width: 249px; 
     height: 23px;
     margin:0;
}
#navigation h3 span { 
     display: none;
}
#navigation ul,#links ul{
list-style-type: none;
}

#navigation ul li a,#category ul li a { 
display: block; 
width: 248px;
height: 50px;
padding: 0;
margin: 0;
line-height: 120%;
text-decoration: none;
background: #f1f1f1 url(img/images.gif) no-repeat;
background-position: 0 -385px;
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 {
   display: block;
   width: 210px;
   font-size: 12px;
   padding: 14px 0 0 45px;
   margin: 0; 
   color: #4d4d4d;
   }


/* Footer */

#footer{
	clear:both;
	width:800px;
	background-color:#3b3b3b;
	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;
	}