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

/* 高さ */
.scroll_area{ height:240px;}

/* 全体 */
.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:6px;
}
/* 背景 */
.jspTrack {
	background:#faf5f2;
	position:relative;
}
/* ノブ */
.jspDrag {
	background:#46736d;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float:left;
	height:100%;
}


/* 日付 */
.jspPane p{
	color:#46736d;
	font-size:13px;
}
/* タイトル */
.jspPane strong{
	color:#826455;
	font-size:14px;
}
