@charset "UTF-8";
/* CSS Document */

/* mainImage ------------------------------------*/
#mainImage{
	clear:both;
	display:block;
	overflow:hidden;
	width:950px;
	height:170px;
	text-indent:-9999px;
	margin:10px 0px 0px 0px;
	background-image:url(../img/main_img.jpg);
}


/* contentMain ------------------------------------*/
#contentMain{
	float:left;
	text-align:left;
	width:730px;
	margin:0px 20px 0px 0px ;
	_margin:0px 19px 0px 0px ;
	padding:0px 0px 0px 0px ;
}

/* newbooks ------------------------------------*/

#newbooks{
	width:730px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#newbooks h2{
	width:457px;
	height:29px;
	text-indent:-9999px;
	background:url(../img/title_newbooks.gif) left top no-repeat;
	margin:0px 0px 30px 0px;
	padding:0px;
}

/* book-block ------------------------------------*/
div.book-block {
	width:345px;
	margin:0px 14px 5px 0px;
	padding:5px 0px 0px 0px;
	border-top:1px solid #cccccc;
	text-align:left;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	clear:both;
}

div.book-block > div{
	width:345px;
	clear:both;
	
}

div.book-block img {
	float:left;
	background-color:#FFFFFF;
	border:1px solid #333333;
	margin:0px 10px 0px 0px;
	padding:1px;
}

div.book-block-monograph{
	float:left;
	width:264px;
}


div.book-block a {
	width:335px;
	display:block;
	text-decoration:none;
	padding:10px 5px 10px 5px ;
}

*html div.book-block a {
	width:345px;
	display:block;
	text-decoration:none;
	padding:10px 5px 10px 5px ;
}

div.book-block a:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div.book-block a {
    height: 1em;
    overflow: visible;
}
/**/


div.book-block a:hover {
	background-color:#D9EBCF;
	text-decoration:none;
}


div.book-block strong.book-title {
	font-weight:bold;
	line-height:130%;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 20px;
	background:url(../../common/img/orange_listmark.gif) 0% 50% no-repeat;
	display:block;
}

div.book-block span.book-title-e {
	font-weight:bold;
	line-height:120%;
	margin:0px 0px 5px 0px;
	display:block;
}

div.book-block span.book-autor {
	font-size:84%;
	line-height:130%;
	display:block;
}

/* pagetop ------------------------------------*/
#pagetop{
	clear:both;
	width:720px;
	border-top:1px solid #cccccc;
	margin:0px 0px 0px 0px ;
	padding:30px 0px 0px 0px ;
}

#pagetop a{
	display:block;
	overflow:hidden;
	width:101px;
	height:12px;
	text-indent:-9999px;
	background:url(../../common/img/pagetop.gif) no-repeat;
	margin:0px 0px 0px 620px ;
}

/* contentRight ------------------------------------*/
#contentRight{
	float:left;
	text-align:left;
	width:200px;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
	background:url(../img/text_right_middle.gif) left top repeat-y;
}

#contentRight_cap{
	width:200px;
	height:19px;
	background:url(../img/text_right_cap.gif) left top no-repeat;
	margin:0px;
	padding:0px;
}
#contentRight_bottom{
	clear:both;
	width:200px;
	height:18px;
	background:url(../img/text_right_bottom.gif) left top no-repeat;
	margin:0px;
	padding:0px;
}

.title_monograph_genre{
	width:200px;
	height:37px;
	background:url(../img/title_monograph_genre.gif) left top no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-indent:-9999px;
}

.title_monograph_kana{
	width:200px;
	height:39px;
	background:url(../img/title_monograph_kana.gif) left top no-repeat;
	margin:20px 0px 10px 0px;
	padding:0px;
	text-indent:-9999px;
}

#contentRight_middle ul{
	margin:0px 10px;
}

#contentRight_middle ul.monograph_genre_list li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:130%;
	border-bottom:1px dotted #333333;
}

#contentRight_middle ul.monograph_genre_list li a{
	padding:5px 0px 5px 20px;
	background:url(../../common/img/green_listmark.gif) 0% 50% no-repeat;
	display:block;
}

#contentRight_middle ul.monograph_genre_list li a:hover{
	color:#1C671F;
}

#contentRight_middle ul.monograph_kana_list{
	margin:0px 0px 0px 12px ;
	padding:0px;
}

#contentRight_middle ul.monograph_kana_list li{
	float:left;
	margin:0px 12px 5px 0px;
	padding:0px 0px 0px 0px;
	white-space: nowrap;

}

#contentRight_middle ul.monograph_kana_list li a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 18px;
	background:url(../../common/img/green_listmark.gif) 0% 50% no-repeat;
}

#contentRight_middle ul.monograph_kana_list li a:hover{
	color:#1C671F;
}

