@charset "utf-8";

#content h2 {
	width:560px;
	height:36px;
}
h2.about {
	background-image: url(../image/top/caption_about.jpg);
	background-repeat: no-repeat;
}
h2.topics {
	background-image: url(../image/top/caption_topics.jpg);
	margin-top: 30px;
	background-repeat: no-repeat;
}

#content p {
	line-height: 170%;
	padding: 12px 0px 10px 6px;
}
#content dl {
	padding: 15px 4px 15px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C4A2;
}
#content dt {
	background-image: url(../image/common/list_1.gif);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	padding: 0 0 0 25px;
}
#content dd {
	padding: 3px 0 0 25px;
}
.topics_date {
	font-weight: bold;
	color: #000;
	margin-right: 10px;
}
#content .topics_list a {
	width:140px;
	height:27px;
	margin-top:-32px;
	margin-right:10px;
	float:right;
}
#content .article img {
	float: right;
	border: 1px solid #999999;
	margin-left: 12px;
}