@charset "utf-8";
/* CSS Document */


/*-----　お知らせ　-----*/

#news {
	padding: 18px;
	/*background: #fff;*/
}


/* 高さ */
.scroll_area{
	height:150px;
	overflow:hidden;
}

/* 全体 */
.jspContainer {
	overflow:hidden;
	position:relative;
}
/* スクロールバーを除いたエリア */
.jspPane {
	position:absolute;
}
/* 縦スクロールバー */
.jspVerticalBar {
	position:absolute;
	top:0;
	right:0;
	width:6px;
	height:100%;
}
/* 横スクロールバー */
.jspHorizontalBar {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:10px;
}
/* 背景 */
.jspTrack {
	background:#eeeeee;
	position:relative;
}
/* ノブ */
.jspDrag {
	background:#223A70;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float:left;
	height:100%;
}


/* 日付 */
.jspPane p{
	color:#666666;
	font-size:13px;
}
/* タイトル */
.jspPane strong{
	color:#223A70;
	display:block;
	font-size:15px;
}
.line{
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
}
