
BODY {
Comment_background-color: #F7FAE7;
font-size: 11pt;
color: black;

}

table {font-size: 11pt;}



A:link {color: Darkorange;
		text-decoration :none}
A:visited {color: Darkorange;
		text-decoration :none}
A:active {color: Darkorange;
		text-decoration :underline}		
A:HOVER {color:orange;
  text-decoration : underline}
P 	{font: 11pt;
	color: black;}


H1 	{font: bold 11pt; 
	color: black;
	text-transform: uppercase;
	background: #CCCCCC;}
	
	
H2 	{font-size: 12pt; 
	color: black;	}
	
H3 	{font-size: 11pt; 
	color: black;	}
	
H4	{font-size: 11;
	color: black;
	line-height: normal;
	text-decoration: underline overline;}
	
H5	{font-size: 11pt;
	line-height: 100%;
	text-decoration: underline;}
	
H6	{font-size: 20pt;
	color: black;
	line-height: 100%;
	text-decoration: underline overline;
	text-align: center;
	font-weight: bold;}
	
li	{list-style-type: square;
	list-style-position: inside;
	color: #6a96b8;} 
	
th	{color: black;}

td  {font: 11pt;
	color: black;}
	


/*styles for RSS Feed : ZOO!*/

.rss_box {/*全体を囲う要素*/
     margin: 10px 5%;
     padding: 0px;
     width: 200px;
     /*background-color: #ffffff;*/
     border: 0px solid #7485CA;
}

.rss_title {/*サイトのタイトル*/
    background-color: #f5f5dc;
    font: normal normal bold 100%/1.0 verdana , arial, sans-serif, "Osaka";
    margin: 0px;
    padding: 0px 1px;
}
.rss_title a {
    background-color: transparent;
    font: normal normal bold 100%/1.0 verdana , arial, sans-serif, "Osaka";
    margin: 1px;
}
.rss_desc {/*サイトの概要*/
    font: normal normal normal 80%/1.0 verdana , arial, sans-serif, "Osaka";
    margin: 5px 0;
    padding: 0px 2px;
    letter-spacing: 1px;
}
ul.rss_items {/*記事全体を囲う要素*/
    margin: 3px;
    padding: 0px;
}

li.rss_item {/*個別の記事を囲う要素*/
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 8px 0px 8px 1px;
    /*この画像ファイルは出来ればDLしてから使ってください*/
    list-style: url(image/icons/filemark.gif) inside;
}

.rss_item a:link,
.rss_item a:visited,
.rss_item a:active {
    margin-left: 3px;
    text-decoration: none;
    border-bottom: 1px solid #ededed;
    color: #88b;
}

.rss_item a:hover {
    margin-left: 3px;
    text-decoration: none;
    color: #e0861e;
    border-bottom: 1px dotted #e0861e;
}

.rss_date {/*日付*/
    margin-left: 5px;
    font-size: 11px;
    font-weight : normal;
    color: #F60;
}

.rss_itemdesc {/*記事の概要*/
    padding-left: 5px;
    font: normal normal normal 90%/1.0 verdana , arial, sans-serif, "Osaka";
}

