@charset "utf-8";

#side{
	width: 220px;
	float: right;
	margin-top: 20px;
}
#content{
	float: left;
	width: 608px;
	margin-top: 20px;
	border:solid 1px #CCC;
	padding: 20px;
	margin-bottom: 20px;
}
#content h2{
	font-size: 24px;
	color: #005fbd;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
	margin-top: 20px;
}
#content .box{
	float: left;
	width: 380px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content p{
	line-height: normal;
}
#top_image {
	margin: 0px 0px 10px;
}
#side img{
	margin-bottom: 15px;
}