<!--
a:link{color:blue;text-decoration:none;}
a:active{color:purple;text-decoration:underline;}
a:visited{color:#8080C0;text-decoration:none;}
a:hover{color:purple;text-decoration:underline;}
body{font-size:11pt;background:white;margin:20px 0px 0px 0px;}

/*画面サイズ800×600〜対応*/
/*IEとMozillaではレイアウトが少しだけ(多分)違います*/
/*確認→IE5.01　Mozilla4.7*/

/*ココからスタイル。文字サイズだけ指定*/


/*フォントサイズを指定(Tableタグ用)*/
#moresmall	{font-size:7pt;}		/*すごくちっこい文字*/
#small		{font-size:9pt;color:#404040;}	/*商品紹介の表などに使う*/
#normal		{font-size:11pt;color:#404040;}	/*通常のフォントサイズ*/
#large		{font-size:12pt;font-weight:700;color:#404040;}	/*小見出しに使う*/
#morelarge	{font-size:15pt;}				/*ちょっと大きめの文字が必要な時*/
#big		{font-size:18pt;font-weight:700;color:#252525;}	/*大見出しに使う*/

#whitesmall	{font-size:9pt;color:white;}

-->
