/* ベース */
body {	background-color:#FFFFFF;
	background-image:url();
	background-repeat:repeat;

	}
/* background-repeat設定　repeat：no-repeat：repeat-x：repeat-y */


/* テキスト */
body,td { font-size:10pt; color:#333333;}
h1 { font-size:20pt; color:#FF0000;}
h2 { font-size:18pt; color:#FF3300;}
h3 { font-size:16pt; color:#FF6600;}
h4 { font-size:14pt; color:#FF9900;}
h5 { font-size:12pt; color:#FFFF00;}
h6 { font-size:10pt; color:#006666;}


/* リンクメニュー */
a.menu:link { color: #FFFFFF; }	/* 未アクセス */
a.menu:visited { color: #FFFFFF;}	/* リンク済み */
a.menu:hover { color: #FF0000;}	/* アクセス中 */
a.menu:active { color: #FFFFFF;}	/* マウスオーバー時 */

/* リンク */
a.def:link { color: #FF0000; }	/* 未アクセス */
a.def:visited { color: #FF0000;}	/* リンク済み */
a.def:hover { color: #0000FF;}	/* アクセス中 */
a.def:active { color: #0000FF;}	/* マウスオーバー時 */


.txt10 {  font-size: 10px; color: #333333}
.txt10_w {  font-size: 10px; color: #FFFFFF}
.txt10_ {  font-size: 10px; line-height: 1.0em; color: #333333}
.txt10_r {  font-size: 10px; color: #CC0000}
.txt11 {  font-size: 11px; color: #333333}
.txt11_ {  font-size: 11px; line-height: 1.2em;c color: #333333}
.txt12_ {  font-size: 12px; color: #333333}
.txt12 {  font-size: 12px; line-height: 1.5em; color: #333333}
.txt13 {  font-size: 13px; line-height: 1.5em; color: #333333}
.txt12_w {  font-size: 12px;  line-height: 1.2em;color: #FFFFFF}
.txt12_r {  font-size: 12px;  line-height: 1.2em;font-weight: bold; color: #990000}
.txt14_r {  font-size: 14px; color: #FF3300}
.txt14_r2 {  font-size: 14px; color: #CC0000}
.txt15_r {  font-size: 15px; line-height: 1.5em; color: #CC0000}
.txt15_g {  font-size: 15px; line-height: 1.5em; color: #003333}
.txt15 {font-size: 15px; font-weight: 700}