@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCC;
	padding: 0px;
}
p.header {
	background-image: url(lab-top.jpg);
	margin: 0px;
	height: 217px;
	width: 700px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.main_contents {
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
	height: 1050px;
	width: 508px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	position: absolute;
	left: 200px;
	top: 240px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	color: #000;
}
p.footer {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	color: #FFF;
	background-color: #9CF;
	margin: 0px;
	height: 30px;
	width: 616px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position: absolute;
	left: 0px;
	top: 1020px;
}
h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 24px;
	color: #000;
	margin-left: 5px;
}
h2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	color: #F00;
	margin-left: 6px;
}
h3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.text {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}
p.menu {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	background-color: #006;
	text-align: center;
	margin: 0px;
	height: 920px;
	width: 197px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position: absolute;
	left: 0px;
	top: 240px;
	color: #FFF;
}
p.menu a {
	font-size: 12px;
	line-height: 1.5em;
	text-transform: none;
	color: #FFF;
	background-color: #006;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
p.menu a:hover {
	background-color: #F00;
}
p img.left {
	float: right;
	margin-left: 10px;
}
p img.right {
	float: left;
	margin-left: 10px;
}
