
/* 紹介のためのキャッチコピー用 */
.catch-copy-red {
font-family : Arial,"ＭＳ Ｐゴシック","ＭＳ ゴシック","ヒラギノ角ゴ Pro W3";
font-weight : bold;
font-size : 105%;
color : red;
line-height : 120%;
}

.catch-copy-navy {
font-family : Arial,"ＭＳ Ｐゴシック","ＭＳ ゴシック","ヒラギノ角ゴ Pro W3";
font-weight : bold;
font-size : 100%;
color : navy;
line-height : 120%;
}



/* ------　目次表示用スタイル　-----*/
.books-data {
text-align:left;
font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック",Arial;
font-size:86%;
margin : 0.5em 6px 6px 20px;
color : navy;
}
.mokuji-title {
font-weight : bold;
font-size : 12px;
color : deeppink;
}
.mokuji-chapter-text {
font-weight : bold;
font-size : 12px;
color : darkslategray;
color : darkgreen;
}
.mokuji-text {
	line-height:1.2em;
font-weight : normal;
font-size : 12px;
color : black;
}
.mokuji-small-text {
font-weight : normal;
font-size : 12px;
color : black;
}

/* ------　内容サンプル表示用　-----*/
.content-sample {
background-color: whitesmoke;
padding : 8px 8px 8px 8px;
border-style:solid;
border-width : 3px;
border-color : gray;
}

/* ------　タイプ２用　-----*/
.newbook-header {
	line-height:1.5em;
	text-align:center;
	background-color:#f0f0f0;
	width:600px;
	border-color:peru;
	border-style:solid;
	border-width:2px;
	padding : 0px;
	padding-top : 6px;
}
.newbook-title {
background-color: #f0f0f0;
font-size: 90%;
font-weight:bold;
padding: 2px;
color: #444444;
}
.newbook-header2 {
	line-height:1.5em;
	text-align:center;
	background-color:#fefdee;
	width:600px;
	border-color:peru;
	border-style:solid;
	border-width:2px;
	padding : 0px;
	padding-top : 6px;
}
.newbook-title2 {
background-color: #fefdee;
font-size: 90%;
font-weight:bold;
padding: 2px;
color: #444444;
}

.newbook-comment {
	line-height:1.5em;
	text-align:center;
	background-color:#f0f0f0;
	width:600px;
	border-color:#0000ff;
	border-style:solid;
	border-width:1px;
	padding: 5px 5px 5px 5px;
}

.newbook-body {
	font-size:90%;
	line-height:1.4em;
	font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック","Osaka","ヒラギノ角ゴ Pro W3";
	width:600px;
	border-color:peru;
	border-style:solid;
	border-width:0px 2px 2px 2px;
	padding:3px 13px 3px 13px;
/*background-color : tan;  test */
}
.newbook-container {
	position : relative;
	margin: 8px 0;
	width:100%;
	border-width : 2px;
	border-color : #ff0000;
}

.newbook-right-box {
	margin-left : 156px;
	background-color : white;
	text-align : left;
	padding : 5px 10px 10px 20px;
	padding : 5px 5px 5px 12px;
border-width:0px 0px 0px 3px;
border-color : peru;
border-style:dotted;
/*background-color : linen;  test */
}
.newbook-left-box {
	position : absolute;
	left : 12px;
	top : 2px;
	width : 100px;
	background-color : white;
	text-align:center;
}

/* -----[ 2010-08 １冊特集予告 ]------ */

.yokoku-header2 {
	line-height:1.5em;
	text-align:center;
	background-color:white;
	width:600px;
	border-color:powderblue;
	border-style:solid;
	border-width:4px;
	padding : 0px;
	padding-top : 6px;
}

.yokoku-title2 {
background-color: white;
font-size: 90%;
font-weight:bold;
padding: 2px;
color: #444444;
}

.yokoku-body {
	font-size:90%;
	line-height:1.6em;
	font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック","Osaka","ヒラギノ角ゴ Pro W3";
	width:600px;
	border-color:powderblue;
	border-style:solid;
	border-width:0px 4px 4px 4px;
	padding:3px 13px 3px 13px;
}
.yokoku-container {
	position : relative;
	margin: 8px 0;
	width:100%;
	border-width : 4px;
	border-color : #ff0000;
}

.yokoku-right-box {
	margin-left : 156px;
	margin-left : 146px;
	background-color : white;
	text-align : left;
	padding : 5px 10px 10px 20px;
	padding : 5px 5px 5px 12px;
	border-width:0px 0px 0px 3px;
	border-color : powderblue;
	border-style:dotted;
}
.yokoku-left-box {
	position : absolute;
	left : 12px;
	top : 2px;
	width : 100px;
	background-color : white;
}

.yokoku-chapter-text {
	font-weight : bold;
	font-size : 15px;
	color : navy;
}
.yokoku-text {
	line-height:1.2em;
	font-weight : normal;
	font-size : 12px;
	color : black;
}
