/* サイトマップ */

@import url('style/html5reset.css');
@import url('style/common.css');

/* 左側 */
#contents article section .left_contents {
	float:left;
	width:50%;
}
/* 右側 */
#contents article section .right_contents {
	float:right;
	width:50%;
}
#contents article section b {
	display:block;
	border-left:5px solid #fc0000;
	padding-left:6px;
	margin-bottom:6px;
}
/* リスト */
#contents article section ul {
	margin-left:34px;
	margin-bottom:14px;
}
#contents article section ul li {
	font-size:14px;
}
