@charset "shift_jis";

/* --- 全てのリスト項目 --- */
ul.section {
	width: 328px;
	float:left;
	margin-left: 5px;
	overflow: hidden;
}
ul.separator {
	border-right: 1px solid #cccccc;
	padding-right: 5px;
}
ul.section li {
	border-bottom: 1px dotted #cccccc;
	min-height:20px;
	height:auto !important;
	height:20px;
	margin:5px;
	padding:10px;
	padding-top: 15px;
}
ul.section li.end {
	border: none;
}
ul.section h3 {
	border-left: 4px solid #999999;
	padding-left: 8px;
	font-weight:bold;
	font-size:14px;
}
ul.section h3.blue {
	color: #06F;
}
ul.section dd {
	margin:5px 15px;
}
