@import url(common.css);
@import url(outline.css);

/*CONTENT*/
#content h2 {
	font-size: 12px;
	font-weight: normal;
	background-image: url(img/bar/green.png);
	padding-left: 10px;
	background-repeat: no-repeat;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}

#content ul {
}

#content li {
	font-size: 10px;
	line-height: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 1em;/*--*/
}

#content .news {
	margin-top: 5px;
	height:120px;
	overflow:auto;
}

#content .topics {
	margin-top: 5px;
	height:370px;
	overflow:auto;
}

#content .date {
	background-image: url(img/icon/green_sankaku_s.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 10px;
	margin-right: 5px;
	float: left;
	width: 60px;
}

#content .note {
	float: left;
	width: 440px;
}
