@charset "utf-8";
@import url("common.css");
@import url("main.css");
@import url("header.css");
@import url("footer.css");
@import url("navi.css");
@import url("class.css");


#flash {
}
#seminar {
	width: 305px;
	margin-top: 10px;
}
#society {
	width: 305px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e7e7e7;
	margin-top: 10px;
}
#society h3,#seminar h3 {
}
#society dl,#seminar dl {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e7e7e7;
	padding-left: 12px;
	padding-top: 13px;
}
#society dt,#seminar dt {
	font-size: 70%;
	font-weight: bold;
	color: #999999;
	background-image: url(../img/index/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#society dd,#seminar dd {
	padding-left: 22px;
	padding-bottom: 13px;
}

.topics-ul {
	list-style:decimal;
	margin-left:30px;
}
.topics-ul li {
	padding:2px 0 2px 0;
	font-size:12px;
}
