
@import "/library/default.css";

body {
	background-color:#660000;
	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:710px;
	width:190px;
	background-image: url(../image/nav_line.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
}

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

.localhead .localnav li {
	margin:14px 12px 0 0;
	float:left;
}

.localhead .book_sp {
	position:absolute;
	z-index:3;
	top:0px;
	right:45px;
	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 5px 0;
}

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

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

/*---*/

.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:1024px;
}

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

.block_index .caption {
	position:absolute;
	z-index:2;
	top:0px;
	left:670px;
	text-align: center;
	width:275px;
	height:1024px;
	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;
}


#shop {
	margin-top:2px;
	padding-top:10px;
	background-image:url(../image/shop_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

#shop .itemlist {
	padding:5px;
	width:110px;
	float:left;
}