@charset "utf-8";
/* CSS Document */

.rss-cyoka {
	font-size: 12px;
	height: 380px;
	width: 280px;
	float: left;
	text-align: left;
	overflow: auto;
	position:relative;
	margin-left: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #474787;
	border-right-color: #474787;
	border-bottom-color: #474787;
	border-left-color: #474787;
}

.rss-ttl {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 7px;
}
.rss-ctt {
	font-size: 12px;
    line-height: 1.4;
	margin:0 0 0 15px;
}
.rss-ctt img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rss-ctt2 {
	font-size: 14px;
    line-height: 1.4;
	margin:0 0 0 15px;
}
.rss-rst {
	font-size: 14px;
	margin:0 0 0 15px;
}
.rss-date {
	font-size: 10px;
	margin: 5px 0 5px 15px;
	clear: both;
}
.rss-rst IMG {
	MARGIN-BOTTOM: 2px; FLOAT: left; MARGIN-RIGHT: 10px
}

/* 本体？ */
.scrollgeneric {
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}

/* 縦スクロール範囲 */
.vscrollerbase {
	width:10px;
	background-color:#eee;
}

/* 縦スクロールバー */
.vscrollerbar {
	width:10px;
	background-color:#CCCCCC;
}

/* 横スクロール範囲 */
.hscrollerbase {
	height:10px;
	background-color:#eee;
}

/* 横スクロールバー */
.hscrollerbar {
	height:10px;
	background-color:#CCCCCC;
}

/* 縦横スクロールバー */
.scrollerjogbox {
	width:10px;
	height:10px;
	top:auto;
	left:auto;
	bottom:0;
	right:0;
	background-color:#eee;
}

