.topics {
	margin:0;
	padding:0;
	font-size:80%;
	text-align:left;
	margin:7px 5px 0 5px;
	background:#fff;
	border:1px solid #333;
}
.topics h2.topics_ttl {
	margin-top:2px;
	margin-bottom:0px;
	padding:2px 0 2px 9px;
	background:#fff url(../common/point.gif) repeat-y 2px top;
	font-size:100%;
	font-weight:normal;
}
.topics ul {
	list-style:none;
	margin:6px 0 0 0;
	padding:0 1px;
}
.topics ul li {
	background:transparent url(../common/link_self.gif) no-repeat 1px 4px;
	margin-bottom:2px;
	padding-left:15px;
}

.topics ul li.view {
	background:none;
	margin-bottom:2px;
	padding-left:0px;
	text-align:right;
}
.topics ul li.view span{
	background:transparent url(../common/link_self.gif) no-repeat 1px 1px;
	padding-left:15px;
}
/* aito 2oo7/4/6 */
/* div */

#contents {
	margin:0 35px 20px;
	padding:0;
	font-size:82%;
	line-height: 1.38;
	color:#333;
}
/* 見出し */
#contents h1 {
	margin:11px 0 16px;
	padding:0 0 12px 0;
	font-size:138%;
	color:#333;
	border-bottom:1px solid #666;
}
/* 見出し2 */
#contents h2{
	line-height:100%;
	font-weight:bold;
	font-size:140%;
	text-align: left;
	padding: 2px 2px 2px 5px;
	margin:20px 0 15px;
	border-left:6px solid #363;
	border-bottom:1px solid #363;
}
/* 段落 */
#contents p {
	text-align: left;
}
/* 太字(強調属性) */
#contents strong {
	font-weight:bold;
}
/* 赤字(固定) */
#contents .cms_color_red {
	color:#CC0000;
}
/* 黒字(固定) */
#contents .cms_color_blk {
	color:#333333;
}
/* 試験課色1 */
#contents .cms_color_1 {
	color:#363;
}
/* 試験課色2 */
#contents .cms_color_2 {
	color:#85AD85;
}
#contents .topics {
	border:none;
	font-size:100%;
	line-height:1.4;
}
