@charset "utf-8";
body {
	background: #F4A6A6;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
#copy {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#header {
	background: url(../images/maintitle.jpg) no-repeat;
	height: 110px;
	padding-left: 30px;
}
h1 {
	color: #FFFFFF;
	font-size: 350%;
	line-height: 110px;
}
h2 {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.map {
	height: 302px;
	width: 502px;
	float: left;
	padding-left: 50px;
}
.infoTxt {
	background: #FBDDDD;
	width: 270px;
	float: left;
	margin-left: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.infoTxt dt {
	font-size: 130%;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: underline;
}
.infoTxt dd {
	font-size: 130%;
	margin-bottom: 5px;
	margin-left: 20px;
}
#contents {
	background: url(../images/fPhoto.jpg) no-repeat center bottom;
	padding-bottom: 160px;
}
#contents .menu {
	background: url(../images/tokei.jpg) no-repeat 640px top;
	padding-left: 50px;
	font-size: 130%;
	padding-right: 340px;
	padding-bottom: 20px;
	line-height: 1.5;
}
.menu dt {
	clear: left;
	float: left;
}




.menu dd {
	text-align: right;
}

#footer {
	background: url(../images/footerBg.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;

}

#footer address {
	color: #FFFFFF;
	text-align: right;
}

