@charset "euc-jp";
*{
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #666;
	line-height:1.2;
	font-size:12px;
}

body{
	background: url("../img/block01_bg.gif") no-repeat 0 0;
}

img{
	border:0;
}

#wrapper{
	padding:5px 0 0 5px;
	width:281px;
	height:100%;
}

.RSSline{
	padding:3px 0;
	width:286px;
	clear:both;
}

html>/**/body .RSSline{
	padding:5px 0;
}

.RSStime{
	width:54px;
	font-size:10px;
	float:left;
	padding:1px 0 0 10px;
	background:url("../img/arrow.gif") no-repeat 0 5px;
	/background:url("../img/arrow.gif") no-repeat 0 3px;
}

.new{
	padding-top:2px;
	width:54px;
	color:#FF0000;
	font-size:10px;
	float:left;
}

.RSStitle{
	padding-left:10px;
	width:210px;
	color:#999999;
	float:left;
}
html>/**/body .RSStitle{
	width:200px;
}

.RSStitle a{
	font-size:12px;
	text-decoration:none;
	color:#AF4500;
}

.RSStitle a:hover{
	text-decoration:underline;
}
