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

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	color: #999999;
	text-align: center;
	background-color: #000000;
}
#conteiner {
	background-color: #FFFFFF;
	height: 1027px;
	border: 1px solid #000000;
	width: 759px;
}
#header {
	height: 125px;
	width: 759px;
}
#header h1 {
	display: none;
}
#header h2 {
	float: left;
	font-size: 1.3em;
	text-align: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 5px;
	width: 400px;
}
#topimg {
	height: 100px;
	width: 759px;
	float: left;
}
#navigation {
	height: 25px;
	width: 759px;
	background-image: url(sozai/head_bk.gif);
	padding-top: 2px;
	border-bottom:#000000 solid 10px;
}
#navigation li {
	float: left;
}
#navigation a, #navigation a:link {
	text-decoration: none;
	color: #A0A0A0;
	background-color: #333333;
	font-weight: bold;
	display: block;
	width: 124px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 2px;
	margin-top: 2px;
	border-bottom: 3px groove #CC6600;
}
#navigation a:hover, #navigation a:active {
	background-color: #666666;
	color: #FFFFFF;
	border-bottom: 3px groove #E17600;
	border-bottom-color: #FF9933;
}
#contents {
	height: 800px;
	width: 759px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #333333;
	padding: 5px;
	clear: both;
	height: 45px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer ul {
	margin-bottom: 30px;
	font-size: 0.8em;
	margin-left: 140px;
}
#footer li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding: 2px 10px 2px 10px;
	float: left;
	list-style-type: none;
}
#footer a, #footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.lownavi {
	border-left: solid #999999 1px;
}
#footer p {
	color: #FF9900;
	width: 700px;
	margin-top: 15px;
}
