
@import "/library/default.css";

.contents {
	background-image:url(../image/bg_contents.gif);
	background-repeat:repeat-y;
	background-position:left top;
	margin:0 0 20px 0;
}

.contents .sub {
	float:left;
	width:230px;
}

.contents .sub dl {
	margin:0 10px 0 10px;
}

.contents .sub dt {
	margin:0 0 10px 0;
	padding:6px 0 4px 5px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}

.contents .sub dd {
	margin:0 0 25px 10px;
}

.contents .sub dd ul {
	margin:0 0 0 20px;
	padding:0;
}

.contents h2 {
	margin:0 0 15px 0;
	padding:10px 0 8px 10px;
	font-size:16px;
	background-color:#eeeeee;
}

.contents h3 {
	margin:0 0 10px 0;
	padding:10px 0 8px 5px;
	font-size:13px;
	zoom: 1;
	overflow:hidden;
	border-top:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
}

.contents h4 {
	margin:0 0 10px 0;
	padding:10px 0 8px 10px;
	font-size:13px;
	background-color:#eeeeee;
}

.contents h5 {
	margin:0 0 10px 0;
	padding:10px 0 8px 10px;
	font-size:13px;
	background-color:#333333;
	color:#eeeeee;
}
