

/*  基本的なスタイル  */




h1	{
	font-size: 160%;
	color: #000000;
	margin: 30px 0px 0px 10px;
}


h2	{
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	background-color: #FFFFCC;
	width: 100%;
	padding: 5px 0px 3px 7px;
}

th		{ background-color: #eeeeee;
	font-size: 12px;
	line-height: 130%;
	}

/*  リンク色設定  */




/*a:link		{ color:#003399; font-weight:bold; }
/*a:visited	{ color:#009999; font-weight:bold; }
/*a:hover		{ color:#009999; }


/*  文字サイズ設定  */

.body	{			/* TEXT */
	font-size: 12px;
	line-height: 150%;
}

.body_s	{			/* TEXT */
	font-size: 11px;
	line-height: 130%;
}

/*  レイアウト用設定  */


ul	{			/* リストタグ用 */
	font-size: 12px;
	line-height: 130%
}

