@charset "utf-8";

/* ------------------------------------------------------------ */
/* 検索 */
/* ------------------------------------------------------------ */
h2.src {
	clear: both;
	font-size: medium;/**/
	background-image: url(../images/ttl_book_src.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align:center;
	width: 600px;
	height: 50px;
	margin:0 auto;
	padding:0px;
	text-indent:-9999px;
}

h2.list {
	clear: both;
	font-size: medium;/**/
	background-image: url(../images/ttl_book_list.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align:center;
	width: 600px;
	height: 50px;
	margin:0 auto;
	padding:0px;
	text-indent:-9999px;
}

h3.src {
	clear: both;
	font-size: medium;/**/
	background-image: url(../images/subttl_src.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align:left;
	color:#FFFFFF;
	width: 600px;
	height: 27px;
	margin:30px auto 0px;
	padding:4px 0px 0px 10px;
}
h3.src2 {
	clear: both;
	font-size: small;/**/
	background-image: url(../images/subttl_src2.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align:left;
	color:#7F5139;
	width: 600px;
	height: 27px;
	margin:30px auto 0px;
	padding:4px 0px 0px 10px;
}
.btn {
	width: 96%;
	margin:0px auto;
	float: left;
 }

a.src {
	text-indent: -99999px;
	display: block;
	width: 84px;
	height: 28px;
	background: url("../images/btn_src.gif") no-repeat left top;
 }
a.src:hover {
	text-indent: -99999px;
	display: block;
	width: 84px;
	height: 28px;
	background: url("../images/btn_src.gif") no-repeat left bottom;
 }

a.clear {
	text-indent: -99999px;
	display: block;
	width: 84px;
	height: 28px;
	background: url("../images/btn_clear.gif") no-repeat left top;
 }
a.clear:hover {
	text-indent: -99999px;
	display: block;
	width: 84px;
	height: 28px;
	background: url("../images/btn_clear.gif") no-repeat left bottom;
 }

/* ----------------- */
/* 検索項目 */
/* ----------------- */

.src_tbl{
	border: none;
	border-collapse: collapse;
	line-height:1.2em;
	width: 90%;
	margin:20px auto 0px;
}
.src_tbl th{
}
.src_tbl td{
}
.src_subttl {
	color:#7F5139;
	font-weight:bold;
	background-image: url(../images/bg_subttl.gif);
	background-repeat: repeat;
	line-height:1.4em;
	padding:4px 4px;
}

/* ----------------- */
/* 検索一覧 */
/* ----------------- */
.list{
	clear: both;
	width: 92%;
	margin:20px auto 0px;
	padding:0px 0px 0px 0px;
}
.list_tbl{
	clear:both;
	border-collapse: collapse;
	line-height:1.0em;
	width: 98%;
}

.img_main{
	width: 30%;
	margin:20px auto 0px;
	padding:0px;
	text-align:center;
}
.title{
	font-size: small;/**/
	font-weight:bold;
	color:#197FB0;
	margin:0px;
	padding:0px 5px 0px 0px;
}
.title_kana{
}
.author{
	font-size: x-small;/**/
	width: 60%;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.author_kana{
}
.price{
	font-size: x-small;/**/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.outline{
	font-size: x-small;/**/
	line-height:1.3em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


.dot{
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	height:5px;
	background-image: url(../images/line_dot.gif);
	background-repeat: repeat-x;
}

.list_info {
	height:40px;
	width;95%;
	padding:0px 0px 0px 0px;
}
.sort{
	float:left;
	width:30%;
	text-align:left;
}

.list_cnt{
	float:left;
	width:70%;
	text-align:right;
}


/* ----------------- */
/* ページ送り */
/* ----------------- */

.page{
	font-size: x-small;/**/
	text-align:center;
	width: 95%;
	margin:0 auto;
	padding:5px 0 1.4em 0;
}

.page .no{
	vertical-align:middle;
	padding-left:1.0em;
	padding-right:1.0em;
}

.page img{
	vertical-align:middle;
	padding-left:0.4em;
	padding-right:0.4em;
}








