@charset "UTF-8";

html,body {
	height: 100%;
}
body{
	line-height: 150%;
	background: url(../images/bg_header.gif) top repeat-x;
	text-align: center;
}
div#wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; 
}
h1{
	margin: 0 auto;
	width: 950px;
	height: 150px;
	background: url(../images/title.gif) no-repeat;
}
h1 span{
	display: none;
}
div#contents{
	margin: 0 auto;
	width: 950px;
}
div.outline{
	margin: 20px;
	color: #666;
	font-size: 120%;
}
div.mapguide{
	margin: 20px 10px;
	color: #0066cc;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
div.maplink{
	margin: 50px auto;
	width: 450px;
	height: 100px;
	text-align: center;
}
div.maplink a{
	width: 450px;
	height: 100px;
	display: block;
	background: url(../images/button1.gif) no-repeat;
	background: url(../images/button2.gif) no-repeat;
}
div.maplink a:hover{
	background: url(../images/button1.gif) no-repeat;
}
div.maplink a span{
	display: none;
}
div#push{
	height: 100px;
}
div#footer{
	height: 100px;
	background: url(../images/bg_footer.gif) repeat-x;
}
div#credit{
	padding: 50px 0 0 0;
}
div#credit a{
	color: #fff;
}


div.guide{
	margin: 0 auto;
	width: 700px;
	text-align: left;
	white-space: nowrap;
}
div.guide div{
	margin: 10px 0;
}
.red{
	color: #cc0000;
}