@charset "UTF-8";
#left {
	float: left;
	padding-bottom: 12px;
	width: 500px;
}
#right {
	float: left;
	width: 240px;
	background-color: #FFFFCC;
	padding-bottom: 12px;
}
.info_head {
	background-color: #D2B48C;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding: 2px;
	font-size: 11px;
}
.info_text {
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-size: 11px;
}
.info_head + .info_text {
	margin-top: 3px;
}
.info_text + .info_head {
	margin-top: 24px;
}
#right ul {
	list-style-type: disc;
	font-size: 11px;
	line-height: 1.2em;
}
