@charset "utf-8";

/*****************************************
		Import Common CSS File
*****************************************/
@import "../../common/css/reset.css";

html,
body {
	background: transparent;
}
/*****************************************
			Town Introduction
*****************************************/
#townIntroduction {
	padding: 0 0 0 108px;
	background: url(../img/footer/population.png) 0 0 no-repeat;
	letter-spacing: -0.4em;
}
#townIntroduction dl,
#townIntroduction p {
	overflow: hidden;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 27px;
}
#townIntroduction dl {
	margin: 0 25px 0 0;
	font-size: 86%;
}
#townIntroduction dl dt {
	float: left;
}
#townIntroduction dl dd {
	float: left;
}
#townIntroduction p {
	font-size: 72%;
}