/****************************************************************/
/* title:top.css                                               */
/* auther:ohsuke noguchi					*/
/****************************************************************/

/* メニューバーの設定 */
BODY {
	scrollbar-base-color: #ccffcc;
}

/* 水平線のグラデーション */
HR {
	color: #009900;
	background-color: #009900;
	height: 3px;
	border: 0px;
	filter: Alpha(opacity=80, finishopacity=0, style=1);
}

/* 行間設定 ズレ防止 */
P { line-height: 100% }

