@charset "UTF-8";

/*----------------------------------------------
  #新着情報＆ブログ
----------------------------------------------*/


/*新着情報*/
.news-bar {
	float:left;
	width:380px;
	height: 50px;
	background-image: url(../../main/img/news_bar.png);
	background-repeat: no-repeat;
}
.news-box {
	width: 360px;
	float: left;
	background-color: #FFF;
	padding-right: 20px;
}

/*フェイスブック*/
.fb-bar {
	width: 340px;
	float: left;
	height: 50px;
	background-image: url(../../main/img/facebook_bar.png);
	background-repeat: no-repeat;
}
.fb-box {
	width: 340px;
	float: left;
	height: 322px;
}
	
/*-------------------------------------------*/
/*ニュース＆インフォメーション・リスト*/
.date {
	font-size: 93%;
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: 170%;
}
#news {
	float: left;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#news ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news li {
	display: block;
	list-style-type: none;
	background-image: url(../../news/img/pt_news.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ABCDDC;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}

/*-------------------------------------------*/