@charset "Shift_JIS";


#content h1 {
	margin-bottom: 10px;
}

#content h2 {
	margin: 0 0 5px 110px;
	padding-bottom: 0;
	border-bottom: dotted 1px #d6d6d6;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}

#content h3 {
	margin-bottom: 5px;
	border-right: solid 1px #d6d6d6;
}


#content p {
}

#content p.date {
	margin: 0 0 3px 112px;
	color: #999;
	font-size: 80%;
}


#book {
	margin-bottom: 100px;
	padding-bottom: 25px;
	background: #FEEDCC url(images/database-bg.gif) no-repeat bottom;
	min-height: 543px;
	height: auto !important;
	height: 543px;
}

/***************************
        カテゴリナビ
***************************/

ul#cate {
	height: 73px;
	padding: 20px 0 7px 30px;
	background: #FEEDCC url(images/database-navi.gif) no-repeat;
}

ul#cate li {
	float: left;
	margin-right: 8px;
}

ul#cate li a {
	display: block;
	width: 58px;
	height: 73px;
	text-indent: -9999px;
}

ul#cate li#c1 a:hover { background: url(images/database-navi.gif) no-repeat  -30px -100px; }
ul#cate li#c2 a:hover { background: url(images/database-navi.gif) no-repeat  -96px -100px; }
ul#cate li#c3 a:hover { background: url(images/database-navi.gif) no-repeat -162px -100px; }
ul#cate li#c4 a:hover { background: url(images/database-navi.gif) no-repeat -228px -100px; }
ul#cate li#c5 a:hover { background: url(images/database-navi.gif) no-repeat -294px -100px; }
ul#cate li#c6 a:hover { background: url(images/database-navi.gif) no-repeat -360px -100px; }
ul#cate li#c7 a:hover { background: url(images/database-navi.gif) no-repeat -426px -100px; }
ul#cate li#c8 a:hover { background: url(images/database-navi.gif) no-repeat -492px -100px; }

ul#cate.c1 li#c1 { background: url(images/database-navi.gif) no-repeat  -30px -180px; }
ul#cate.c2 li#c2 { background: url(images/database-navi.gif) no-repeat  -96px -180px; }
ul#cate.c3 li#c3 { background: url(images/database-navi.gif) no-repeat -162px -180px; }
ul#cate.c4 li#c4 { background: url(images/database-navi.gif) no-repeat -228px -180px; }
ul#cate.c5 li#c5 { background: url(images/database-navi.gif) no-repeat -294px -180px; }
ul#cate.c6 li#c6 { background: url(images/database-navi.gif) no-repeat -360px -180px; }
ul#cate.c7 li#c7 { background: url(images/database-navi.gif) no-repeat -426px -180px; }
ul#cate.c8 li#c8 { background: url(images/database-navi.gif) no-repeat -492px -180px; }


/***************************
          一覧表示
***************************/

.entrylist {
	position: relative;
	margin: 10px 41px 10px 41px;
	border-bottom: solid 1px #CFC6C2;
}

.thum {
	position: absolute;
	left: 0;
	top: 0;
	border: solid 1px #d6d6d6;
}

.more {
	position: absolute;
	right: 0;
	top: 7px;
}

#content .entrylist p {
	margin: 0 0 10px 110px;
	line-height: 1.4;
}


/***************************
          詳細表示
***************************/

.entry {
	position: relative;
	margin: 10px 41px 10px 41px;
}

#content dl {
	margin: 10px 0 10px 110px;
	zoom: 1;
}

#content dl dt {
	clear: both;
	float: left;
	padding: 3px 0 2px 5px;
	color: #8BA954;
	font-weight: bold;
}

#content dl dd {
	border-top: dotted 1px #d6d6d6;
	padding: 3px 0 2px 5em;
}

#content #explain {
	margin-bottom: 15px;
	padding: 15px 20px;
	border: solid 1px #d6d6d6;
	background: #fff;
}
