@charset "Shift_JIS";
/*
	コンポーネントCSSを読み込み
*/
@import "../ini.css";
@import "../cmp_common.css";


.pickup{
	/*
	ページの大タイトル No.1 (=TITLE,=FONT,=IMP,=COL)
*/
	width: auto;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	background-image: url(../images/h1_line.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	background-position: bottom;
	line-height: 1.2em;
	padding: 10px 0 5px 0;
	height: 20px;
}

.pickup_h1{
	/*
	イベントタイトル (=TITLE,=FONT,=IMP,=COL)
*/
	width: auto;
	font-size: 1.0em;
	color: #e34055;
	font-weight: bold;
	background-image: url(../images/pickup_icon.gif);
	vertical-align: middle;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#category #main_layer #book_wrapper #list {
	width: auto;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/list_icon.gif);
	list-style-type: circle;
	vertical-align: middle;
	background-position: left center;
}

#category #main_layer #book_wrapper #list ul {
	align: left;
	margin: 0px;
}

#category #main_layer #book_wrapper #list li {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}


#book-pb{
	/*
	右側の囲み枠
*/
	background-color: #fff;
	border-top-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D0BAC2;
	border-left-color: #D0BAC2;
	width: 170px;
	clear: both;
	height: 1000px;
}

#book-pb #list {
	width: 165px;
	color: #333333;
	margin: 0 0 10px 0;
}

#book-pb #list ul {
	align: left;
	margin: 0px;
}

#book-pb #list li {
	list-style-position: outside;
	list-style-image: url(../images/list_icon2.gif);
	list-style-type: disc;
	letter-spacing: 0.2em;
	padding: 10px;
	margin: 0px;
	background-position: center;
}

.pickup_syosai{
	/*
	詳細の囲み枠
*/
	width: 390px;
	clear: none;
	float: left;
	margin-left: 20px;
}

.pickup_text_L{
	/*
	本文の強調 (=TITLE,=FONT,=IMP,=COL)
*/
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
	font-weight: bold;
}

.pickup_text_M{
/*
	ページの中見出し (=TITLE,=FONT,=IMP,=COL)
*/
	font-size: 0.8em;
	line-height: 1.4em;
	color: #999999;
}

.pickup_text_S{
/*
	ページの小見出し (=TITLE,=FONT,=IMP,=COL)
*/
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333333;
	padding: 0 0 20px 0px;
}

#img {
	width: auto;
	float: right;
	margin: 0 0 0 10px;
	clear: none;
}

#pickup_rightcontents {
	float: right;
	width: 180px;
}

#container_end {
	background-image: url(../images/end.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#container_end2 {
	background-image: url(../images/end2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


#container_end3 {
	background-image: url(../images/end2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#container_end4 {
	background-image: url(../images/end2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


