/* CSS Document */


/*basic css*/

body{ 
	color:#000;
	}
a{
	color:#20203E;
	}
a:hover{
	color:#000080;
	text-decoration:none;
	}



*{ margin:0; padding:0;}
img{ border:0;}


body {
    font-size: 13px; 
    *font-size: 90%; 
    *font:80%; 
}
body{
	text-align:center;
	}

/*clear fix*/

.clearfix:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;		
	}

.clearfix {
    _height:1px;
    min-height:1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
    }
	
/*contents*/

	
#container{
	width:800px;
	margin:0 auto;
	border: 1px solid #333333; 
	background: #4f4f4f;
	}
#head{
    width:800px;
    height: 140px;
	text-align:left;
	border-bottom: 2px solid #333333; 
	background: #4f4f4f;
	}
h1{
	font-size:11px;
	font-weight:normal;
	color:#333333;
	}
			
#logo{ height:76px;
	}
	
a.logo {
   float:left;
   display: inline;
   width: 457px; 
   height: 72px; 
   text-indent: -1000px; 
   background-image: url(img/images.jpg);
   background-position: 0 0px; 
   margin:30px auto;
}
a.logo:hover {
　　background-position: 0 -72px; 
}

#logo h2{
	margin:0 auto;
	padding: 20px 0 0 10px;
	float:left;	
	display: none;
	}
#logo h2 a{
	font-size:30px;
	vertical-align:top;
	text-decoration:none; 
	color:#3993FF;
	}
#logo h2 a:hover{
    color:#FF6600;
    }

#container .main_image{

    float: right;
	width: 340px;
	height:140px;
	background:url(img/images.jpg) no-repeat;
	background-position: -457px 0;
	}
	
#contents{
    
	margin: 0;
	background-color: #4f4f4f;
	}
#contents p {
    width: 455px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    padding:10px 0 0 5px;
    background-color: #7c7c7c;
}
#contents p a {
    color: #393939;
}	
#pr {
    
    font-size: 11px;
    line-height: 120%;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
#pr_top {
    display: block;
    width: 301px;
    height: 36px;
    background: url(img/info_bar.jpg) no-repeat;
    padding: 0;
    margin: 0;
}
#pr_top span {
    display: none;
}

#pr li {
    padding: 5px;
    margin: 0;
    color:#575757;
    font-size: 11px;
}

#pr li a {
    display: block;
    color: #000;
    width: 100px;

}

#pr li a:hover {
    color: #575757;
}
#pr li a span {
    font-size: 12px;
}	
#copy{
    clear: both;
	background-color:#191919;
	width:796px;
	height:40px;
	font-size:10px;
	text-align:right;
	color:#ffffff;
	border: double #191919;
	border-width:5px 0 0 0;
	padding:2px;
	margin:0;
	}
#copy a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	}
#copy a:hover{
	color:#FFFFCC;
	}



/***トップ***/
#top{
    margin:0 auto;
    text-align: left;
}

#top h3{
    width: auto;
    height: 44px; 
	font-size:15px;
	color:#330000;
	line-height: 100%;
	padding: 16px 0 0 60px;
	margin-top: 20px;
	background: url(img/images.jpg) no-repeat;
	background-position: -1px -148px;
	}

	
#top div#left{
    overflow:auto;
	float:left;
	width: 455px;
	height: 800px;
	margin:0 0 40px 0;
	padding: 30px 0 30px 6px;
	background: #7c7c7c;
	}
#top div#left p{
    width: 376px;
	line-height:300%;
	font-size: 15px;
	margin:20px 0 10px 0;
	}
    
#pagelist {
    margin: 20px 10px;
    padding: 0;
}
#pagelist li {
    padding: 10px;
    font-size: 15px;
    list-style: none;
}
#pagelist li a {
    text-decoration: none;
    }
#pagelist li a:hover {
    color: #fff;
}
/* list */

#info,#category {
     clear: right;
     float: right;
     margin-right: 25px;
     width: 281px; 
     overflow: hidden;
     background-color: #4f4f4f;
     text-align:left;
}

#info h4 { 
     margin:30px 0 0 0;
     background: url(img/list.png) no-repeat; 
     background-position: -1px 0px;
     width: 281px; 
     height: 50px;
}
#info h4 span { 
     display: none;
     list-style-type: none;
}
#info h5,#category h5 { 
     background: url(img/list.png) no-repeat; 
     background-position: -1px -98px;
     width: 281px; 
     height: 21px;
     margin: 0;
}
#info h5 span { 
     display: none;
}



#info ul,#category ul,#links ul{
list-style-type: none;
}

#info ul li a,#category ul li a { 
display: block;
width: 281px;
height: 50px;
padding: 0;
margin: 0;  
background: #EDEDED url(img/list.png) no-repeat;
background-position: -1px -48px;
font-size: 12px; 
}

#info ul li a:hover,#category ul li a:hover,#navigation ul li.selected a,#category ul li.selected a { 
background-color: #FFF; 
}
#info ul li a span {width: 220px; display: block; padding: 15px 0 0 40px;}


#links {
     clear: right;
	 float: right;
     width: 285px;
     padding-bottom: 14px; 
     text-align: left; 
     margin: 100px 0 0 0;
}

#links ul {
	margin-left: 30px;
	padding: 10px;
}

#links li {
	margin-bottom: 10px;
}

#links li li {
	margin-bottom: auto;
}

#links li ul {
	padding-bottom: 20px;
	list-style: square inside;
}

#links h4 {
	font-size: 13px;
	color: #fff;
	padding: 10px 30px;
	border: double 6px #76767B;
    background: #333333;
    margin-left: 10px;
    text-align: left;
}
#links a {
    color:#76767B;
}
#links a:hover {
    color:#FFF;
}
.totop {
    text-align: right;
    margin-bottom: 30px;
}