@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");
/* ===================================================================
 style info : 個別用
=================================================================== */
#wrapperAll {
	background:url(../img/bg_original.png) top center no-repeat;
}

/*.mainBox {
	width:830px;
	margin:40px 0 80px 0;
}
*/
.bookArea {
	background:url(../img/bg_book.png) no-repeat top center;
	width:617px;
	height:294px;
	margin:0 auto;
}
	.bookArea p.tit {
		padding:50px 0 0 260px;
}
	.bookArea p.bnr {
		padding:15px 0 0 315px;
}
.block {
	width:830px;
	margin:0 auto;
}
.author {
	background: url(../img/bg_text_top.png) top left no-repeat;
	text-indent:-9999px;
	width:829px;
	height:63px;
	
}
.comentWp {
	background:url(../img/bg_text_bottom.png) no-repeat bottom right;
	width: 799px;
	padding: 0 0 30px 30px;
	}
.comentArea {
	background:url(../img/bg_text_middle.png) repeat-y left;
	}
	.comentArea p.text {
		padding: 0px 40px;
		line-height:1.6;
	}
#movie {
	width:320px;
	height:180px;
	float:right;
	padding: 0 40px 0 20px;
}
	

a { color:#FF6666; text-decoration:underline; display:block;} 
a:hover { text-decoration:none; }