/* CSS Document */
/* ----地紋ナシ---- */

body{ 
background-color:#FFFFFF;	/* 背景色 */
color:#000000;				    /* フォント色 */
font-size:12px;	    			/* フォントサイズ */
line-height:18px;		        	/* 行間 */
margin-top:0px;
margin-left:0px;
cursor:auto;}
a{cursor:pointer;
font-family:Verdana,Chicago;
 }
 
/* --- 基本リンク --- */
A:link { TEXT-DECORATION : none ; COLOR:#333333}
A:visited {TEXT-DECORATION : none ; COLOR:#000000}
A:ACTIVE {TEXT-DECORATION : none ; COLOR:#000000}
A:HOVER {TEXT-DECORATION : none ; COLOR:#666666}
A:HOVER { background-color : transparent;}

/* -- 基本テーブル内フォント -- */
tr, th, td{	font-size:12px;line-height:18px;cursor:auto;font-family:Verdana,Chicago;}

.f8 { font-size:8px; line-height:10px;}
.f9 { font-size:9px; line-height:12px;}
.f10 { font-size:10px; line-height:13px;}
.f11 { font-size:11px; line-height:14px;}
.f12 { font-size:12px; line-height:18px;}
.f14 { font-size:14px; line-height:16px;}
.f16 { font-size:16px; line-height:18px;}
.f18 { font-size:18px; line-height:20px;}

.f8b { font-size:8px; line-height:10px; font-weight: bold;}
.f9b { font-size:9px; line-height:12px; font-weight: bold;}
.f10b { font-size:10px; line-height:13px; font-weight: bold;}
.f11b { font-size:11px; line-height:14px; font-weight: bold;}
.f12b { font-size:12px; line-height:18px; font-weight: bold;}
.f14b { font-size:14px; line-height:16px; font-weight: bold;}
.f16b { font-size:16px; line-height:18px; font-weight: bold;}
.f18b { font-size:18px; line-height:20px; font-weight: bold;}


/* CSS Document */

