/*　基本　*/
body {
    background-image:url(../img/bg_main.png);
    background-color: #99CC99 ;
    background-position: top center;
    }
    
    a { 
	color: #336600;
    text-decoration: none;}
    a:hover {
	text-decoration: underline;}
	
.S { font-size: 10px;
           line-height: 150%;}

.M { font-size: 11px;
           line-height: 150%;}
           
.L { font-size: 12px;  			
           line-height:150%;}
			
.IG { color:#FFFFFF;
      font-size: 12px;
      line-height: 120%;}
      
.copy { font-size: 10px;
        color:#FF99CC;
        line-height: 150%;}
        

/*　TOPの更新用文字　*/
.news { font-size: 11px;
           line-height: 120%;
			color:#000000; }
	
.newsdate { font-size: 12px;
           line-height: 140%;
			color:#996600; 
			font-weight: bold;}
	
.pressdate { font-size: 12px;
           line-height: 120%;
			color:#ff87ae; 
			font-weight: bold;}
			
			
/*　INFOのニュース　*/
.info { font-size: 12px;
           line-height: 130%;
			color:#000000; }
	
	
.infotitle { font-size: 14px;
           line-height: 130%;
			color:#339900;
			font-weight: bold; }
			
.infodate { font-size: 12px;
           line-height: 130%;
			color:#996600; }
			

.press { font-size: 12px;  			
           line-height:120%;}
			

.press a { font-size: 12px;  			
           line-height:120%;
           color:#000000;}
.press a:hover { font-size: 12px;  			
           line-height:120%;
           color:#ff87ae;}
           
/*　キャラシナリオ　*/
.scenario { font-size: 12px;  			
           line-height:140%;
			color:#663300;}

/* WEBノベルの文字 */

           
.novel-normal { font-size: 12px;  			
           line-height:130%;
			color:#996600;}
.novel-title { font-size: 14px;  			
           line-height:130%;
           font-weight: bold;
			color:#996600;}
ul {
     padding-left: 30;    /* パディング */
     margin: 5 0 0 0;    /* マージン */
     font-size: 10px;
     line-height:130%;
     font-weight: bold;
     color:#996600;
}
			

           
.booklist { font-size: 12px;  			
           line-height:200%;}
 
       
/*　概要テーブル　*/
.outline-table {
	width: 500px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #336600;
	border-left-color: #336600;
	padding:5px;
	font-size: 12px;
}

.outline-table th {
	font-weight: normal;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #336600;
	border-bottom-color: #336600;
	background-color: #FFD5DF;
	padding: 5px;
	width : 100px;

}
.outline-table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #336600;
	border-bottom-color: #336600;
	padding: 5px;
	width : 400px;
}
       
             
/*　CD紹介のショップ部分テーブル　*/
.natsuCD-table {
	width: 400px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #a6a6a6;
	border-left-color: #a6a6a6;
	padding:5px;
	font-size: 12px;
}

.natsuCD-table th {
	font-weight: normal;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a6a6a6;
	border-bottom-color: #a6a6a6;
	background-color: #FFD5DF;
	padding: 5px;
	width : 180px;

}
.natsuCD-table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a6a6a6;
	border-bottom-color: #a6a6a6;
	padding: 5px;
	width : 220px;
}
         