@charset "utf-8";
html, body    {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	margin: 0 auto;
	width: 975px;
}
#header {
}
#content {
	padding: 15px;
	overflow: hidden;
	position: relative;

}
#main_content {
	float: left;
	border-right: 1px solid #666;
	padding-right: 20px;
	width: 610px;
}
#main_content h2 {
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#main_content p {
	font-size: 12px;
	color: #666;
}

#menus {
	width: 285px;
	float: left;
	margin-left: 20px;
}
#menus .vol {
	float: left;
	margin: 10px 0px;
	clear: both;
	width: 285px;
}
#menus .vol .vol_info {
	float: left;
	width: 160px;
}

#menus .vol h3{
	float: left;
	font-size: 14px;
	text-decoration: underline;
	color: #06F;
	font-weight: bold;
	margin-bottom: 5px;
}
#menus .vol p {
	font-size: 12px;
	color: #666;
	clear: both;
	width: 155px;
}
#menus .vol img {
	float: right;
	width: 111px;

}
.story {
	padding: 20px 0px;
	border-bottom: 4px double #090;
}
.story ul li {
	margin-bottom: 10px;
}


#footer {
	font-size: 12px;
	padding: 15px;
	position: relative;
	clear: both;
}
