@charset "shift_jis";

/* Tapestry総合メニュー用CSS */

body{
	color:#000;	/* 色1 */
	background:#fff;	/* 色1 */
}

#title, .pageSubTitle{
	color:#06c;	/* 色2 */
	font-weight:normal;
	font-family:"Lucida Handwriting",serif;
}

/* ナビゲーションバー */
.navi{
	background:#9cf;	/* 色3 */
	border-top:1px solid #069;	/* 色3 */
	border-bottom:1px solid #069;	/* 色3 */
}

/* コンテンツ解説 */
.contentsComment{
	border-bottom:1px solid #666;
}

/* メニュー */
.sectionTitle{
	background:#9cf;	/* 色4 */
}

/* 段組み */
.rowPart{
	float:left;
	width:230px;
	margin:0;
	padding:5px;
}
