@charset "UTF-8";
#rightkoukoku1 {
	float: right;
	height: 150px;
	width: 200px;
	background-color: #999;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#topkoukoku {
	height: 200px;
	width: 920px;
	margin-bottom: 5px;
}
#leftkoukoku {
	height: 50px;
	width: 200px;
	background-color: #999;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	bottom: 0px;
	float: left;
}
#leftkoukoku2 {
	height: 150px;
	width: 200px;
	background-color: #999;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	bottom: 0px;
	margin-right: 0px;
	float: left;
}
#centercoukoku {
	width: 484px;
	margin-bottom: 5px;
	border: 3px solid #FC3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	clear: both;
	background-color: #FFFFED;
}
.centerkoukokumoji {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding: 0px;
	margin: 0px;
	color: #333;
	text-align: left;
	white-space: normal;
	top: auto;
}
#rightkoukoku1 a:hover img {
	filter:Alpha(opacity=70); -moz-opacity:0.7; opacity:0.70;
}	
