/* リンクの色一括設定 */
A:link         { color:#0033CC; }
A:visited      { color:#0033CC; }
A:active       { color:#cc0000; }
A:hover        { color:#cc0000; }
A              { text-decoration:none; }

H1 {font-size: 16px;line-height: 140%;color: #333333;}
h2 {
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
	line-height: 140%;

}
h3 {
	font-size: 12px;
	line-height: 140%;
}


/* 文章用 */
/* TEXT-XXX-形状―色 */
/* サイズ-N=normal／B=ボールド-色・・・N=normal／R=red／G=green／B=blue */
.TEXT-LL-B-N   { font-size:110%; font-weight:bold; color:#333333; line-height:140%; }
.TEXT-LL-N-N   { font-size:110%; color:#000000; line-height:140%; }
.TEXT-L-B-R    { font-size:100%; font-weight:bold; color:#990000; line-height:140%; }
.TEXT-L-B-E    { font-size:100%; font-weight:bold; color:#724b4d; line-height:140%; }
.TEXT-L-B-N    { font-size:100%; font-weight:bold; color:#000000; line-height:140%; }
.TEXT-L-N-N    { font-size:100%; color:#000000; line-height:140%; }
.TEXT-M-N-N    { font-size:90%; color:#000000; line-height:140%; }
.TEXT-M-B-N    { font-size:90%; font-weight:bold; color:#000000; line-height:140%; }
.TEXT-M-B-R    { font-size:90%; font-weight:bold; color:#990000; line-height:140%; }
.TEXT-M-B-E    { font-size:90%; font-weight:bold; color:#724b4d; line-height:140%; }
.TEXT-M-B-B    { font-size:90%; font-weight:bold; color:#0000FF; line-height:140%; }
.TEXT-M-S-N    { font-size:80%; color:#000000; line-height:140%; }
.TEXT-M-S-E    { font-size:80%; font-weight:bold; color:#724b4d; line-height:140%; }
.TEXT-M-S-O    { font-size:80%; color:#ff903e; line-height:140%; }
.TEXT-M-LOCK    { font-size:12px; color:#000000; line-height:140%; }

.TEXT-L-B-R2   {
	background:#ffc;
	font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FF0000;
	float: none;
}



.TOP-SERIES-N  { font-size:80%; color:#CC0000; line-height:140%; }


/******* 検索結果用 *************/
.LIST-TITLE    { font-size:90%; font-weight:bold; color:#000000; line-height:140%; }
.LIST-DATA     { font-size:90%; color:#000000; line-height:140%; }


/******* 詳細ページ用 *************/
/* 在庫		DTL-STOCK-N	TEXT-M-S-N */
.DTL-STOCK-N    { font-size:80%; color:#000000; line-height:140%; }
/* 書籍情報	DTL-INFO-H	TEXT-M-S-E */
.DTL-INFO-H    { font-size:80%; font-weight:bold; color:#724b4d; line-height:140%; }
/* 書籍情報	DTL-INFO-N	TEXT-M-S-N */
.DTL-INFO-N    { font-size:80%; color:#000000; line-height:140%; }
/* 保管状況	DTL-KEEP-H	TEXT-M-S-E */
.DTL-KEEP-H    { font-size:80%; font-weight:bold; color:#724b4d; line-height:140%; }
/* 保管状況	DTL-KEEP-N	TEXT-M-S-N */
.DTL-KEEP-N    { font-size:80%; color:#000000; line-height:140%; }
/* 関連情報	DTL-ETC-H	TEXT-M-S-E */
.DTL-ETC-H    { font-size:80%; font-weight:bold; color:#724b4d; line-height:140%; }
/* 関連情報	DTL-ETC-N	TEXT-M-S-N */
.DTL-ETC-N    { font-size:80%; color:#000000; line-height:140%; }
/* シリーズ	DTL-SERIES-N	TEXT-M-N-N (#CC0000) */
.DTL-SERIES-N    { font-size:90%; color:#CC0000; line-height:140%; }
/* 書籍サブA	DTL-TITLESUBA-N	TEXT-M-N-N */
.DTL-TITLESUBA-N    { font-size:90%; color:#000000; line-height:140%; }
/* 書籍メイン	DTL-TITLEMAIN-N	TEXT-L-B-E */
.DTL-TITLEMAIN-N    { font-size:100%; font-weight:bold; color:#724b4d; line-height:140%; }
/* 書籍サブB	DTL-TITLESUBB-N	TEXT-M-N-N */
.DTL-TITLESUBB-N    { font-size:90%; color:#000000; line-height:140%; }
/* 書誌データ	DTL-DATA-N	TEXT-M-N-N */
.DTL-DATA-N    { font-size:90%; color:#000000; line-height:140%; }
/* 著者		DTL-AUTHOR1-N	TEXT-M-N-N */
.DTL-AUTHOR1-N    { font-size:90%; color:#000000; line-height:140%; }
/* 共著者		DTL-AUTHOR2-N	TEXT-M-N-N */
.DTL-AUTHOR2-N    { font-size:90%; color:#000000; line-height:140%; }
/* 目次		DTL-CONTENTS-H	TEXT-M-B-E */
.DTL-CONTENTS-H    { font-size:90%; font-weight:bold; color:#724b4d; line-height:140%; }
/* 目次		DTL-CONTENTS-N	TEXT-M-B-E */
.DTL-CONTENTS-N    { font-size:90%; color:#000000; line-height:140%; }
