body {
	font-size: 12px;
	background-repeat:repeat;
	background-attachment:fixed;
	text-decoration: none;
}

a:link    {color:#FF0000;text-decoration:none;}
a:visited {color:#FF0000;text-decoration:none;} 
a:active {color:#000000;text-decoration:underline;} 
a:hover {color:#000000;text-decoration:underline;} 

/*************
ボタンマウスオーバー
*************/
a.btn:hover { position:relative;top:1px;left:1px; }
a.btn:hover img { filter:alpha(opacity=80); }

td {
	font-size: 12px;
}

.font24px {
	font-size: 24px;
} 

.font20px {
	font-size: 20px;
} 

.font16px {
	font-size: 16px;
} 

.font14px {
	font-size: 14px;
} 

.font12px {
	font-size: 12px;
}

.font11px {
	font-size: 11px;
} 

.ryoukin {
	font-size: 10px;
} 

.F-font {
	color: #FFFFFF;
}

span.newtitle {
	color:#990000;
}

ul.newtitle {
	margin:0 0 0 1.5em;
	padding:0
}

table.frame {
	border: 1px #666666 solid;
	border-collapse: collapse;
}

td.frame {
	border: 1px #666666 solid;
}

ul.link {
	margin:0 0 0 1.5em;
	padding:0;
}

li.link {
	margin-top:0.3em;
}

img {
	border:none;
}

*.float {
	float: left;
	margin-right: 1em;
}

*.floatclear {
	clear: both;
}

.h1 { 
	 display: inline; 
	 font-size: 12px; 
	 font-weight:normal; 
	 height: auto; 
	 width: auto; 
	 clip: rect( );
	 color:#000000;
} 

/* ---------------------------------------------------------
　ボタンマウスオーバー
--------------------------------------------------------- */
a.btn:hover	{ position:relative;top:1px;left:1px; }
a.btn:hover img	{ filter:alpha(opacity=80); }


