/* CSS for Japanese pages */


  h1.contents {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 14.2pt;
    font-weight: normal;
    border-style: none;
    line-height: 100%; 
    }

  h2.chapter {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 11.7pt;
    font-weight: normal;
    text-transform: uppercase ;
    border-style: none;
    }

  span.a-title1 {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 15.5pt;
    font-weight: normal;
    }

  span.a-title2 {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 10.7pt;
    font-weight: normal;
    }

  span.a-author {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 11.6pt;
    font-weight: normal;
    }

  span.a-page {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 11.6pt;
    font-weight: normal;
    }

  span.b-author {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 11.3pt;
    font-weight: normal;
    }

  span.b-title {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 13.3pt;
    font-style: italic; 
    font-weight: normal;
    }

  span.b-title2 {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 10.7pt;
    font-weight: normal;
    }

  span.b-writer {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 9.5pt;
    font-weight: normal;
    }

  span.b-page {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 11.6pt;
    font-weight: normal;
    }

  p.ss-j {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 12.6pt;
    font-weight: normal;
    font-variant: small-caps; 	
    }


  h2.vol_num {
    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: 'Arial', 'Times New Roman'; 
    font-size: 15px;
    margin-left: 70px;
    margin-right: 70px;
    }

  .old-title1 {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 19px;
    font-weight: normal;
    line-height: 100%;
    }

  .old-title2 {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 17px;
    font-weight: normal;
    line-height: 100%;
    }

  .old-author {
    text-align: right;
    margin-right: 50px;
    font-family: 'Times New Roman';
    font-size: 11.6pt;
    font-weight: normal;
    line-height: 100%;
    }

  .old-page {
    text-align: right;
    padding-right: 20px;
    font-family: 'Times New Roman';
    font-size: 11.6pt;
    font-weight: normal;
    line-height: 100%;
    }

<!-- Volume検索 -->

ul.vol_nbr{
	margin:0;padding:0;
	height:27px;
}

ul.vol_nbr li{
	margin:0;padding:0;	
	display:inline;
}

ul.vol_nbr li a{
	display:block;
	float:left;
	width:20px;
	height:27px;
	line-height: 200%;
	border-right:1px solid #f6f6f6;
	text-decoration:none;
}

a.s01{background-color:#f3ece4; color:#593E4A;}
a.s02{background-color:#f0e7df; color:#593E4A;}
a.s03{background-color:#e9ded5; color:#593E4A;}
a.s04{background-color:#e2d5ca; color:#593E4A;}
a.s05{background-color:#dacbbf; color:#593E4A;}
a.s06{background-color:#d3c2b5; color:#593E4A;}
a.s07{background-color:#ccb8aa; color:#593E4A;}
a.s08{background-color:#c4af9f; color:#593E4A;}
a.s09{background-color:#bda594; color:#593E4A;}
a.s10{background-color:#b69c8a; color:#d2d2d2;}
a.s11{background-color:#ae927f; color:#d2d2d2;}
a.s12{background-color:#a78974; color:#d2d2d2;}
a.s13{background-color:#a07f69; color:#d2d2d2;}
a.s14{background-color:#98765f; color:#d2d2d2;}
a.s15{background-color:#916c54; color:#d2d2d2;}
a.s16{background-color:#8a6349; color:#d2d2d2;}
a.s17{background-color:#35451b; color:#d2d2d2;}

ul.vol_nbr li a span{
	display:none;
}

ul.vol_nbr li a:hover{
	text-align: center;
	font-family: Times New Roman;
	font-size: 15px;
	width:90px;
}

ul.vol_nbr li a:hover span{
	display:block;
}