*{
    margin:0;
    padding:0;
    border:none;
    }

body{
    font-family: Verdana,sans-serif;
    font-size:11pt;
    line-height: 11pt;
    letter-spacing: 1px;
    background-color: #ffffff;
}

/* 全部 */
#body{
width:100%;
height: 100%;
margin:0px;
}

/* メインBOX */
.main{
width:*;
margin:40px 0px 0px 60px;
border: solid 0px #ccc7ca;
}

/* コンテンツ用BOX */
.contents{
margin:0px 320px 0px 0px;
border: solid 0px #EAEAEA;
background-color:#ffffff;
}

a{
color:#434343;
text-decoration:underline;
}

a:hover{
color:#AEBFB6;
text-decoration:underline;
}

P{  font-family: "MS PGothic",sans-serif;
font-size:0.7em;
    color: #78A7B2;
    margin:5px 0px 30px 200px; 
}

/* フッター */
.bottombox{
background-color:#ffffff;
border: solid 0px #D5D5D5;
height:30px;
margin:30px 0px 0px 14px;
font-family: Verdana,sans-serif;
font-size: 0.7em;
color: #434343;
text-align:right;
}


/* 小説タイトル */
h3{
margin:35px 0px 40px 0px;
padding:10px 10px 10px 10px;
font-family: Verdana,sans-serif;
font-size:1.2em;
color: #434343;
border-bottom: 1px dotted #434343;
}

/* 小説リンク */
.next{
border: solid 0px #D5D5D5;
height:30px;
margin:30px 0px 0px 14px;
font-family: Verdana,sans-serif;
font-size: 0.7em;
color: #434343;
text-align:right;
}

/* 小説 */
.novel{ 
margin:35px 0px 40px 0px;
   margin:0px;
   border: solid 0px #ccc;
    font-family: "MS PGothic",sans-serif;
    font-size: 0.8em;
    color: #434343;
    line-height: 2.3em;
    letter-spacing: 0.1em;

}

/* コメント */
.co{
margin:50px 0px 0px 0px;
font-family: Verdana,sans-serif;
font-size:0.8em;
color: #B4B293;
border:solid 0px #D7C9AD;
text-align:right;
line-height: 1.6em;

}

/* テキスト色つき */
span.text2{    
    font-family: Verdana,sans-serif;
    color: #9ECCCE;
    line-height: 18pt;
    letter-spacing: 1px;
}



