* {
	margin: 0;
	padding: 0;
	font-family: "HiraMaruPro-W4", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "‚l‚r ƒSƒVƒbƒN", "Osaka";
}
body {
	background: #FFF url(../images/bg-body.gif) repeat-y center center;
	color: #333;
	text-align: center;
	font-size: small;
}
#body {
	text-align: left;
	width: 460px;
	margin: 0 auto;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


h1 {
	font-size: x-small;
	padding: 30px 30px 20px 30px;
}




div#navi {
	height: 80px;
	background: url(../images/bg-navi.gif);
}
div#navi p {
	padding: 0 0 0 133px;
	text-align: center;
}
div#navi p span {
	color: #E00;
	text-decoration: none;
	display: block;
	float: left;
	height: 80px;
}
div#navi p span.top {
	width: 80px;
}
div#navi p span.concept {
	width: 149px;
}
div#navi p span.map {
	width: 98px;
}
div#navi p span a {
	display: block;
	height: 80px;
	color: #E00;
	text-decoration: none;
}
div#navi p span.top a {
	background: url(../images/navi-top.jpg) no-repeat center top;
}
div#navi p span.top a:hover, body#top div#navi p span.top a {
	background: url(../images/navi-top.jpg) no-repeat center bottom;
}
div#navi p span.concept a {
	background: url(../images/navi-concept.jpg) no-repeat center top;
}
div#navi p span.concept a:hover, body#concept div#navi p span.concept a {
	background: url(../images/navi-concept.jpg) no-repeat center bottom;
}
div#navi p span.map a {
	background: url(../images/navi-map.jpg) no-repeat center top;
}
div#navi p span.map a:hover, body#map div#navi p span.map a {
	background: url(../images/navi-map.jpg) no-repeat center bottom;
}







h2 {
	font-family: "GillSans-Light", "Gill Sans Light", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: medium;
	font-weight: normal;
	padding: 30px 30px 0 30px;
}
p {
	font-size: x-small;
	line-height: 2em;
	padding: 30px 30px 0 30px;
}



p.lav {
	font-size: medium;
}
span.red {
	color: #F00;
}





div.info {
	padding: 30px 30px 0 30px;
}
div.info h2, div.info p {
	padding: 0;
}
div.info h2.margin-top, div.info p.margin-top {
	padding: 10px 0 0 0;
}








p.copy {
	font-size: xx-small;
	text-align: right;
	margin-bottom: 20px;
}
