/* フォントサイズの設定 */
.s09	{ font-size: 11px;}
.s10	{ font-size: 13px;}
.s12	{ font-size: 14px;}
.s14	{ font-size: 18px;}
.s16	{ font-size: 22px;}

/* リンク文字の色設定 */
a:link 			{ color: #ff0000; text-decoration: none; }
a:visited 		{ color: #ff0000; text-decoration: none; }
a:active 		{ color: #ff0000; text-decoration: none; }
a:hover 		{ color: #ff9900; text-decoration: none; }

.inputtag	{ height:17px; font-size:12px;}

