@charset "utf-8";
#main-image {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 336px;
}
#info {
	width: 320px;
	float: left;
	background-image: url(../images/bg-info.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 19px;
	padding-top: 15px;
}
#info h2 {
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/bg-h2-info.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#info  p  {
	color: #402474;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
#update {
	float: right;
	width: 539px;
	padding-left: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#update h2 {
	margin-bottom: 15px;
}
#update p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eae6f1;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#update .date {
	color: #7257a3;
}
