@charset "shift_jis";

body{
	color:#000;	/* 色1 */
	background:#fff;	/* 色1 */
}

#title{
	color:#309;	/* 色2 */
}

/* ナビゲーションバー */
.navi{
	background:#dcf;	/* 色3 */
	border-top:1px solid #306;	/* 色3 */
	border-bottom:1px solid #306;	/* 色3 */
}

/* コンテンツ解説 */
.contentsComment{
	border-bottom:1px solid #666;
}

/* メニュー */
/* 区分 */
.sectionTitle{
	color:#fff;	/* 色4 */
	background:#306;	/* 色4 */
}

/* 段組み */
.rowPart{
	float:left;
	width:250px;
	margin:0;
	padding:5px;
}

/* 更新履歴（メニュー詳細をアレンジ） */
.sectionDetail dt.recordCaption{
	background:#dcf;	/* 色5 */
	padding:5px;
}

.sectionDetail .caption{
	font-weight:bold;
}

.sectionDetail .date{
	font-size:0.8em;
	margin-left:20px;
}

.sectionDetail dd.recordDetail{
	padding:5px;
}
