@charset "utf-8";


body {background-color: #000000;
     font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
     }

a {color: #dddddd;
     text-decoration:none;
	 }

a:hover {color: #000000 }

#backboder {
     width:810px;
	 background-image:url(img/backcolor.jpg);
	 background-repeat:repeat-y;
	 padding:0px;
	 margin:0 auto;
	 }

#container {
     width:800px;
	 padding:0px;
	 margin:0 auto;
	 text-align:left;
	 }


#top {width:800px;
	 color: #ffd700;
	 text-align:center;
	 font-size: 11px;
	 background-color:#ff4500
	 }

#head {width:800px;
	 height: 120px;
     }
	 
#head_bar {width:800px;
     background-color:#f96866;
	 color: white;
	 text-align:right;
	 font-size: 11px;
     }

#navi {float:left;
	 width:120px;
	 vertical-align:top;
	 padding:0px;
	 }
	 
#navi li a {font-weight: bold;
     font-size: 12px;
	 color: #999999;
	 text-decoration: none;
	 line-height:40px;
	 height:40px;
	 display: block;    
	 background-image:url(img/08img/bottun.jpg);
	 background-repeat:no-repeat;
	 text-align:center;
     padding-bottom:10px
	 }
	 
#navi li a:hover {
     background-image:url(img/08img/bottun_on.jpg);
	 background-repeat:no-repeat;
	 color: white;
	 }
	 
#navi ul {
     width:120px;
     list-style:none;
	 padding:0;
	 margin:0;
	 }
	 	 
#main {
     width:460px;
	 padding: 25px 30px 20px;
	 float:left;
	 background-color:#000000
	 }
	 
#main h2 {color: #999999;
     font-size:16px;
	 background-color:#333333;
	 padding: 5px 6px 3px;
	 }
	 
#main p {
     font-size:14px;
	 line-height:160%;
	 color:#888888;
	 }	 
	 
#main td {
     font-size:14px;
	 color:#666666;
	 text-align:center;
	 }
	 	 
#main li {
     text-align:left;
     }
	 
#sub {
     float:left;
	 width:140px;
	 background-color:#000000;
	 }
	 
#foot {width:800px;
     height:15px;
	 clear:both;
     background-color:#f96866;
	 color:#dddddd;
	 font-size:10px;
	 }
     

/* CSS Document */

