@charset "UTF-8";
body {
	background-color: #FFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: medium;
	color: #666;
}
a:link {
	color: #006;
}
a:visited {
	color: #903;
}
a:hover {
	color: #036;
}
a:active {
	color: #93C;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #666;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #333;
}
p {
	font-size: small;
}
hr {
	display: none;
}
.red {
	color: #900;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container {
	width: 750px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#header {
	width: 750px;
}
#navber {
	width: 750px;
}
body.h1.h2.p {
	margin: 0px;
	padding: 0px;
}

