@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


body{
	text-align:center;
	font-size:12px;
	background: url(../../img/common/bg.jpg) repeat-x top;
}

/*SEO*/
#header h2{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	margin: 0;
	width: 608px;
}

#areaBody #areaMain .information{
	background: url(../../img/top/sanen_bg.jpg) no-repeat bottom;
	padding: 0 0 20px 0;
	line-height: 1.5;
}

#areaBody #areaMain .information a{
	color: #000;
}

#areaBody #areaMain .topics .inframe{
	background: url(../../img/common/bg_dot.gif) repeat;
	height: 380px;
}

#areaBody #areaMain .topics ul.scroll-pane{
	width: 720px;
	height: 380px;
}



/*feed
----------------------------------------------------------------------*/
#feed1{
	font-size: 12px;
	height:340px;
	overflow-y: scroll;
	margin: 0 auto;
}

/*header*/
#feed1 .rssHeader{
	display: none;
}

/*大枠*/

#feed1 li{
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #c0c0c0;
	background: url(../../img/common/icon_plus.gif) no-repeat 0 1em;
}

#feed1 h4{
	font-weight: normal;
}

#feed1 li a{
	color: #000;
	text-decoration: none;
}

#feed1 li div{
	font-size: 12px;
	display: none;
}

#feed1 li p{
	/*height: 2.5em;
	overflow: hidden;
	color: #737373;*/
	display: none;
}

#feed1 li a{
	color: #000;
	text-decoration: none;
}

#feed1 li a:hover{
	color: #666;
}


#facebook{
	text-align: center;
}