@charset "UTF-8";

/*------------------------------------------------ */
/* Information
-------------------------------------------------- */

#books_index {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-y;
	background-position: center 397px;
	height: 100%
}

#books_index #wrapper {
	background:url(../images/header.jpg) no-repeat;
}

#books_index h2 {
	text-indent: -9999px;
	position: absolute;
}

#books_index #footer {
	background: url(../images/footer.jpg) no-repeat bottom;
}

#books_index h3 {
	background: url(../images/top_h3.jpg) no-repeat top;
	text-indent: -9999px;
	height: 210px;
	width: 800px;
}

#books_index div.photo01 {
	width:400px;
	margin:60px auto 60px auto;
}

#books_index div.photo01 p {
	font-size:80%;
	line-height:140%;
	margin: 10px 0 0 0;
}

#books_index .menu_list {
	width: 663px;
	margin:0 auto 150px auto ;
}

#books_index .menu_list li {
	text-indent:100px;
	height: 45px;
	line-height:45px;
	background: url(../../discourse/tamafuri/images/top_li_bg.gif) no-repeat;
}

#books_index .menu_list li a  {
	display: block;
	color:#2142a2;
	text-decoration: none;
}

#books_index .menu_list li a:hover {
	background: url(../../discourse/tamafuri/images/top_li_bg.gif) no-repeat;
	background-position: 0 -45px;
}


h5 {
	margin: 40px 10px 20px 10px;
	font-size:120%;
	border-bottom: dotted #111111 1px;
	color:#2142a2;
	padding: 0 0 0 10px;
}
h4 {
	border-left: solid #2142a2 6px;
	padding: 0 0 0 10px;
	margin: 20px 0 20px 0;
	font-size:120%;
	border-bottom: dotted #555 1px;
	color:#2142a2;
}

h5 {
	border: solid #dfe9f1 1px;
	padding: 0 0 0 10px;
	margin: 10px auto 10px auto;
	color:#2142a2;
	background-color:#edf3f7;
	font-size:100%;
}

h6 {
	font-size:100%;
	color:#2142a2;
	padding: 0 0 0 10px;
}


#books_index .book_main {
	margin: 0  0 50px 0;
}

#books_index .book_main img {
	float:left;
	padding: 0 0 0 20px;
}

#books_index .book_main div {
	margin: 0 0 0 300px
}

#books_index .book_main div p {
	font-size:80%;
}
#books_index .book_main li {
	margin: 10px 0;
}
#books_index .price {
	font-size: 80%;
}

table {
	margin:0 0 30px 0;
	border-collapse:collapse;
	font-size:80%;
}
th {
	border:solid #CCCCCC 1px;
	padding:4px 20px;
	background-color:#e9f1f9;
	width:100px;
	white-space:nowrap;
}
td {
	border:solid #CCCCCC 1px;
	padding:4px;
}

#books_index div.menu_list ul li img {
	padding:16px;
	vertical-align:middle;
}

.book_list p{
	margin: 0 0 0 20px;
}

.lawText {
	font-size:80%;
}

#form_area {
	padding:0 20px 20px 20px;
	border:1px solid #ddd;
	-moz-border-radius: 10px; /* gecko */
    -webkit-border-radius: 10px; /* webkit */
    border-radius: 10px; /* CSS3 standard */
    -khtml-border-radius: 10px; /* old konkeror */
	margin:40px 0;
}

form table {
	width:100%;
	margin-bottom:20px;
}

form table th {
	line-height:130%;
}

form .submit {
	text-align:center;
}

#caution_text {
	color: #e5007f;
	padding: 10px;
}


.book_info {
	clear:right;
}

#contents p.buy_button {
	text-align:right;
	margin:-30px 0 0 0;
	padding:0 0 10px 0
}

.buy_button a {
	background:#2142a2;
	margin: 0;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	padding:5px 10px;
	text-decoration:none;
	font-size:120%;
	-moz-border-radius: 4px; /* gecko */
    -webkit-border-radius: 4px; /* webkit */
    border-radius: 4px; /* CSS3 standard */
    -khtml-border-radius: 4px; /* old konkeror */
}

.buy_button a:visited {
}

.buy_button a:hover {
	background:#3569ff;
}

table .address #address {
	width:95%;
}

#contents p.must {
	color:red;
	font-size:80%;
	margin: 0;
}