@charset "utf-8";

body {
	background: #FFFFFF url(../img/pre/bg.jpg) no-repeat center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border-style: none;
}

#title {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
}

#sub_bt {
	width: 539px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 40px;
	padding-right: 1px;
}
#sub_bt img {
	margin-left: 5px;
}

#newsbox {
	background: #FFFFFF url(../img/pre/newsbox_bg.gif) repeat-y left top;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
#newsbox div.foot{
	background: url(../img/pre/newsbox_foot.gif) no-repeat left bottom;
	padding: 15px 15px 10px;
}
#newsbox ul{
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
#newsbox li{
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-align: center;
}
#newsbox li a:link {
	color: #165AA5;
	text-decoration: none;
}
#newsbox li a:visited {
	color: #165AA5;
	text-decoration: none;

}
#newsbox li a:hover {
	color: #0099CC;
	text-decoration: none;
}

#newsbox li.spacelist{
	border-bottom: 1px solid #D5DFE9;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 7px;
}
#newsbox li.daylist{
	margin-left: 0px;
	margin-bottom: 10px;
	background: #FF9900;
	margin-top: 5px;
	padding: 3px 3px 3px 5px;
	width: 100px;
	color: #FFFFFF;
	font-weight: bold;
	border-style: none;
	font-size: 13px;
}
#newsbox li.newslist{
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 3px 3px 3px 5px;
	color: #459800;
	font-weight: bold;
	border-style: none;
	font-size: 13px;
	text-align: center;
}

#bannerbox {
	height: 80px;
	width: 400px;
	margin: 20px auto;
	background: #2967A0;
}
#archive {
	text-align: center;
	margin-bottom: 20px;
}
#staff {
	text-align: center;
	padding-bottom: 100px;
}
#staff img{
	margin-bottom: 10px;
}

.news_inframe{
	width:500px;
	height:300px;
	overflow:auto; /* widthに加算 */
	padding: 5px; /* widthに加算 */
	margin: 0px;
	
scrollbar-3dlight-color:#e5e5e5;
scrollbar-arrow-color:white;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#c8c8c8;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#e5e5e5;
scrollbar-track-color:#e5e5e5;
}

