* {
 margin: 0;
 padding:0;
 font-size: 12px;
 line-height: 160%;
 font-family: Verdana, Arial, sans-serif;
}

body{
 text-align: center;
 background: #000;
 color:#666;
}

#base{
 width: 754px;
 margin: 0 auto;
 text-align: left;
 background: url(img/back.gif) repeat-y;
}

#wrap{
 width: 750px;
 margin: 0 auto;
 background: url(img/header.jpg) no-repeat;
}

/*
バナー
----------------------------------*/
.banner{ height: 630px;}
.banner h1{margin: 0; text-indent: -1200px;}
.banner h1 a{
 width:750px;
 height: 50px;
 background: url("img/header.jpg") no-repeat;
 display: block;
 overflow: hidden;
}

/*
コンテンツ
----------------------------------*/
.content{
 margin: 0;
 padding: 0 10px;
 background: #000;
}

img{ border-style: none; }

.content h2{
 font-size: 14px;
 color: #EEE;
 text-indent: 8px;
 border: 1px solid #FF0000;
 text-align: left;
}

dt{
 line-height: 20px;
 background-repeat: no-repeat;
 padding-left: 25px;
 color: #CCC;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: #666;
 margin-top: 10px;
 background-color: #666;
}
dd{
 font-size: 10px;
 padding-top: 5px;
 padding-right: 20px;
 padding-bottom: 5px;
 padding-left: 20px;
 color: #CCC;
 background-color: #000;
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #666;
 border-right-width: 1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-left-style: solid;
 border-right-color: #666;
 border-left-color: #666;
}

.content ul{
 list-style-type: none;
 float: left;
}

.content ul li{
 float: left;
 margin-bottom: 7px;
 margin-right: 10px;
 background-color: #000;
}

.content ul li a:link, .content ul li a:visited , .content ul li a:active{
 width: 165px;
 height: 25px;
 display: block;
 color: #FFF;
 line-height: 22px;
 text-indent: 10px;
 font-size: 10px;
 text-decoration: none;
 background: url(img/top_li1.gif) no-repeat;
}

.content ul li a:hover {
 color: #F00;
 background: url(img/top_li2.gif) no-repeat;
}

/*
リンク属性
----------------------------------*/
.content a:link, .content a:visited, .content a:active{
 color: #00F;
 text-decoration: none;
}
.content a:hover{
 color: #F00;
 text-decoration: underline;
}

.link{ text-align :right; }

.series{
 margin: 5px 10px;
 width: 310px;
 display: block;
 padding: 10px;
 float: left;
 border-bottom: 1px dotted #7D98E8;
}

.series img{
 margin: 5px 10px 5px 0px;
 border: none;
}

.series h4{
 font-weight: bold;
 font-size: 12px;
}

/*
アドセンス
----------------------------------*/
.ad { text-align: center; }
.ad p { font-size: 12px; }

/*ナビゲーション
----------------------------------*/
.navi {
 padding: 5px 0 10px 15px;
 font-size: 10px;
 text-align: left;
}

.navi a:link, .navi a:visited, .navi a:active{
 color: #00F;
 font-size: 10px;
 text-decoration: none;
}
.navi a:hover{
 color: #F00;
 text-decoration: underline;
}


/*トップページ-----------------*/
.mess{
 padding: 0 15px ;
 background-color: #000;
 margin:10px 0;
 color: #CCC;
 font-size: 14px;
}

.mess h5{
 font-size: 16px;
 color: #CCC;
 border-bottom: 1px dotted #102990;
}

#top_list {
 float: left;
 margin-top: 5px;
 margin-bottom: 5px;
 width: 700px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 background-color: #000;
 border: 1px solid #CFAB8A;
}

.mess p {
 font-size: 14px;
 color: #CCc;
}

.content h3{
 font-size: 14px;
 color: #EEE;
 text-indent: 8px;
 background: #000;
}

.box {
 margin: 5px 15px 10px 0;
 width: 180px;
 height: 250px;
 float: left;
 text-align: left;
}

.box2 {
 margin: 5px 0;
 width: 145px;
 height: 510px;
 float: right;
 text-align: right;
}


.copyrights {
 font-style: normal;
 color: #BBB;
 text-align: center;
 padding-top: 8px;
 padding-bottom: 5px;
 font-size: 10px;
 background: #000;
 clear: both;
}

.copyrights a {
 color: #999;
 text-decoration: none;
}

.copyrights a:hover {
 color: #F00;
 text-decoration: underline;
}

.toplink{
 margin: 10px 10px;
 text-align: left;
 font-size: 10px;
 color: #999;
}

.toplink a:link, .toplink a:visited, .toplink a:active{
 color: #999;
 font-size: 10px;
 text-decoration: none;
}
.toplink a:hover{
 color: #C00;
 text-decoration: underline;
}

/*フッター-----------------*/

#footer{
 width: 750px;
 margin: 0 auto;
 text-align: center;
}

#footer .doc{
 padding: 20px 10px;
 text-align: center;
 font-size: 10px;
 color: #999;
}






