@charset "utf-8";

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

html,
body {
	background: transparent;
}
/*****************************************
			Town Introduction
*****************************************/
#townIntroduction {
	width: 100%;
	font-size: 93%;
	overflow: hidden;
	line-height: 1.41;
}
#townIntroduction dl {
	overflow: hidden;
}
#townIntroduction dl dt {
	width: 5.5em;
	float: left;
	_display: inline;
}
#townIntroduction dl dt span { margin-left: 1em; }
#townIntroduction dl dd {
	margin-left: 6em;
	text-align: right;
}
#townIntroduction dl dd span {
	width: 7em;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#townIntroduction p {
	background: #FFDC00;
	width: 100%;
	margin: 3px 0 0 0;
	padding: 1px 0;
	text-align: center;
	color: #127A54;
}