/* CSS Document */


/*basic css*/

body{ 
	color:#000000;
	background:#B0E0E6;
	}
a{
	color:#0099FF;
	}
a:hover{
	color:#FF9900;
	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:auto;
	text-align:left;
	border: solid #333333; 
	background: #fff;
	}
h1{
	font-size:11px;
	font-weight:normal;
	color:#333333;
	}
			
#head{
    width:800px;
	height:50px;
	margin:0 auto;
	zoom:100%;
	}
#head:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;		
	}	
a.head_img {
   display: block;
   width: 500px; 
   height: 54px; 
   text-indent: -1000px; 
   background-image: url(img/images.jpg);
   background-position: 0 -154px; 
}
a.head_img:hover {
　　background-position: -2px -207px; 
}
#head h2{
	margin:0 auto;
	padding: 20px 0 0 10px;
	float:left;	
	display: none;
	}
#head h2 a{
	font-size:30px;
	vertical-align:top;
	text-decoration:none; 
	color:#3993FF;
	}
#head h2 a:hover{
    color:#FF6600;
    }
#head_menu{
	float:right;
	width:310px;
	margin:0 auto;
	}
#head_menu ul{
	list-style-type:none;
	margin:0 0 0 10px;
	}
#head_menu ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
	}	
#head_menu ul li{
	float:left;
	font-size:12px;
	color:#333333;
	}
#head_menu ul li a{
	color:#333333;
	text-decoration:none;
	font:13px;
	}
#head_menu ul li a:hover{
	color:#FF6600;
	text-decoration:underline;
	}
#contents{
	margin:0 0 20px 0;
	}
#main_image{
	width: 800px;
	height:150px;
	background:url(img/images.jpg) no-repeat;
	background-position: 0 0;
	margin-top:28px; 
	}

#copy{
    clear: both;
	background-color:#333333;
	height:20px;
	width: 800px;
	font-size:10px;
	text-align:right;
	color:#ffffff;
	border: double #333333;
	border-width:5px 0 0 0;
	padding:2px;
        overflow: hidden;
	}
#copy a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	}
#copy a:hover{
	color:#FFFFCC;
	}



/***トップ***/
#top{
}

#top h3{
    width:400px;
    height: 42px; 
	font-size:18px;
	color:#330000;
	padding: 16px 0 0 60px;
	background: url(img/images.jpg) no-repeat left top;
	background-position: -506px -150px;
	}
#top div#top_up{
	border:solid #333333;
        width: 800px;
	border-width:2px 0 0 0;
	margin:0 0 20px 0;
	}
#top div#top_up:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#left{
    overflow:auto;
	float:left;
	width:500px;
	height: 800px;
	margin:10px 0 0 0;
	padding: 30px;
	}
#top div#left p{
	line-height:300%;
	font-size: 15px;
	margin:0 0 10px 0;
	}
#top div#left ul{
    margin:10px 10px 40px 30px;
	}	
#top div#left ul li{
	padding: 20px;
	font-size:14px;
	border-bottom: solid 1px #333333;
	}	
#top div#info{
	clear:right;
	float:right;
	width:200px;
	margin: 30px 10px 0 0;
	padding: 0;
	text-align: left;
	background: #FAFAD2;
	}
#top div#info h4{
	font-size:16px;
	text-align: left;
	margin:0;
	border: 5px double #FAFAD2;
	padding:10px;
	background:#F0E68C;
	}

#top div#info ul{
	margin:10px 10px 40px 10px;
	font-size:14px;
	}
	
#top div#info ul li{
	margin:10px 10px 0 30px;
	padding: 0;
	font-size:14px;
	}
	
#top div#info p{
	margin:4px 10px 0 10px;
	font-size:12px;
	line-height:130%;
	}
