/* CSS Document */

#pagebody{
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
}


#head{

	margin:0;
	padding:0;
}

#contents{
	float: left;
    width: 600px;
	margin:0px;
	padding:0px;
}

#menu{
	float: right;
	width: 282px;
	margin: 0px;
	padding: 0px;

}


#foot{
	clear:both;
	width:900px
	margin:0;
	padding:0;
}




#contents h2 {
	height: 46px;
	margin: 12px 0px 6px 0px;
	padding: 17px 0px 0px 30px;
	background-image: url(img/h2bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #660000;

	/* Win IE5.x hack */
	voice-family: "\"}\"";
	voice-family:inherit;

	height: 29px;
}

h3 {
	height: 25px;
	margin: 0px 0px 6px 0px;
	padding: 7px 0px 0px 30px;
	background-image: url(img2/h3bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	color: #660000;

	/* Win IE5.x hack */
	voice-family: "\"}\"";
	voice-family:inherit;

	height: 18px;
}

ul.listlink li {
	margin: 6px 0px;
	padding: 0px 0px 0px 18px;
	background-image: url(img/btn01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	line-height: 1em;
}

#naiyo ul{
  margin:20px;
}

/* ---------------------------------------------------------------------- */
/* footer */
#foot {
	widows:900px;
	background-color: #F2F2F2;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #DADADA;
}

#foot ul {
	margin: 10px 4px 10px 10px;
	padding: 0px;
	line-height: 18px;
}
#foot ul li {
	display: inline;
	margin: 0px;
	padding: 0px 12px 0px 0px;
}
#foot ul a,
#foot ul a:visited {
	white-space: nowrap;
	color: #666666;
	text-decoration: none;
}
#foot ul a:hover {
	text-decoration: underline;
}

address {
	margin: 0px;
	padding: 10px;
	font-style: normal;
	border-width: 1px 0px 3px 0px;
	border-style: solid;
	border-color: #D7D7D7 #FFFFFF #FF0000 #FFFFFF;
	background-color: #EAEAEA;
}
address p {
	margin: 0px;
	padding: 0px;
}

address#footaddress {
	line-height: 16px;
	color: #666666;
}
address#footaddress .copy {
	font-weight: bold;
}

#copyright {
	width: 760px;
	margin: 0px auto;
	padding: 3px 0px;
	text-align: right;
	color: #FF0000;
}
#copyright p {
	margin: 0px;
}
