@charset "utf-8";
#container #left {
	width: 565px;
	float: left;
}
#container #left #kouzaArea {
	margin-top: 25px;
	background-image: url(../img/toppage/top_kouza_bg.gif);
	background-position: bottom;
	width: 564px;
}
#container #left #kouzaArea ul {
	margin: 25px;
}
#container #left #kouzaArea ul li {
	float: left;
	width: 157px;
	margin-right: 7px;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 7px;
}
#container #left #kouzaArea p {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-right: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#container #right {
	float: right;
	width: 265px;
}
#container #right #newArea {
	background-image: url(../img/toppage/new_bg.gif);
	background-position: bottom;
	width: 260px;
}
#container #right #newArea dl {
	margin: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 14px;
	padding-bottom: 10px;
}
#container #right #newArea dl .newDate {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #right #newArea dl .newTitle {
	font-weight: bold;
	margin-bottom: 8px;
}
