@charset "Shift_JIS";

/*--page--*/

body {
    background-color: #fbfaf5;   /*--生成り色--*/
    font-family: "Yu Gothic", "Meiryo", sans-serif; 
    font-size: 13px;
    color: #6b7b6e;  /*--青鈍--*/
    letter-spacing: 0.2em; }

/*--page end--*/



/*--link--*/

a:link {
   color: #6b7b6e; }
a:visited {
   color: #97a791;    /*--深川鼠--*/ }
a:hover {
   color: #eaf4fc;   /*--月白--*/
   background-color: #59b9c6;  /*--新橋色--*/
   border-radius: 15px;}
a {
   text-decoration: none; }

/*--link end--*/



/*--textarea--*/

textarea {
    line-height: 150%;
    margin: 0; 
    padding-left: 3px;
    background-color: #fbfaf5;
    font-family: "Yu Gothic", "Meiryo", sans-serif; 
    letter-spacing: 1px;
    width: 90%;
    color: #6b7b6e;  /*--青鈍--*/
    resize: vertical; }

/*--textarea end--*/



/*--wrapper--*/

#wrapper{　/*--pcページ外枠--*/
    width: 90%;/* 全体の幅はここで変更 */
    margin: 20px auto;
    padding: 10px;
    text-align: left;
    line-height: 170%;}

/*--wrapper end--*/



/*--topic--*/

.genre{  /*--ジャンル名--*/
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 10px; }

.title{  /*--作品名--*/
    font-size: 15px; }

/*--topic end--*/



/*--table--*/

table {
   width: 100%;
   margin: 0 auto;
   font-size: 90%;
   background-color:#fbfaf5; }

tr.a { 
  background-image: url("../image/n.png"); }

td.a { /*--目次--*/
   width: 38%;
   padding-left: 15px;
   padding-right: 5px; }

td.aa { /*--目次(Episode)--*/
   width: 20%;
   padding-left: 15px;
   padding-right: 5px;
   background-color: #bed3ca; }

td.b { /*-- 目次(説明文) --*/
   letter-spacing: 0.5em;
   line-height:25px;
   padding-left: 15px;
   padding-right: 5px; }

td.c { /*--短編 目次--*/
   letter-spacing: 0.5em;
   padding-left: 15px; }

/*--table end--*/