　charset "utf-8";"

/*------------------------------------------------------------
news をベースに 「読み物」「学習」「コミュニティ」「部屋」「お知らせ」「その他」専用css


body
  .header
    .search  灰色部分
    .menu  メニュー
  .main            relative
    .contents  コンテンツ  margin-left
    .sidemenu  サイド    absolute
  .footer
  
-------------------------------------------------------------*/


/* - .main - */
/* - .contents - */    
  
  
  .entryhead, .storyhead{
    border-left:9px solid #639CCE;
  }  
  
  
  .documentbg{
     background-image: url(/images/document_bg.gif);
     background-repeat: no-repeat;  
     background-position:0 0;
  }











  /* - BOOK - */    
  .bookehad{
    padding-bottom:30px;
  }  
  
  .bookehad h3{
    font-size:24px;
  }  
  .bookehad .date{
    font-size:12px;
    margin-top:8px;
  }  
  .bookehad .cap{
    font-size:12px;
    margin-top:56px;
    line-height:1.5em;
  }


  .bookreview{
    clear:both;
    padding-top:40px;
  }
.storyitem p { font-size: 1em;}
