@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body {
	text-align:left;
	font-size:12px;font-family: Ｍメイリオ, Meiryo, Hiragino Kaku Gothic Pro;
}
ul,li{
	list-style: none;
}
h1 {
	font-size:16px;
}
#scrollbar {
	width: 425px;
	height: 342px;
	background: url(../images/pattern_2.jpg);
}
#scrollbar .scrollbar {
	position: relative;
	background-position: 0 0;
	float: right;
	width: 13px;
}
#scrollbar .viewport {
	width: 412px;
	height: 342px;
	overflow: hidden;
	position: relative;
}
#scrollbar .track {
	background: #491113;
	height: 100%;
	width: 13px;
	position: relative;
}
#scrollbar .thumb {
	background: #761923;
	height: 20px;
	width: 13px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#scrollbar .viewport {
	width: 412px;
	height: 342px;
	overflow: hidden;
	position: relative;
}
#scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

#scrollbar .overview p {
	font-size: 16px;color: #F3e6ca;text-decoration: none;
}
.news-items{
	width: 386px;padding-left: 13px;padding-top: 13px;
	margin: 0 auto;
}
.news-item .time{
	height: 40px;
	line-height: 40px;font-size: 16px;position: relative;
	color: #FE4155;text-align: right;padding-right: 18px;
	
}
.news-item .time2{
	position: absolute;right: 20px;top: 0;line-height: 40px;
	font-size: 17px;color: #df3244;
}
.news-item .con{
	padding: 5px 2px;
	line-height: 20px;
}
.news-item .con {
	font-size: 16px;color: #F3e6ca;text-decoration: none;
}
.news-item .con p {
	font-size: 16px;color: #F3e6ca;text-decoration: none;
}
