/* ページ設定 */

body {
	/* フォントの設定(ns4のみここでのカラー設定が非対応) */
	font-family: "ＭＳ Ｐゴシック", "Osaka","sans-serif";
	font-size: 12px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
	color: #333333;
}

td   {  font-size:12px;}

h1{
	margin: 0;
}

/* リンクの設定*/

a:link {
	color: #0000AA;
}
a:visited {
	color: #000055;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #FF3300;
}


/* テキストの設定(win-ie) */

/*10px*/
.f10_14 { font-size: 10px; line-height: 14px;}

/*12px*/
.f12_16 { font-size: 12px; line-height: 16px;}

/*14px*/
.f14_18 { font-size: 14px; line-height: 18px;}

/*16px*/
.f16_21 { font-size: 16px; line-height: 21px;}

/*注意書き*/
.attention { font-size: 10px; color: #FF3300;}