@charset "utf-8";

/*****************************************
		Import Common CSS File
*****************************************/
@import "../../common/css/reset.css";
@import "../../common/css/global.css";

html,
body {
	background: transparent;
}
/*****************************************
			Town Introduction
*****************************************/
#townIntroduction {
	background: url(../img/footer/footer_map.png) 0 0 no-repeat;
	width: 464px;
	padding: 7px 0 0 0;
	font-size: 83%;
}
#townIntroduction dl {
	padding: 0 0 0 286px;
	line-height: 1.41;
	overflow: hidden;
	color: #223A5A;
}
#townIntroduction dl dt {
	width: 5.5em;
	float: left;
	_display: inline;
}
#townIntroduction dl dd {
	width: 7em;
	float: right;
	_display: inline;
	text-align: right;
}
#townIntroduction p {
	background: #7FD0FC;
	width: 172px;
	margin: 2px 0 0 292px;
	padding: 2px 0 0 0;
	color: #160AA4;
	text-align: center;
}