@charset "utf-8";

#base #main h2 {
	margin: 0px 10px 15px;
}
#base #main {
	min-height: 560px;
}

#base #main #hisList {
	width: 650px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
}
#base > #main > #hisList {
	margin-left: 10px;
}

#hisList h3 {
	margin-bottom: 10px;
	border-left: 5px solid #588ADE;
	font-size: 16px;
	padding: 3px;
}
#hisList dl {
	background: #FFFFFF url(../images/back_detail.jpg) repeat-x;
	margin: 0px 0px 10px;
	padding: 10px 0px 10px 10px;
	height: 230px;
	border: 1px solid #588ADE;
	clear: both;
}
#hisList dt {
	font: bold small/1.2em Arial, Helvetica, sans-serif;
	color: #039;
	margin: 0px;
	padding: 0px 0px 10px;
	clear: both;
}
#hisList .cover {
	float: left;
	margin: 0px;
	height: 190px;
	width: 140px;
	padding: 0px 5px 0px 0px;
}
#hisList .contents {
	overflow: auto;
	height: 180px;
	padding: 0px 10px 0px 0px;
}
#base #main #hisMenu {
	float: right;
	width: 205px;
	margin-right: 5px;
}
#base > #main > #hisMenu {
	margin-right: 10px;
}
#hisMenu #years {
	border-top: 1px solid #588ADE;
	border-right: 1px solid #588ADE;
	border-bottom: none;
	border-left: 1px solid #588ADE;
}
#years li a {
	height: 20px;
	display: block;
	padding: 4px 0px 4px 7px;
	background: url(../images/back_menu.jpg) repeat-x;
	border-bottom: 1px solid #588ADE;
	font-weight: bold;
	text-decoration: none;
	border-left: 3px solid #588ADE;
	font-size: 13px;
}
#years li a:hover {
	color: #F60;
}
#years li a:visited {
	color: #039;
}
#years li a.here {
	background: url(../images/back_active.gif) no-repeat;
}

