@charset "UTF-8";

/*----------------------------------------------
  #新着情報
----------------------------------------------*/


/*新着情報*/
.news-bar {
	float:left;
	width:440px;
	text-align:right;
	height: 30px;
	background-image: url(../../main/img/newsinfo_bar.png);
	background-repeat: no-repeat;
	padding-top: 12px;
}
.news-box {
	width: 440px;
	float: left;
}

/*フェイスブック*/
.fb-box {
	width: 250px;
	float: left;
	height: 373px;
	background-image: url(../../main/img/fb_bar_bg.png);
	background-repeat: no-repeat;
	padding-top: 50px;
}

/*-------------------------------------------*/
/*ニュース＆インフォメーション・リスト*/
.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: 0px;
	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 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFB2C3;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}

/*-------------------------------------------*/