body {
	text-align: center;
	font-family: "Osaka", "MS UI Gothic";
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}
img {
	border-width: 0px;
}

#container {
	width: 920px;
	margin: 10px auto;
}
#left {
	float: left;
	width: 150px;
	text-align: left;
	padding-top: 100px;
}
#main {
	float: left;
	width: 770px;
}
.title {
	text-align: left;
	border-bottom: 5px solid #FFEAD9;
}
.title .vol {
	font-size: 18px;
	padding: 5px 10px;
	border: 1px solid #333;
	float: left;
	margin: 10px 0 0 10px;
}
.frame {
	background: url(images/frame_top.jpg) no-repeat;
	padding: 20px 50px 5px;
	margin-top: 10px;
}
.frame .date {
	text-align: left;
	margin: 5px 50px;
	font-weight: bold;
	color: #444;
}
.frame .copy {
	color: #FF3300;
	background: #fff;
	border: 1px solid #333;
	padding: 5px;
	font-size: 20px;
	margin: 5px 15px;
}
.frame_bottom {
	background: url(images/frame_bottom.jpg) no-repeat left bottom;
	padding: 0 50px 20px;
}
.frame_bottom .info {
	margin: 10px 50px 0;
	text-align: left;
	font-weight: bold;
	line-height: 1.3em;
}

.frame_bottom .text {
	font-size: 14px;
	background: #fff;
	text-align: left;
	padding: 5px;
	border: 1px solid #333;
	line-height: 1.2em;
}
.clear {
	clear: both;
	height: 1px;
}
