@charset "UTF-8";
#containerB {
	width: 750px;
	float: right;
}



/*ーーー写真集・コミックス・単行本ページ共通設定ーーー*/

#MenuArea {
	background-image: url(../images/menu_area_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 700px;
	padding-right: 19px;
	padding-left: 20px;
}
#MenuArea li {
	float: left;
}
#containerB dl {
	padding-bottom: 7px;
}
#containerB dt {
	padding-bottom: 5px;
	font-size: 12px;
}
.bookImage {
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 1px;
}
.cell {
	width: 340px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 11px;
	line-height: 14px;
	height: 280px;
}
.booksBtn {
	float: left;
	padding-bottom: 5px;
}

.Btns li {
    padding-bottom: 4px;
}

/*ーーー写真集コンテンツ用ＣＳＳーーー*/

#photoTitle {
	clear: left;
	padding-left: 5px;
	padding-top: 5px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB3900;
	padding-bottom: 2px;
}
.photoInfo {
	width: 209px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	float: right;
}

/*ーーー単行本コンテンツ用ＣＳＳーーー*/

#bookTitle {
	clear: left;
	padding-left: 5px;
	padding-top: 5px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	padding-bottom: 2px;
}
.bookInfo {
	width: 209px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	float: right;
}

/*ーーーコミックスコンテンツ用ＣＳＳーーー*/

#comicTitle {
	clear: left;
	padding-left: 5px;
	padding-top: 5px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding-bottom: 2px;
}

.comicInfo {
	width: 209px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	float: right;
}

/*ーーー電子書籍コンテンツ用ＣＳＳーーー*/

#digitalTitle {
	clear: left;
	padding-left: 5px;
	padding-top: 5px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #920783;
	padding-bottom: 2px;
}

.digitalInfo {
	width: 209px;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	float: right;
}



