/* 全体 */

BODY{
  color : #666666;
  font-family : Verdana,"ＭＳ Ｐゴシック",sans-serif;
  background-image : url(../../img/novel/back.gif);
  background-repeat : repeat;
  background-attachment : fixed;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-align : center;
}

BODY{
　-webkit-text-size-adjust: 100%;
}

BODY{
  scrollbar-face-color: #B0B0B0;
  scrollbar-highlight-color: #B0B0B0;
  scrollbar-shadow-color: #B0B0B0;
  scrollbar-3dlight-color: #B0B0B0;
  scrollbar-darkshadow-color: #B0B0B0;
  scrollbar-track-color: #E0E0E0;
  scrollbar-arrow-color: #E0E0E0;
}

DIV,H1,H2,P,UL,LI,DL,DT,DD,ADDRESS{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}



/* リンク */

A{
  color : teal;
  text-decoration : underline;
}

A:LINK{
  color : teal;
  text-decoration : underline;
}

A:VISITED{
  color : #999999;
  text-decoration : underline;
}

A:HOVER{
  color : black;
  text-decoration : none;
}

A:ACTIVE{
  color : black;
  text-decoration : none;
}



/* 見出し */

H1{
  display : none;
}

H2{
  font-size : 100%;
  font-weight : bold;
  color : teal;
  margin-bottom : 50px;
  margin-left : 10px;
}



/* レイアウト */

#all{
  background-color : white;
  text-align : left;
  width : 700px;
  padding-top : 25px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 10px;
  margin-left : auto;
  margin-right : auto;
}

#title{
  background-image : url(../../img/novel/darling/darling.jpg);
  background-repeat : no-repeat;background-position : left top;
  margin-bottom : 20px;
  height : 50px;
}

#text{
  font-size : 95%;
  font-family : "ＭＳ Ｐゴシック",sans-serif;
  line-height : 200%;
  margin-bottom : 100px;
}

#link{
  font-size : 95%;
  text-align : right;
  margin-bottom : 50px;
  letter-spacing : 3px;
}

ADDRESS{
  font-size : 90%;
  font-style : normal;
  text-align : center;
}


/* スマホ表示 */

@media screen and (max-width:599px) {
 

/* 全体 */

*{
　float: none;
　position: static;
}
 
img{
　max-width: 100%;
　height: auto;
}

/* レイアウト */

#all{
  background-color : white;
  text-align : left;
  width : 90%;
  padding-top : 25px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-left : 10px;
  margin-right : 10px;
}

#title{
  background-image : url(../../img/novel/darling/darling.jpg);
  background-repeat : no-repeat;background-position : left top;
  margin-bottom : 20px;
  height : 50px;
}

#text{
  font-size : 90%;
  font-family : "ＭＳ Ｐゴシック",sans-serif;
  line-height : 160%;
  margin-bottom : 100px;
}

#link{
  font-size : 90%;
  text-align : right;
  margin-bottom : 50px;
  letter-spacing : 3px;
}

ADDRESS{
  font-size : 75%;
  font-style : normal;
  text-align : center;
}

 
}