#main {
	background: #FFFF99;
	margin: auto;
	width: 700px;
}
#main #header {
	background: url(image/header.gif) no-repeat;
	height: 200px;
}
#main #navi {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	letter-spacing: 0em;
}
#main #middle {
	background: #FFFFFF;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main #middle p {
	padding-left: 10px;
	padding-right: 10px;
}
body {
	font-size: medium;
	line-height: 16px;
	background: #FFFFCC;
	margin: 0px;
}
h2 {
	color: #333333;
	text-indent: 10px;
	font: 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-bottom: medium dotted #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-right: 20px;
	margin-left: 20px;
}
h3 {
	font-size: 14px;
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
	border-bottom: medium solid #FFCC33;
}
.gyoukan {
	line-height: 2em;
	margin-left: 20px;
}
.table {
	font-size: 12px;
	line-height: 20px;
}






a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
