@charset "shift_jis";

body{
	color:#000;	/* 色1 */
	background:#fff;	/* 色1 */
}

#title, .pageSubTitle{
	color:#090;	/* 色2 */
	font-weight:normal;
	font-family:"Lucida Handwriting",serif;
}

/* ナビゲーションバー */
.navi{
	background:#bdc;	/* 色3 */
	border-top:1px solid #576;	/* 色3 */
	border-bottom:1px solid #576;	/* 色3 */
}

/* コンテンツ解説 */
.contentsComment{
	border-bottom:1px solid #666;
}

/* メニュー */
/* 下線あり */
.sectionULOn{
	border-bottom:1px solid #666;
	margin:30px 25px;
	padding-bottom:15px;
}

.sectionTitle{
	background:#ced;	/* 色4 */
}

/* 段組み */
.rowPart{
	float:left;
	width:40%;
	margin:0;
	padding:5px;
}

/* ギャラリー用設定 */
.normal{
	list-style:disc;
}

.dream{
	list-style:circle;
}
