/* CSS Document */
/* ----リンクして動かない：トップ用［基本10px］：文字色替え：背景＝ボーダー---- */

body{ 
background-image: url(../img/back.gif);	/* 背景 */
color:#006600;				    /* フォント色 */
font-size:10px;	    			/* フォントサイズ */
line-height:14px;		        	/* 行間 */
margin-top:0px;
margin-left:0px;
cursor : pointer;
font-family:osaka,"MS Gothic",Verdana,Chicago;
 }
 
/* --- 基本リンク --- */
a { text-decoration: none; } 
A:link { text-decoration: none; ; COLOR:  #5AB539}
A:visited { text-decoration: none; ; COLOR: #5AB539}
A:ACTIVE { text-decoration: none; ; COLOR:  #5AB539}
A:HOVER { cursor:pointer;}
A:HOVER { color: #006600}
A:HOVER { background-color : transparent;}

/* -- 基本テーブル内フォント -- */
tr, th, td{	font-size:10px;line-height:14px;  cursor : crosshair;font-family:osaka,"MS Gothic",Verdana,Chicago;}

.f8 { font-size:8px; line-height:10px;}
.f9 { font-size:9px; line-height:12px;}
.f10 { font-size:10px; line-height:14px;}
.f11 { font-size:11px; line-height:14px;}
.f12 { font-size:12px; line-height:16px;}
.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:14px; font-weight: bold;}
.f11b { font-size:11px; line-height:14px; font-weight: bold;}
.f12b { font-size:12px; line-height:16px; 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;}

/* begin styles for RSS Feed 
 This is the most basic style to use for a list with no bullets */
.rss_box {
width: 115px;
background-color: #ffffff;
}
.rss_title, rss_title a {
margin: 0;
padding: 0;
}
.rss_items {
list-style:none;
margin:0;
padding:0;
}
.rss_item  {
font-size: 10px;
margin-bottom:2px;;
}
.rss_date {
list-style:none;
margin-left:0;
font-size: 10px;
}