@charset "utf-8";

/* シリーズ */

/* シリーズのタイトルを定義 */

h2#series_ttl {
	display: block;
	width: 750px;
	height: 45px;
	background-image: url(../img/series_ttl.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 8px;
	border-bottom: dotted 1px #cdcdcd;
}

/* プリントボタンのレイアウトを定義 */

p#print_btn {
	display: none;
}

/* シリーズメインのレイアウトを定義 */

#series_maincontainer {
	display: block;
	width: 750px;
	height: auto;
}

/* シリーズメインの左側のレイアウトを定義 */

ul#series_list li {
	list-style-type : none;
	padding-left: 15px;
	margin-bottom: 10px;
	background-image: url(../img/caption_label.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

ul#series_list li .series_list_body {
	font-size: 10px;
	color: #666;
	line-height: 100%;
}

/* シリーズメインの右側のレイアウトを定義 */

.contents_container {
	display: block;
	width: 750px;
	height: auto;
}

.contents_container .left_contents {
	display: block;
	width: 750px;
	text-align: left;
	margin-bottom: 50px;
}

.contents_container .right_contents {
	display: block;
	width: 750px;
	text-align: left;
	margin-bottom: 50px;
}

.contents_container .left_contents h3,
.contents_container .right_contents h3 {
	display: block;
	color: #2f2f2f;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 15px;
}

p.contents_list_btn {
	display: block;
	width: 70px;
	height: 19px;
	background-image: url(../img/list_btn_off.gif);
	float: right;
}

p.contents_list_btn a {
	display: block;
	width: 70px;
	height: 19px;
}

p.contents_list_btn a:hover {
	display: block;
	width: 70px;
	height: 19px;
	background-image: url(../img/list_btn_on.gif);
}


