#main1 { 
	border: 0px solid #000000; background-color: #FFFFFF;
	width : 370px ; 
	float : left ; 
	text-align : left;

	line-height: 20px; color : black;
}

#main2 { 
	border: 0px solid #000000; background-color: #FFFFFF;
	width : 120px ; 
	float : left ; 
	text-align : left;

	line-height: 20px; color : black;
}

a.rss1 {
	text-decoration: none; 
}

a.rss1:link { color: black; }
a.rss1:visited { color: black; }
a.rss1:hover {text-decoration: underline;}

a.news {text-decoration: none;}
a:link.news { color: blue; }
a:visited.news { color: blue; } 
a:hover.news { color: blue; text-decoration: underline;} 
a:active.news { color: blue; }

a.archive {text-decoration: none; font-weight: bold;}
a:link.archive { color: #A9A9A9; }
a:visited.archive { color: #A9A9A9; } 
a:hover.archive { color: #008000;} 
a:active.archive { color: #008000; }

#rsslink {
	text-align : left;
}

/* ニュースヘッダ */
h1.rss1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px;
}

/* ニュースソース */
p.rss1 {
	text-align : right;
	font-size:9px;
}

/* ニュースディスクリプション */
p.rss2 {
	text-align : left;
	font-size:12px;
	text-indent: 5px; 
	line-height: 16px; 
}

/* 記事全文 */
p.rss4 {
	text-align : right;
	font-size:12px;
}

/* アッパーライン */
hr.rss1 {
	width :100%;
	border-style : solid;
	border-color : LightGrey;
	background-color: LightGrey; 
	border-width: 1px;
	color : LightGrey;
	height: 4px; 
}

/* アンダーライン */
hr.rss2 {
	width :100%;
	border-style : solid;
	border-color : LightGrey;
	background-color: LightGrey; 
	border-width: 0px;
	color : LightGrey;
	height: 1px; 
}

ul.rss1 {
	list-style-image: url(dot.gif);
}

p.rss3 {
	text-align : right;
	font-size:10px;
}

img.rss2 {
	margin: 5px 15px;
	float: left;
}

img.rss {
	vertical-align: middle; 
	border-style:none;
	margin: 0px 5px;
}

p.rss {
	text-align: center;
}

p.rss5 {
	margin: 10px 0px 10px 15px;
	line-height: 1.5em; 
	font-size: 11px;
}

li.newstop {
	text-align: left;
	list-style-type: square;
	line-height: 18px; 
	margin: 20px 20px 0px 0px;
}

p.archive {
	font-size: 11px;
	list-style-type: none; 
	margin: 0px 0px 5px 25px;
}

p.totop {
	margin: 0px 5px 0px 0px;
	text-align: right;
}

input.search {
	margin: 0px 0px 3px 25px;
}

