/* 全ページ共通 */
BODY		{font-size: 12px;}
TD		{font-size: 13px;}
.title		{font-size: 14px; font-weight: bold;}

/* 全ページ共通リンク色指定 */
A:link	 	{font-size:13px; font-weight:bold; text-decoration:none; color:#008b8b;}
A:visited	{font-size:13px; font-weight:bold; text-decoration:none; color:#336633;}
A:hover		{font-size:13px; font-weight:bold; text-decoration:none; color:#cc6600;}
A:active	{font-size:13px; font-weight:bold; text-decoration:none; color:#00CC00;}

/* 表紙用 */
.h_title	{font-size: 18px; font-weight: bold;}
