@charset "utf-8";
/* CSS Document */
body,p,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dd,form,address{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;

}
body {
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	color: #555555;
}
img {
	border:none;
	vertical-align:top;
}
#naviBox {
	background-color: #F4F3EA;
	width: 790px;
}
#naviBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#naviBox h1 {
	float: left;
}
#btnBox {
	float: left;
	margin-top: 9px;
	margin-left: 20px;
	width: 503px;
}
#btnBox ul {
	list-style-type: none;
	width: 503px;
}
#btnBox li {
	float: left;
}

#bottom {
	padding-bottom: 15px;
	width: 790px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}
#bottom:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

#btnBox strong {
}
#btnBox p {
	text-align: right;
}
#bottom ul {
	float: left;
	list-style-type: none;
}
#bottomR {
	float: right;
	width: 370px;
	text-align: right;
}

