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

/*----------------------------------------*/
/*                                        */
/*太陽出版  書籍一覧      */
/*                                        */
/*----------------------------------------*/
#container{
	background:repeat-x top url(../img/common/pagetitle_back.jpg) #fff;
}

#pagetitle{
	background:no-repeat bottom url(../img/books/pagetitle_books.gif);
	width:117px;
	height:55px;
	text-indent:-9999em;
}

.leadTxt{
	visibility:hidden;
	height:0px;
	line-height:0px;
}

/*----------------------------------------*/
/*カテゴリナビ                              */
/*----------------------------------------*/
#ctgnavi{
	margin-bottom:295px;
}

#ctgnavi ul{
	background:no-repeat url(../img/books/bt_category.gif);
	height:133px;
}

#ctgnavi ul li{
	float:left;
	margin-right:12px;
	width:102px;
	height:133px;
}
#ctgnavi ul li#ctg7{
	margin-right:0px;
}

#ctgnavi ul li a{
	display:block;
	width:102px;
	height:133px;
	background-image:url(../img/books/bt_category.png);
	text-indent:-9999em;
}

#ctgnavi ul li#ctg1 a{
	background-position:left top;
}
#ctgnavi ul li#ctg1 a:hover{
	background-position:left bottom;
}

#ctgnavi ul li#ctg2 a{
	background-position:-115px top;
}
#ctgnavi ul li#ctg2 a:hover{
	background-position:-115px bottom;
}

#ctgnavi ul li#ctg3 a{
	background-position:-229px top;
}
#ctgnavi ul li#ctg3 a:hover{
	background-position:-229px bottom;
}

#ctgnavi ul li#ctg4 a{
	background-position:-344px top;
}
#ctgnavi ul li#ctg4 a:hover{
	background-position:-344px bottom;
}

#ctgnavi ul li#ctg5 a{
	background-position:-458px top;
}
#ctgnavi ul li#ctg5 a:hover{
	background-position:-458px bottom;
}

#ctgnavi ul li#ctg6 a{
	background-position:-573px top;
}
#ctgnavi ul li#ctg6 a:hover{
	background-position:-573px bottom;
}

#ctgnavi ul li#ctg7 a{
	background-position:-687px top;
}
#ctgnavi ul li#ctg7 a:hover{
	background-position:-687px bottom;
}


/*----------------------------------------*/
/*新刊一覧                              */
/*----------------------------------------*/
#newrelease{
	position:absolute;
	top:370px;
	left:0px;
}

#newrelease h2{
	width:100%;
	margin-bottom:10px;
}

#newrelease h2 span{
	background:no-repeat url(../img/top/h2_newrelease.jpg);
	width:238px;
}

#midashi{
	position:relative;
}

#midashi .archiveLink{
	position:absolute;
	right:0px;
	top:60px;
}

#TabbedPanels1{
	margin-bottom:16px;
}

/*----------------------------------------*/
/*おすすめ書籍                              */
/*----------------------------------------*/
#recommend{
	width:100%;
	padding-bottom:35px;
}

#recommend h2{
	margin-bottom:15px;
}

#recommend h2 span{
	background:no-repeat url(../img/top/h2_recommend.jpg);
	width:274px;
}

#reco1,
#reco3{
	width:380px;
	float:left;
}

#reco2,
#reco4{
	width:380px;
	float:right;
}

.bookImg{
	position:relative;
	width:74px;
	float:left;
}

.bookImg a#bookCover{
	display:block;
	margin-bottom:10px;
}

.bookImg .bt_detail_fff{
	margin:0 auto;
}

.bookData{
	width:292px;
	float:right;
}

#recommend h3{
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:9px;
}

#recommend p{
	font-size:1.2em;
}

#recommend #entryBody{
	padding-top:13px;
}
