@charset "UTF-8";
#box1 {
	float: left;
	width: 290px;
	padding-bottom: 20px;
}
#box2 {
	float: right;
	width: 340px;
	padding-bottom: 20px;
}
#box2 .left {
	float: left;
}
#box2 .right {
	font-weight: normal;
	float: right;
}
#box2  a  {
	color: #0090d3;
	text-decoration: none;
}
#box2  a:hover  {
	text-decoration: underline;
}
#box2 dl {
	overflow: auto;
	height: 302px;
}
#box2 dd {
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#box3 {
	width: 290px;
	float: left;
}
#box3 p {
	text-align: left;
	font-size: x-small;
}
#box4 {
	width: 340px;
	float: right;
}
