@charset "UTF-8";

div#section {
	width: 890px;
	margin: 20px auto;
}

dl.sectionSet {
	width: 277px;
}

dl.sectionSet dd.cntBox {
	width: 277px;
	margin: 10px 0;
}

dl.sectionSet dd.cntBox img {
	border: 3px solid #e2e2e2;
}

dl.sectionSet dd.cntBox p.cntTxt {
	width: 170px;
	padding-left: 10px;
	float:left;
}

dl.sectionSet dd.detailLink {
	width: 277px;
	padding: 3px 0;
	text-align: center;
	background-color: #E1E1E1;
	border-bottom: 2px solid #009890;
}
dl.sectionSet dd.detailLink a:link 		{ color: #006F69; text-decoration: underline; }
dl.sectionSet dd.detailLink a:visited 	{ color: #006F69; text-decoration: underline; }
dl.sectionSet dd.detailLink a:hover 	{ color: #58CEC8; text-decoration: underline; }

dl.centerSec {
	margin-left: 30px;
}

div#otherCnt {
	width: 910px;
	margin: 20px auto 0;
}

div#topicsSet {
	width: 520px;
	margin-top: 7px;
}

div#topicsSet h2.titleStyle {
	width: 500px;
	margin: 0 auto;
	padding: 5px 0 5px 10px;
	background-color: #F3F3F3;
	border-top: 1px solid #E1E1E1;
	border-left: 7px solid #009890;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	font-size: 1.2em;
	font-weight: bold;
}

table.topicsTbl {
	margin: 10px 10px 0;
}

table.topicsTbl th,
table.topicsTbl td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px dashed #bbb;
}

table.topicsTbl th {
	width: 75px;
	padding-left: 10px;
	background: url(../img/common/arrow.gif) no-repeat 0 8px;
}

ul#otherList {
	width: 360px;
}

ul#otherList li {
	margin-top: 7px;
}
