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

/* =================================== */
/* 基本レイアウトの設定 */
/* =================================== */

body{ 
	font-size:12px; 
	font-style:normal;
	line-height: 1.4; 
	color:#000000; 
	background-color:#ffffff; 
	margin:0px; 
	padding:0px;
}

.RSStitle{
}

.RSStitle a:hover,
.RSSdescript a:hover{
	color: #ff8b00;
}

.RSSline{
	margin: 2px 0 ;
	padding: 2px 0;
	line-height: 1.4;
}

.RSSdescript{
	padding-bottom: 5px;
	border-bottom: #555555 dotted 1px;
}
.RSStime{
	font-weight: bold;
}

.tx_red{
	color: #ff3333;
}
