@charset "utf-8";

/*----- インポート -----*/
@import url("common.css");
@import url("second.css");


/* ====================================================================================================
　RSSの説明：共通レイアウト
==================================================================================================== */
#rss{
}
#rss h2{
}
#rss h3{
	margin: 20px 0;
}
#rss h4{
	margin: 10px 0;
	
	font-weight: bold;
}
#rss p{
	margin-bottom: 1em;
}
#rss ol{
	margin-left: 24px;
	padding-right: 321px;
	background: url(../../img/rss/img_rss.jpg) no-repeat right top;
	
	
	min-height: 394px;
	height: auto!important;
	height: 394px;
}
#rss ol li{
	list-style-type: decimal;
	margin-bottom: 10px;
}
#rss ol li img{
	vertical-align: middle;
}

#rss ul{
	margin-bottom: 30px;
}
#rss ul li{}
