#container {
	background: #f9f6f2;
	min-width: 966px;
	position: relative;
	width: 100%;
	position: relative;
	height: auto !important; /*IE6*/
	height: 100%; /*IE6*/
	min-height: 100%;
}
/* Header
------------------------------------------------------ */
#header {
	background: url(../images/home/head_bg.jpg) top center no-repeat;
	padding-bottom: 15px;
}
#header #titleBox {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 25px;
}
#header h1 { padding: 80px 0 0 145px; }
#header p {
	font-size: 14px;
	line-height: 21px;
	color: #231815;
	padding: 30px 0px 0 65px;
}
#header #menu {
	background: url(../images/home/menu_bg.gif) repeat-x;
	height: 56px;
}
#header #menu ul {
	display: block;
	width: 960px;
	margin: 0 auto;
	height: 54px;
	padding: 1px 0;
	position: relative;
}
#header #menu ul li {
	display: block;
	float: left;
	background: #FFF;
	height: 52px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#header #menu ul li:hover {
	opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
	background: #FFF;
}
#header #menu ul li a {
	display: block;
	background: #FFF;
}
#toParent {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 1px;
}
#toParent a.ptn01 {
	position: absolute;
	display: block;
	right: 0px;
	top: -46px;
}
#toParent a.ptn02 {
	position: absolute;
	display: block;
	right: 185px;
	top: -46px;
}
/* Contents
------------------------------------------------------ */
#contents { padding-bottom: 175px; }
#contents #mainImg {
	width: 960px;
	background: url(../images/home/main_img_bg.jpg) top left no-repeat;
	height: 389px;
	margin: auto auto 15px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 5px 5px 6px #e8e3db;
	-moz-box-shadow: 5px 5px 6px #e8e3db;
	box-shadow: 5px 5px 6px #e8e3db;
}
#contents #mainImg .bosyu {
	position: absolute;
	width: 267px;
	height: 327px;
	background: url(../images/home/noise_bg.jpg);
	border-radius: 7px;
	right: 35px;
	top: 19px;
	padding: 12px;
}
#contents #mainImg .whiteBox {
	background: #FFF;
	height: 250px;
	padding: 12px;
	font-size: 14px;
	line-height: 20px;
}
#contents #mainImg .whiteBox ul li.parent { padding-bottom: 12px; }
#contents #mainImg .whiteBox ul li h3 { padding-bottom: 5px;  *padding-bottom:0px;
}
#contents #mainImg .whiteBox ul li ul.child li, #contents #mainImg .whiteBox ul li p.likeList {
	padding: 0 0 0px 13px;
	background: url(../images/home/listButton.gif) 1px 6px no-repeat;
}
#lineup {
	background: #FFF;
	width: 960px;
	margin: auto auto 15px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 5px 5px 6px #e8e3db;
	-moz-box-shadow: 5px 5px 6px #e8e3db;
	box-shadow: 5px 5px 6px #e8e3db;
	overflow: hidden;
	padding: 0 0 27px 0;
}
#lineup .Box {
	margin: 10px 27px 0;
	padding: 17px 28px 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#lineup .OrangeBG { background: #fdf2dc; }
#lineup .GreenBG { background: #f5f8dc; }
#lineup .Box h3 { padding: 0 0 10px 0 }
#lineup .Box dl {
	padding: 12px 0;
	width: 200px;
	overflow: hidden;
	margin-right: 15px;
	display: inline;
}
#lineup .Box dl.left { float: left; }
#lineup .Box dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
#lineup .Box dl.right {
	float: left;
	margin-right: 0;
}
#lineup .Box dl dt, #lineup .Box dl dd.publisher { padding: 0 0 0 66px; }
#lineup .Box dl dd.publisher {
	font-size: 12px;
	line-height: 20px;
}
.bookPartition {
	clear: both;
	height: 1px;
	background: url(../images/home/partition.gif) no-repeat left top;
}
.bookLast { clear: both; }
#lineup .Box dl dd.image {
	width: 56px;
	height: 56px;
	float: left;
	background: #FFF;
}
#lineup .Box dl dd.image p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 56px;
	height: 56px;
	line-height: 56px;
}
#lineup .Box dl dd.image img {
	vertical-align: middle;
	max-height: 56px;
	max-width: 56px;
}
#lineup .review_sort {
	width: 960px;
	overflow: hidden;
}
#lineup .review_sort {
	width: 960px;
	overflow: hidden;
}
#lineup .review_sort .sort_inner {
	float: right;
	margin: 10px 30px 0;
}
#lineup .review_sort .sort_select {
	vertical-align: middle;
	font-size: 14px;
	padding: 1px;
}
#lineup .review_sort #btn_sort_reset {
	vertical-align : middle;
	padding: 2px;
}
/* Footer
------------------------------------------------------ */
#footer {
	position: absolute;
	bottom: 0px;
	height: 142px;
	background: #3a1e16;
	padding: 25px 0 0 0;
	width: 100%;
}
#footer p {
	color: #FFF;
	text-align: center;
	font-size: 10px;
}
#footer p  a{
	display:block;
	padding:10px 0 0 0;	
}
.BookDlBtn {
	width: 960px;
	margin: 0 auto 10px auto;
	text-align: right;
}
.BookDlBtn img:hover { opacity: 0.6; }
.fb-top {
	height: 17px;
	margin: 0 auto;
	padding: 0 0 15px;
	width: 980px;
	
}
.fb-mid{
    height: 30px;
    margin: 0 auto;
    padding: 15px 0 11px;
    width: 900px;
}
.fb-mid .btn{
	float:right;	
}
