
/* リンク部分の装飾です */
a{
  text-decoration:none;
}
a:link{
  color:#606060;
}
a:visited{
  color:#909090;
}
a:active{
  color:#cccccc;
}
a:hover{
  color:#202020;
}
/* ページ全体の背景色、スクロールバー（IEのみ）、ページ四辺とのスペース */
body  {
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ababab;
  scrollbar-3dlight-color: #ababab;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  background-color:#ffffff;
  margin:5% 20% 5% 20%;
}
/* ページ全体のフォントの指定、行の高さ */
body,div{
  color:#606060;
  font-family: "Verdana,Chicago,Osaka,MS Pゴシック";
  font-size:90%;
  line-height:120%;
}
/* 本文の記事幅 */
.novel {
  margin-top:30px;
  width:100%;
  border:none;
  line-height:150%;
}
/* NOVEL'S TITLEの部分 */
.title0{
  font-size:120%;
  border-color: #606060;
  border-width: 1px;
  border-style:none none solid none;
  padding-bottom:2px;
  padding-left:10px;
}
/* イントロ、後記の枠部分 */
.title1_line{
  margin-top:30px;
  width:70%;
  border-color: #606060;
  border-width: 1px;
  border-style: solid;
  position:relative;
  padding:20px;
}
/* イントロ、後記のタイトル */
.title1{
  width:120px;
  font-size:120%;
  border:none;
  padding:2px 2px 2px 10px;
  position:absolute;
  display:inline;
  top:-13px;
  right:10%;
  background-color:#ffffff;
  text-align:center;
}
/* イントロ、後記の本文部分 */
.title2 {
  width:100%;
  border:none;
  line-height:140%;
  font-size:100%;
  text-align:left;
}

