@charset "shift-jis";
/* CSS Document */

@import "contents_basic.css";

/* ------------------------------------------------------- */
/* コンテンツエリア　全体 */
/* ------------------------------------------------------- */

div#index
{
	height:471px;
	/* IE */
	/height:491px;
	/* IE6 */
	_height:471px;
}


#contents-area{
	margin:0px;
	padding:0px;
}


div#contents{
	/*960-105(R)-135(L)=720*/
	width:720px;
	height:550px;
	margin:0px 0px 0px 135px;
	padding:0px 0px 0px 0px;

	text-align:left;

	/* FF */
	margin-top:0px;
	/* IE6 IE7 */
	/margin-top:30px;
	/padding-bottom:20px;
	/* IE6 */
	_height:0px;
}

/* 本のカバー背景 */
div#contents-area{
	text-align:left;

	margin:0px;
	padding:0px;


	background-image:url(../images/bg_bookC_body.gif);
	background-repeat:repeat-y;
	background-position:top left;
	/*background-color:#CCAAAA;*/
	background-attachment:scroll;

}

/* 本のカバー背景　カテゴリーページはmenuに記述 */
div#contents-body div#contents-area div#category{
	width:907px;
	height:105px;

	margin:0px 0px 0px 0px;
	padding:0px;
	background-image:url(../images/bg_bookC_top.gif);
	/*background-color:#CCCCCC;*/
	background-repeat: no-repeat;
	background-position:0px 0px;
	background-attachment:scroll;
}
/* 本のカバー背景　カテゴリーページはmenuに記述 */
div#contents-body div#contents-area div#bgbottom{

	width:960px;
	height:86px;

	margin:0px 0px 0px 0px;
	padding:0px;


	background-image:url("../images/bg_bookC_bottom.gif");
	background-repeat: no-repeat;
	background-position:0px 0px;
	background-attachment:scroll;

	font-size:0px;
}


/* ------------------------------------------------------- */
/* コンテンツエリア　index */
/* ------------------------------------------------------- */
div#index.base-color{
	/*background:#FFFFFF;*/
}


/* 表紙タイトル */
div#index div#contents div#title{

	width:260px;
	margin:0px;
	/*FF用*/
	margin-bottom:20px;
	/*IE6、IE7用*/
	/margin-bottom:0px;

	position:absolute;
	left:382px;
	top:182px;
}
