body {
	background-image: url(../image/bg/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}


#overflow_box {
	width: 568px;
	height: 540px;
	overflow: auto;
}

*html #overflow_box {
	width: 548px;
	height: 540px;
	overflow: auto;
}





#newspic{
	width: 558px;
	height: 350px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.newsbox{
	height: auto;
	width: 528px;
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.newsdate{
	width: 70px;
	color: #0068b7;
	font-weight: bold;
	float: left;
}

.name{
	color: #0099CC;
	font-weight: bold;
}

.newstext{
	width: 400px;
	float: right;
	line-height: 140%;
}

*html .newstext{
	width: 350px;
	float: right;
	line-height: 140%;
}


#kariuta_banner a{
	display:block;
	width:568px;
	height:50px;
	background-image: url(../image/news/kariuta_banner.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#kariuta_banner a:hover{
	background-image: url(../image/news/kariuta_banner_a.jpg);
	background-repeat: no-repeat;
	
}

