@charset "utf-8"; /* 文字コード */

/*
 * File      : styles-site.css
 * Version   : 1.04
 * Update    :
 *nobita 2007.07.28  RSSFEED表示　はてなブックマーク
 *nobita 2008.09.26  RSSFEED表示　はてなブックマーク 変更
 */

/* コンテンツの外枠 */
	#box_rss {
		margin-right: 20px;
		margin-left: 20px;
		text-align: left;
		padding-bottom: 15px;
		background-color: #FFFFFF;
	}

/* ＲＳＳの外枠 */
	.rss-box {
		margin-right: 50px;
		margin-left: 20px;
		text-align: left;
		padding-bottom: 15px;
		background-color: #FFFFFF;
	}

/* タイトルのＰ */
	.rss-title{
		margin-left: 20px;
		text-align: left;
		padding-bottom: 15px;
		background-color: #FFFFFF;
	}

/* タイトル名の文字のリンク色 */
	.rss-title a {
		font-weight:bold;
		font-size: 20px;
		font-family: Verdana, Arial, sans-serif;
		text-decoration: none;
		color: #000000;
	}
	.rss-title a:link{
		font-size: 20px;
		color: #000000;
	}
	.rss-title a:visited{
		font-size: 20px;
		color: #000000;
	}
	.rss-title a:active,{
		font-size: 20px;
		color: #cccccc;
	}
	.rss-title a:hover {
		font-size: 20px;
		color: #cccccc;
	}
	h2.rss-title {
		color: #ffffff;
		font-family: Verdana, Arial, sans-serif;
		padding-left: 10px;
		margin-top:10px;
	}

/* タイトル名の文字のリンク色 シンプルモード*/
	.rss-item a {
		font-weight:normal;
		font-size: 14px;
		font-family: Verdana, Arial, sans-serif;
		text-decoration: none;
		color: #0000ff;
		border-bottom: 1px dotted #009900;
	}
	.rss-item a:link{
		font-size: 14px;
		color: #0000ff;
		border-bottom: 1px dotted #009900;
	}
	.rss-item a:visited{
		font_size: 14px;
		color: #0000ff;
		border-bottom: 1px dotted #009900;
	}
	.rss-item a:active,{
		font-size: 14px;
		border-bottom: 1px dotted #009900;
		color: #000099;
	}
	.rss-item a:hover {
		font-size: 14px;
		color: #000099;
		border-bottom: 1px dotted #009900;
	}

/* rss-itemの段落 */
	.rss-item {
/*		border-bottom: 1px dotted #009900;*/
		margin-top:15px;
	}

/* itemlinkの段落  シンプルモード*/
	.itemlink_s {
		border-bottom: 1px dotted #009900;
		margin-top:10px;
		margin-bottom:10px;
		margin-left: 15px;
		margin-right: 15px;
	}
/* descriptionの段落 */
	.description {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #999999;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom:15px;
	}


