/* CSS for Japanese pages */

/*  CSS for doc menu */

  #menu-doc { border-style: none;
    top: 0pt;
    left: 0pt; 
    padding-top: 0px;
    float: left;
    width: 160px;
    background-color: (107, 137, 55);;
    position: relative;
    font-size: 16px; 
    }

  #menutable-doc { position: relative;
    margin-top: 40px;
    font-size: 14px; 
    }

  h1.doc {
    padding-top: 8px; padding-bottom: 5px; margin: 12px;
    color: #ffffff; /* 文字の色 */
    background-color : #58642F; /* 背景の色 #804040 */
    border-style: solid; /* 枠の種類 */
    border-color: #999999; /* 枠の色 */
    border-width: 0px 10px; /* 枠の幅 */
    line-height: 150%; /* 行の高さ */
    text-align: center; /* テキストの配置 */
    font-family: 'ＭＳ Ｐ明朝', '平成明朝', 'Sans-serif', 'Times New Roman'; 
    font-size: 14px;
    }


  h1.vol {
    padding-top: 8px; padding-bottom: 5px; margin: 12px;
    color: #ffffff; /* 文字の色 */
    background-color : #804040; /* 背景の色 */
    border-style: solid; /* 枠の種類 */
    border-color: #999999; /* 枠の色 */
    border-width: 0px 30px; /* 枠の幅 */
    line-height: 150%; /* 行の高さ */
    text-align: center; /* テキストの配置 */
    font-family: 'Sans-serif', 'Times New Roman'; 
    font-size: 14px;
    }


