
@import "/library/default.css";

body {
	background-color:#731C1B;
	background-image:url(../image/bg_body.gif);
	background-repeat:repeat-y;
	background-position:center top;
}

.localhead {
	position:relative;
	width:950px;
	height:170px;
}

.localhead .logo {
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
}

.localhead .localnav {
	position:absolute;
	z-index:2;
	top:5px;
	left:495px;
}

.localhead .localnav ul {
	margin:0;
	padding:0;
	list-style:none;
}

.localhead .localnav li {
	margin:4px 0 0 0;
	height:27px;
}

.localhead .book_normal {
	position:absolute;
	z-index:2;
	top:0px;
	right:0px;
	width:110px;
	text-align:center;
}

.localhead .book_sp {
	position:absolute;
	z-index:2;
	top:0px;
	right:115px;
	width:110px;
	text-align:center;
}

.path {
	margin:0 0 10px 0;
}

.path ul {
	margin:0;
	padding:0;
	list-style:none;
}

.path li {
	float:left;
	margin:0 15px 0 0;
	padding:0 0 0 13px;
	background-image:url(../image/list_path.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

/*---*/

.contents {
	margin:0 0 15px 0;
}

.contents h1 {
	margin:0 0 15px 0;
	padding:10px 8px 10px 10px;
	font-size:16px;
	line-height:100%;
	background-color:#701111;
	color:#ffffff;
}

.contents h2 {
	margin:0 0 10px 0;
	padding:8px 6px 8px 10px;
	font-size:14px;
	line-height:100%;
	background-color:#BEAEAE;
	color:#000000;
}

/*---*/

.localfoot {
	border-top:5px solid #eeeeee;
	padding:15px 0 20px 0;
	text-align:center;
}

.localfoot p {
	margin:5px 0 0 0;
	font-size:12px;
	line-height:140%;
}

/*---*/

.block_index {
	position:relative;
	width:950px;
	height:600px;
}

.block_index .bgimage {
	position:absolute;
	z-index:1;
	width:800px;
	top:0;
	left:150px;
}

.block_index .caption {
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	background-image:url(../image/bg_caption.png);
	background-repeat:repeat;
	background-position:left top;
	width:280px;
	color:#eeeeee;
	font-size:14px;
	line-height:150%;
}


table.list th {
	width:25%;
	border-bottom:1px dotted #cccccc;
	padding:10px 0 8px 10px;
}

table.list td {
	width:75%;
	border-bottom:1px dotted #cccccc;
	padding:10px 10px 8px 10px;
}
