/*基本設定
*/
body
	{ padding:0; margin:0; font-size:12px; color:#fff; line-height: 18pt; background: #000 url(../image/basic/bg.jpg) no-repeat fixed center top; }
p{
margin:0px;
     }
a { color:#938e8e; }
a:link { color:#938e8e; }
a:visited { color:#666; }
a:link:focus{ 
color:#FFFFFF;
     }
a:link:hover, 
a:visited:hover {
color:#FF0000; 
    }
a:link:active, 
a:visited:active {
     }
img {  }
/*ラップ*/
div#pagecenter
	{ background-color: #000; background-image: url(img/bg.jpg); background-repeat: repeat-y; background-position: 0 0; margin: 0 auto; width: 850px; }
     
/*ヘッダー*/
/*メニュー*/
div#top-navi
	{ background-color: #000; background-image: none; background-position: 0 bottom; text-align: center; height:200px; margin:auto; }
div.left-navi-blog
	{ width:200px; float:left; margin-right: 0; }
/*中央*/
div.center-blog
	{ background-image: url(img/tokusetsu_03.jpg); background-repeat: no-repeat; width:850px; min-height: 500px; margin-top: 0; margin-right: 0; margin-left: 0; }
/*中央メイン記事*/
#nakami { width: 780px; margin-top: 20px; margin-right: auto; margin-left: auto; }
/*コピーらいと*/
div.clear
	{
    clear: left;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
	}
div#footer
	{ height:19px; text-align:center; padding:5px; color:#ffffff; background-image: none; clear: both; }
