　charset "UTF-8";"
/*
 * Example of zRSSFeed Styling
 *
 * Version: 1.1.4
 * (c) Copyright 2011, Zazar Ltd
 *
 */


*:first-child+html #wrapperHeader td img,
*:first-child+html #wrapperFooter td img {
	vertical-align:baseline;
}


.rssFeed {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 90%;
	/* margin: 0.1em 0.1em; */
}

#primenews a:link {
	text-decoration: underline;
	/* color: #0070CB; */
	color: #FF0000;
}
.rssFeed a:link {
	text-decoration: underline;
	color: #0070CB;
}
.rssFeed a:visited {
	text-decoration: underline;
	color: #800080;
}
.rssFeed a:hover {
	text-decoration: none;
	color: #f00;
}

.rssHeader { padding: 0.1em 0; }

/*
.rssBody { border: 1px solid #FFFFFF; }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding-left: 0;
}
*/

/* div.rssFeed */
/*
#primenews {   
    width: 670px; 
    background: url(/common/rssfeed/images/bottom.gif) no-repeat bottom;   
    margin-bottom: 5px;   
}  
*/

/* div.rssFeed */
#news{   
    width: 670px; 
    background: url(/common/rssfeed/images/bottom.gif) no-repeat bottom;   
    margin-bottom: 5px;   
}  

/*
div.rssFeed .rssBody   {   
    background: url(/common/rssfeed/images/top.gif) no-repeat;   
    padding: 25px 5px 5px 5px;   
}  
*/
#news .rssBody   {   
    background: url(/common/rssfeed/images/top.gif) no-repeat;   
    padding: 25px 5px 5px 5px;   
}  


.rssRow { padding: 0.8em; 	width: 650px; }
.rssRow h4 { font-size: 1.0em; 
	font-weight:normal;
	padding-left: 1.1em;
}
.rssRow div {
	font-size: 90%;
	/*color: #666;*/
	margin: 0.2em 0 0.4em 0;
}

.odd { background-color: #FFFFFF;
	background: url(/common/rssfeed/images/dotline.gif) bottom repeat-x;
}
.even { background-color: #FFFFFF; 
	background: url(/common/rssfeed/images/dotline.gif) bottom repeat-x;
}

.rssRow .rssMedia {
	padding: 0.1em;
	font-size: 1em;
}


.rssRow h4 {
	list-style: none;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 1.3;
}
.rssRow p {
	padding-left: 1.1em;
	font-size: 12px;
	line-height: 1.3;
}

/*
#primenews {
	height: 100px;
	width: 673px;
	overflow: auto;
}
#news {
	height: 200px;
	width: 673px;
	overflow: auto;
}
*/

.error {
	font-size: 0em;
	font-weight: bold;
	text-align: center;
	color: #f00;
	margin: 170px 0 10px 0;
}