@charset "utf-8";
/* CSS Document */

#contents h2 {
	margin: 0 0 30px;
}

#contents div.topics {
	padding: 12px 17px 17px;
	margin-bottom:30px;
	background: #f2f3f4;
}

#contents div.topics h3 {
	margin: 0 0 13px;
	padding: 0 0 0 16px;
	background: url(/images/common/icn_02.gif) no-repeat left center;
}

#contents div.topics dl dt {
	float: left;
	margin: 0 14px 0 0;
	padding: 4px 0;
	width: 80px;
	text-align: center;
	background: #4fe3e3;
}

#contents div.topics dl dd {
	float: left;
	padding: 4px 0;
}

#contents div.section {
	margin: 0 0 50px;
}

#contents div.section h3 {
	margin: 0 0 20px;
	padding: 0 0 5px 2px;
	border-bottom: 3px solid #22262b;
	font-weight: bold;
	
}

#contents div.section h3 span {
	padding: 0 0 0 14px;
	background: url(/images/common/icn_01.gif) no-repeat left center;
}

#contents div.section p {
	margin: 0 0 24px;
	width: 500px;
	line-height:1.6;
}

#contents div.section ul {
	padding: 0 2px;
}

#contents div.section ul li {
	margin: 0 0 13px;
	padding: 0 0 0 11px;
	background: url(/images/common/icn_03.gif) no-repeat left center;
}

#contents div.section table th {
	padding: 13px 0;
	width: 127px;
	text-align: left;

}


h4 {
	font-weight:bold;
	margin-bottom:20px;
	}