/* begin styles for RSS Feed */

/* ブログのRSSの設定 */
.rss-box {
	width: 270px;
	height: 260px;
	margin: 0;
	padding: 0 3px 0 0;
	overflow: auto;
}

.rss-box a:link {
	color: #008462;
	text-decoration: none;
}

.rss-box a:visited {
	color: #008462;
	text-decoration: none;
}

.rss-box a:hover {
	color: #008462;
	text-decoration: none;
}

.rss-box a:active {
	color: #008462;
	text-decoration: none;
}

dl.rss-items dt {
	font-size: 10px;
	clear: left;
	float: left;
	width: 5.5em;
	margin: 0;
	padding: 3px 0 0 0;
	white-space: nowrap;
}

dl.rss-items dd {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px 6em;
}

/* 学部ニュースのRSSの設定 */
.rss-box_news {
	width: 270px;
	height: 260px;
	margin: 0;
	padding: 0 3px 0 0;
	overflow: auto;
}

.rss-box_news a:link {
	color: #336699;
	text-decoration: none;
}

.rss-box_news a:visited {
	color: #336699;
	text-decoration: none;
}

.rss-box_news a:hover {
	color: #336699;
	text-decoration: none;
}

.rss-box_news a:active {
	color: #336699;
	text-decoration: none;
}

/*

.rss-title, rss-title a {
	font-size: 12px;
	line-height: 18px !important;
	margin: 0;
	padding: 0;
}


.rss-item {
	margin: 0 0 5px 0;
	line-height: 18px !important;
}


.rss-item  a:link, .rss-item a:visited {
	text-decoration: none;
}


.rss-items {
	list-style-type: none;
}


.rss-item a:hover {
	text-decoration: underline;
}


.rss-date {
	width: 6em;
	font-size: 10px;
	margin: 0 8px 5px 0;
	padding: 0;
	clear: left;
	float: left;
} 
*/