h4 {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
	background-color: #FFFFFF;
}
#navigation {
	width: 640px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 32px;
	overflow: hidden;
	border-bottom: 2px solid #CCCCCC;
}
#navigation li {
	float: left;
	width: 128px;
	margin: 0;
	padding: 0;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 6px 0 8px 0;
	color: #FFFFFF;
	background-color: #4C924D;
	background-image: url(img/list_bg.gif); /* オフマウス時の背景画像を指定 */
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	background-color: #297E27; /* オンマウス時の背景色を指定 */
	background-position: right top; /* オンマウス時の背景画像の開始位置を右上に指定 */
}

#wrapper {
width: 640px;
}

#primary {
float: left;
width:430px;
margin-top :10px;
background-color: #C7D5ED;
}
#secondary {
float:right;
width:200px;
margin-top :10px;
background-color: #FFFFFF;
}
#footer {
clear: both;
text-align: center;
line-height:1.5;
background-color:#0B4D9F;
height: 25px;
}