/* CSS Document */
body {background-color:#000000;
      background-image: url(img/bg.jpg);
	  background-repeat: repeat-x;}
	
a{/*リンクされた文字*/
    color:#CCCCCC;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#CCCCCC;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#CCCCCC;
    font-style:normal;
    text-decoration:underline;
}
	
	
img  {
    vertical-align:top;
    border:0px;}
	
.a { text-align: right}	
	
h1{
    width:900px;
	font-size:12px; color:#999999;
    text-align:center;
	margin-bottom: 0px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;}
	
.tout {
    width:900px;
	height: 50px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;}	
	
.outline {
    width:900px;
	height: auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;}
	
.title{
    width:450px;
	height:50px;
	float:left;}	
   
.s{width:170px;
   height:22px;
   float:right;
   margin-left:280px;
   margin-top:28px;
   font-size:12px;
   }   	
	
.main1{
   width:900px;
   height:450px;}	

.bg1{
	width:700px;
	height:450px;
	float:right;
	font-size:12px;
    color:#CCCCCC;}

.menu{
    width:200px;
	height:450px;
	float:left;
	border:0px;
	margin-top:0px;
	margin-left:0px;
	font-size:12px;
    color:#CCCCCC;}
	
.class { clear:both; }  

    .text { line-height:20px;}

.main2{
    width:900px;
	height:250px;
	}
	
.manga{ font-size:12px;
    color:#CCCCCC;
	text-align:center;
	width:200px;
	height:250px;
	float:left}	
	
.f0{width:700px;
    height:250px;
	font-size:12px;
    color:#CCCCCC;
	float:right;}
	
.ai{ font-size:12px;
    color:#CCCCCC;
	width:480px;
	height:230px;
	float:left;
	padding:10px;
	}
	
.info{ font-size:12px;
    color:#CCCCCC;
	width:180px;
	height:230px;
	float:right;
	padding:10px;
	}			

textarea {
    width:176px;
	height:200px;
    border-style:groove;
	background:#000000;
	border-color:#666666;
	color:#CCCCCC;
	font-size:12px;
	padding:1;
	border-width:1;
	scrollbar-base-color:#666666;
	scrollbar-arrow-color:#ff5500;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#000000;}


.f{ width:900px;
    height:35px;
	padding-top:20px;
	font-size:12px;
	color: #FFCC00;
	text-align:center;}

.footer {
	width:900px;
	height:20px;
	background-color:#000000;
	font-size:12px;	color:#999999;
	padding-top:15px;
	text-align:center;
	}
	
