@charset "utf-8";
html{
    height:100%;
}
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image:url(img/Qn9NSK.png);background-repeat:repeat-x;
}
#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先 */
	position: relative;
}
#header {
	width : 100%;  /* IE6対策　*/
	height: 98px;
	margin: 0 auto;
	position: relative;
	z-index: 800;
}
#header h1 {
	margin: 0;
	top: 0px;
	position: absolute;
}
#header  h2  {
	margin: 0px;
	position: absolute;
	top: 0px;
}
#header  ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header  li  {
	margin: 0px;
	float: left;
}
#header  li  a  {
	display: block;
	width: 100%;
	padding: 0;
}
#header  ul  ul  {
	background: #FFFF99;
}
#header   ul   ul  li  {
	float: none;
}
#header   ul   ul   li   a  {
	background: none;
	border-top: 1px solid #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	padding: 6px 0;
	text-align: center;
}
#header   ul   ul   li   a:hover  {
	color: #FFFFFF;
	background-image: none;
	background-color: #FFCC66;
}
#header  .parent  ul  {
	display: none;
}
#header  .parentOn  ul  {
	display: block;
}
.main-contents{
width: 900px;
height: auto;
margin: 0 auto;
padding: 0;
}
.floatclear {
	display: block;
	clear: both;
}
#footer {
	border-top: 1px dotted #CCCCCC;
	height: 50px;
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	bottom: 0px;
	font-size: small;
	clear: both;
}
#footer .menu_bottom {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .copyright {
	margin-top: 30px;
}
#footer ul {
	padding: 0px;
	list-style-type: none;
	list-style-image: url(../img/icon.gif);
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	vertical-align: baseline;
}
#footer li {
	float: left;
	padding-right: 30px;
	margin: 0;
	font-size: small;
}
#footer a {
display: block;
}
