.menu14pt {  font-size: 14px; line-height: 22px; font-weight: bold; color: #FFFFFF}
.news {  font-size: 12px; line-height: 18px}
.pt12 {  font-size: 12px; line-height: 16px}
.pt10 {  font-size: 10px; line-height: normal}
h1, h2{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	}

.pt14 {  font-size: 14px; line-height: 18px}
.white12pt {  font-size: 12px; line-height: 16px; color: #FFFFFF}

/*styles for RSS Feed : ZOO!*/

.rss_box {/*全体を囲う要素*/
     margin: 2px 1%;
     padding: 1px 1px;
     width: 140px;
     background-color: #ffffff;
     border: 1px #7485CA solid;
}

.rss_title {/*サイトのタイトル*/
    background-color: #f5f5dc;
    font-size:0pt;
}

.rss_title a {
    background-color: transparent;
    font-size:0pt;
}
.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;
}

.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 {/*記事の概要*/
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 5px;
    font: normal normal normal 90%/1.0 verdana , arial, sans-serif, "Osaka";
    color: #000000;
    border-left: 1px solid #708090;
}


