﻿/* 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: solid #333333; 
	background: #20203E;
	}
#head{
    width:800px;
    height: 140px;
	text-align:left;
	border-bottom: solid #333333; 
	background: #20203E;
	}
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/image.png);
   background-position: 0 0px; 
   margin:30px auto;
}
a.logo:hover {
　　background-position: 0 -71px; 
}

#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/image.png) no-repeat;
	background-position: -457px 0;
	}
	
#contents{
    
	margin: 0 20px 40px 0;
	background: #20203E;
	}
	
#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: 400px;
    height: 44px; 
	font-size:19px;
	color:#330000;
	line-height: 200%;
        margin:30px 0 0 20px;
	padding: 8px 0 0 60px;
	background: url(img/image.png) no-repeat;
	background-position: -1px -148px;
	}

	
#top div#left{
    overflow:auto;
	float:left;
	width:460px;
	height: 800px;
	margin:0 0 40px 0;
	background: #76767B;
	}
#top div#left p{
	line-height:300%;
	font-size: 15px;
	padding:30px;
	}
#top div#left ul{
    margin:10px 10px 40px 30px;
	}	
#top div#left ul li{
	padding:30px;
	font-size:18px;
	border-bottom: solid 1px #333333;
	}	
#top div#left ul li a{
    text-decoration: none;
    }
/* list */

#info,#category {
     clear: right;
     float: right;
     margin: 0;
     width: 285px; 
     overflow: hidden;
     background: #20203E;
     text-align:left;
}

#info h4 { 
     margin:30px 0 0 0;
     background: url(img/list.gif) no-repeat; 
     background-position: 0 0px;
     width: 285px; 
     height: 50px;
}
#info h4 span { 
     display: none;
     list-style-type: none;
}
#info h5,#category h5 { 
     background: url(img/list.gif) no-repeat; 
     background-position: 0 -77px;
     width: 285px; 
     height: 22px;
     margin: 0;
}
#info h5 span { 
     display: none;
}

#category h4 { 
     background: url(img/list.gif) no-repeat;
     background-position: 0 -105px; 
     width: 295px; 
     height: 50px;
     margin: 30px 0 0 0;
}
#category h4 span { 
     display: none;
     list-style-type: none;
}

#category 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: 285px;
height: 27px;
margin: 0;  
background: #EDEDED url(img/list.gif) no-repeat;
background-position: 0 -50px;
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,#category ul li a span {display: block;padding:8px 20px 0px 50px;}


#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;
}