/*------スタイルシート定義--------------*/
/*	作成日:2002/08/30		*/
/*	作成者:Akihiro Hayashida	*/
/*--------------------------------------*/

/*	-- 文字高さ120% --	*/
.heightup120 {
	line-height: 120%;
	font-size: 14px;
}

/*	-- 文字高さ140% --	*/
.heightup140 {
	line-height: 140%;
	font-size: 14px;
}

/*	-- 文字高さ160% --	*/
.heightup160 { line-height: 160% }

/*	-- 文字高さ180% --	*/
.heightup180 { line-height: 180% }

/*	-- 標準リンク設定 --	*/
A:link { color:#000000; text-decoration:none; }
A:active { color:#000000; text-decoration:underline; }
A:visited { color:#000000; text-decoration:none; }
A:hover { color:#000000; text-decoration:underline; }
.heightup120midashi {

	line-height: 120%;
	font-size: 16px;
}

