@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: 350px;
	margin: 5px 0 0 0;
	padding: 8px 0 10px 0;
	font-size: 83%;
	float: right;
	_display: inline;
}
#townIntroduction dl {
	padding: 0 0 0 195px;
	line-height: 1.41;
	overflow: hidden;
	color: #223A5A;
}
#townIntroduction dl dt {
	width: 5em;
	float: left;
	_display: inline;
}
#townIntroduction dl dd {
	width: 7em;
	float: right;
	_display: inline;
	text-align: right;
}
#townIntroduction p {
	background: #223A5A;
	width: 148px;
	margin: 2px 0 0 202px;
	padding: 2px 0 0 0;
	color: #FFF;
	text-align: center;
}