@charset "utf-8";
#content   h2 {
	width:530px;
}
h2.about {
	background: url(../image/top/caption_about.gif) no-repeat;
	height: 62px;
}
.about_key {
	font-weight: bold;
	color: #346767;
}

h2.topics {
	background: url(../image/top/caption_topics.gif) no-repeat;
	margin-top: 25px;
	height: 60px;
}
h2.update {
	background: url(../image/top/caption_update.gif) no-repeat;
	height: 62px;
	margin-bottom: 10px;
}

#content p {
	padding:10px 5px 0 5px;
}
#content dl {
	border-bottom: 1px dashed #CCC;
	color: #369;
	padding: 15px 4px 15px 10px;
	margin-left: 5px;
}
#content dt {
	background:url(../image/common/list_1.gif) no-repeat 0px 7px;
	padding: 0 0 0 12px;
	font-weight: bold;
}
#content dd {
	padding: 3px 3px 5px 12px;
}
#content .topics_list {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#side dl {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 25px;
}
#side dl a{
	color: #666;
}
#side dl a:hover{
	color: #999;
}
#side dt {
	background:url(../image/common/list_2.gif) no-repeat 0px 7px;
	padding: 0 0 0 12px;
	float:left;
	width: 210px;
}
