A:link {color : #0000ff ; text-decoration : none;}
A:visited {color : #0000ff ; text-decoration : none;}
A:hover {color : #ff0000 ; text-decoration : underline;}
A:active {color : #ff0000 ;}

.f0 {  font-size: 10px; line-height: 125%; font-weight: normal; font-style: normal; color:#303030}
.f1 {  font-size: 11px; line-height: 125%; font-weight: normal; font-style: normal; color:#303030}
.f2 {  font-size: 12px; line-height: 125%; font-weight: normal; font-style: normal; color:#303030}
.f2b {  font-size: 12px; line-height: 125%; font-weight: bold; font-style: normal; color:#303030}
.f3 {  font-size: 14px; line-height: 125%; font-weight: normal; font-style: normal; color:#303030}
.f3b {  font-size: 14px; line-height: 125%; font-weight: bold; font-style: normal; color:#303030}
.f4 {  font-size: 16px; line-height: 125%; font-weight: normal; font-style: normal; color:#303030}
.f4b {  font-size: 16px; line-height: 125%; font-weight: bold; font-style: normal; color:#303030}
.f5 {  font-size: 18px; line-height: 125%; font-weight: normal; font-style: normal; color:#303030}
.f5b {  font-size: 18px; line-height: 125%; font-weight: bold; font-style: normal; color:#303030}
.f6 {  font-size: 20px; line-height: 125%; font-weight: normal; font-style: normal; color:#303030}
.f6b {  font-size: 20px; line-height: 125%; font-weight: bold; font-style: normal; color:#303030}

/*ナビゲーションリスト
---------------------------------------------------*/
div#navigation {
	width:900px;
	height:20px;}

div#navigation ul {
	margin: 0px 0 0px 0em;
	padding: 0;}

div#navigation li {
	list-style:none;
	float:left;
	width:150px;
	padding:0px 0;
	height:20px;
	text-align:left;}

div#navigation li a {
	padding:0px 0px}

/*サブメニュー位置設定
---------------------------------------------------*/
div#menu1 {
	top: 90px; 
	left: 70px; }

div#menu2 {
	 top: 90px; 
	 left: 220px; }
	
div#menu3 {
	top: 90px; 
	left: 370px; }

div#menu4 {
	top: 90px; 
	left: 520px;} 

div#menu5 {
	top: 90px; 
	left: 820px;} 

/*サブメニュー
---------------------------------------------------*/
div.submenu {
	position:absolute;
	visibility:hidden;
	width:0px;
	padding:0px;
	background-color:#ffffcc;
	line-height:0em;
	font-size:0em;
}

div.submenu ul {
	margin: 0px 0 0px 0em;
	padding: 0;
	}

div.submenu ul li {
	list-style:none;}


/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */


.rss_box {

	 width: 185px;

	 background-color: #ffe5ff;

}


.rss_title, rss_title a {

 	font-size: 14px;

	margin: 6px 0;

	padding: 0;

}


.rss_items {

       list-style:none;

       margin:0;

       padding:0;

}


.rss_item  {

	font-size: x-small;

	margin: 6px 0;

}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {



	}


.rss_item a:hover { 



	}


.rss_date {

	font-size: xx-small;

	}    