@charset "shift_jis";
.newsitem {
	float: left;
	height: auto;
	width: 690px;
	margin-bottom: 25px;
}
.imageitem {
	float: left;
	height: 175px;
	width: 175px;
	margin-right: 25px;
	background-color:#FFFFFF;
}
.infocontent {
	float: left;
	height: auto;
	width: 490px;
}
.newstitle {
	float: left;
	width: 690px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
.cleardot {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	float: left;
	height: 10px;
	width: 690px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.newsdate {
	float: left;
	width: 690px;
	margin-bottom: 1px;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.newsbanner
{ width:900px; height:115px; margin-bottom:25px; background-color:#999999;}

#newswrapper
{ 	
	width:690px;
	height:auto;
	float:left;
	margin-right:35px;
}
#newssidebar
{
	width: 175px;
	height: auto;
	float:right;	
}
.sidebarImage {
	float: right;
	height: 175px;
	width: 175px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
}
.sidebarText {
	float: right;
	height:auto;
	width: 175px;
	margin-bottom: 40px;
}

