@charset "utf-8";

/* ========================================================
 *
 *		Index Style Sheet	
 *
 *		version	: 1.0
 *		update	: 2009/04/27
 *
 ========================================================*/
 
/* =====================================
	Index #contents
===================================== */
#contents {
	padding: 15px 0 0;
}

#store #contents {
	padding: 0;
}

#contents #mainarea h2 {
	margin: 0;
}


/* =====================================
	Flont List（新刊書籍）
===================================== */
#flontlist {
	margin: 0;
	padding: 15px 14px 1px;
	border: solid #ccc;
	border-width: 1px 1px 0;
}

#flontlist .list {
	margin-bottom: 20px;
}

#flontlist .left {
	width: 162px;
}

#flontlist .right {
	width: 348px;
}

#flontlist h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	font-size: 150%;
	background: url(../images/common/grid_bg_02.gif) repeat-y left top;
}

#flontlist h3 span.writer_name {
	display: block;
	font-size: 65%;
	font-weight: normal;
}

#flontlist .allview {
	padding: 10px 0 0;
}




/* =====================================
	Back List（既刊書籍）
===================================== */
#backlist {
	margin: 0 0 20px;
	padding: 15px 14px 10px;
	border: solid #ccc;
	border-width: 1px;
}

#backlist .list {
	margin-bottom: 20px;
}

#backlist .left {
	width: 162px;
}

#backlist .right {
	width: 348px;
}

#backlist h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	font-size: 150%;
	background: url(../images/common/grid_bg_02.gif) repeat-y left top;
}

#backlist h3 span.writer_name {
	display: block;
	font-size: 65%;
	font-weight: normal;
}

#backlist .allview {
	padding: 10px 0 0;
}

/*
#backlist {
	margin: 0 0 20px;
	padding: 15px 14px 0;
	border: solid 1px #ccc;
}

#backlist h3,
#flontlist h3 {
	margin: 0 0 5px;
}

#backlist h3 span.writer_name,
#flontlist h3 span.writer_name {
	display: block;
	font-size: 85%;
	font-weight: normal;
}

.backlist_inner {
	margin-bottom: 15px;
	background: url(../images/common/dot_bg_vertical.gif) repeat-y center top;
}

.backlist_box {
	float: left;
	width: 255px;
}

.backlist_box .left {
	width: 84px;
}

.backlist_box .right {
	width: 161px;
}
*/

#backlist .bg_ver,
#flontlist .bg_ver {
	margin: 0 20px 0 0;
}

.allview {
	margin: 10px 0 0;
	padding: 10px 0;
	background: url(../images/common/dot_bg_horizon.gif) repeat-x left top;
}




/*	書籍用モジュール	
------------------------------------- */

.books_data {
	font-size: 85%;
	margin: 0 0 15px;
	color: #990000;
}

.books_summary dt {
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	font-weight: bold;
	background: url(../images/common/arrow_orange_02.gif) no-repeat left center;
}

.books_summary dd {
	padding: 10px 0;
	background: url(../images/common/dot_bg_horizon.gif) repeat-x left top;
}


/* =====================================
	What's New
===================================== */
#newsarea {
	border: solid 1px #ccc;
	padding: 0;
	margin:0 0 15px;
}

#newsarea dt {
	clear: left;
	float: left;
	width: 8em;
	padding: 0.5em 0;
	text-indent: 2em;
	background: url(../images/common/arrow_orange_01.gif) no-repeat 10px center;
}

#newsarea dd {
	padding: 0.5em 0 0.5em 11em;
	background: url(../images/common/dot_bg_horizon.gif) repeat-x left bottom;
}

* html #newsarea dd p {
	height: 1%;
}

#newsarea dd.bgno {
	background: none;
}


/* =====================================
	お知らせスペース
===================================== */
#attn {
	margin-bottom: 10px;
	border: solid 1px #ccc;
}

#attn h2 {
	margin: 0 1px 0;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	font-size: 108%;
	border-top: solid 2px #FF840A;
	background: url(../images/common/arrow_orange_02.gif) no-repeat 8px center;
}

#attn p {
	margin: 0 1px;
	padding: 7px 10px 5px;
	background: url(../images/common/grid_bg_02.gif) repeat-x;
}

#attn dl {
	margin: 0 1px 0;
	border-bottom: solid 1px #ccc;
}

#attn dt {
	padding: 3px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 108%;
	color: #fff;
	background: #FF840A;
}

#attn dd {
	padding: 5px 10px;
	font-weight: bold;
}


/* =====================================
	書店さまへ
===================================== */
#store #contents h2 {
	margin-bottom: 20px;
}

.store_table table {
	width: 100%;
	margin-bottom: 15px;
}

.store_table table th,
.store_table table td {
	padding: 10px;
	border: solid 1px #ccc;
}

.store_ttl {
	width: 30%;
	background: #f6f6f6;
}

.store_data {
	width: 70%;
}

