@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #444;
	background: #fff url(img/bg.gif) repeat-x left top;
	font: 75%/140% "Arial","ＭＳ Ｐゴシック","メイリオ";
	text-align: center;
	min-width: 800px;
	min-height: 100px;
}
a:link, a:visited {
	color: #0bf;
	text-decoration: none;
}
a:hover {
	color: #5df;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table,span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
table {
	line-height: 140%;
	font-size: 100%;
	border: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	vertical-align: top;
}
p {
	margin: 0 10px;
}
p.spacer {
	margin-bottom: 14px;
}
p.spacer2 {
	margin-bottom: 28px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.em {
	font-weight: bold;
	color: #f59;
}
.black {
	color: #000;
}
div#wrap {
	background: url(img/menu-bg.gif) no-repeat center top;
	width: 800px;
	margin: 0 auto;
}
/******************** header ********************/
div#head {
	margin: 0 auto;
	width: 800px;
	height: 99px;
	background: url(img/title.gif) no-repeat top;
}
p.toppage {
	text-align: left;
	clear: both;
	padding-top: 10px;
}
p.toppage a {
    display: block;
	height: 55px;
	width: 400px;
	text-indent: -500px;
	overflow: hidden;
}
h1 {
	float: left;
	color: #f8b;
	font-size: 85%;
	margin-top: 15px;
}
*html h1 {
	font-size: 75%;
}
*:first-child+html h1 {
	font-size: 75%;
}
/******************** sitemap ********************/
div#head ul {
	float: right;
	font-size: 85%;
	margin-top: 15px;
}
*html div#head ul {
	font-size: 75%;
}
*:first-child+html div#head ul {
	font-size: 75%;
}
div#head ul li {
	list-style-type: none;
	display: inline;
	background: url(img/icon-arrow.gif) no-repeat left;
	padding-left: 14px;
	margin-right: 20px;
}
div#head ul li a:link, div#head ul li a:visited {
	text-decoration: none;
}
/******************** main ********************/
div#main {
	float: left;
	width: 550px;
	text-align: left;
	padding: 0 0 70px;
}
h2 {
	width: 550px;
	height: 40px;
	text-indent: -500px;
	overflow: hidden;
	margin: 0 0 15px;
}
h3 {
	width: 550px;
	height: 30px;
	text-indent: -500px;
	overflow: hidden;
	margin: 20px 0 12px;
}
img.image {
	margin: 15px 3px 15px 2px;
}

/******************** foot ********************/
div#foot {
	background: url(img/foot-bg.gif) repeat-x left bottom;
	text-align: center;
	padding: 20px 0 15px;
	width: 100%;
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/