#header {
	height: 150px;
	width: 640px;
}
#navi {
	height: 28px;
	width: 640px;
}
#middle {
	width: 640px;
}
#left {
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
}
#right {
	float: left;
	width: 330px;
	padding-top: 5px;
	padding-right: 5px;
}
#footer {
	height: 67px;
	width: 640px;
	clear: left;
	text-align: center;
}
#wrapper {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
	color: #000000;
	background-image: url(image/title_bg.jpg);
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #666666;
}
h4 {
	color: #CCCCCC;
	padding-left: 12px;
	font-size: 14px;
}
.gyoukan {
	line-height: 18px;
}
.yohaku {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.t-yohaku {
	padding: 10px;
}

