@charset "utf-8";
/* guide_book.css */

/* index */
.subtitle {
	background-image:url(../../guide_book/guide_book_images/guidebook_ttl_icon01.gif);
}
.guide_book_table {
	width:710px;
	border-collapse:collapse;
}
.guide_book_table th {
	width:124px;
	border:1px solid #dddddd;
	background-color:#f5f5f5;
	font-weight:normal;
	vertical-align:top;
	color:#999999;
	padding:10px;
	font-size:93%;
	line-height:1.8em;
}
th.guide_book_indexth {
	width:198px;
}
.guide_book_table th img {
	border:1px solid #dddddd;
}
.guide_book_table td {
	vertical-align:top;
	border:1px solid #dddddd;
	padding:10px;
	font-size:93%;
	line-height:1.8em;
}
.guide_book_table td.sfont {
	line-height:110%;
}
.guide_book_text {
	min-height:100px;
	position:relative;
	padding-bottom:46px;
}
* html body .guide_book_text {
	height:100px;
}
.txtspace {
	letter-spacing:2em;
}
.subth {
	width:8em;
}
.caution {
	display:block;
	margin-top:1em;
}
.numlist {
	margin:1em 0em;
}
.inquiry {
	margin:2em 0em 0em;
}

/* backnumber */
.sptitle {
	padding-bottom:1em;
}
.cautiontext {
	color:#ff0000;
}
.buybtn {
	position:absolute;
	bottom:0px;
	right:0px;
}

/* facsimile_edition */
.bookimg {
	float:left;
	width:150px;
}
.booktxt {
	float:left;
	width:560px;
}
.bookaddress {
	padding-top:1em;
}
