<style type="text/css">
.box {
	height: 700px;
	width: 1000px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	text-align: center;
}
a:hover {
	color: #09F;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	width: 1100px;
	text-align: left;
	margin-top: 15px;
}
#wrapper p {
	font-size: 140%;
	text-indent: 1em;
	margin-right: 4em;
	margin-left: 4em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#wrapper p.right {
	text-align: right;
}


.white {
	background-color: #FFF;
	position: absolute;
	z-index: 99;
	filter: alpha(opacity=80);
	-moz-opacity: 0.5;
	opacity: 0.5;
	left: 20px;
	top: 20px;
	padding: 10px;
	border-radius: 10px 10px 80px 10px;
	behavior: url("PIE.htc");
	width: 537px;
}
#title {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

#menu {
	height: 2em;
	width: 1000px;
	margin-left: 40px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	display: inline-block;
	width: 7em;
	background-color: #EEE;
	border: 1px solid #666;
	float: left;
	text-align: center;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
}
#menu ul li a {
	display: block;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #33F;
	background-color: #EEE;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #33F;
	border-bottom-color: #33F;
}
.white ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.white ul li {
	font-size: 120%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-top: 5px;
	font-weight: bold;
}
.white address {
	font-size: 120%;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

h2 {
	font-size: 140%;
	color: #33F;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33F;
	margin-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #33F;
	padding-left: 10px;
}
#infomation li {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
	color: #06F;
	list-style-type: none;
	background-image: url(images/icon1.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}
