@charset "UTF-8";

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

html,
body {
	background: transparent;
}
/*****************************************
			Town Population
*****************************************/
#townPopulation {
	background: #583131;
	width: 120px;
	border-radius: 3px;
	color: #FFF;
}
#townPopulation h3 {
	background: url(../img/contents/list_circle_dg.png) 6px 6px no-repeat;
	width: 100px;
	margin: 0 0 1px 0;
	padding: 0 0 0 20px;
	border-bottom: 1px dotted #FFF;
}
#townPopulation dl {
	width: 106px;
	margin: 0 auto;
	font-size: 86%;
}
#townPopulation dl dt {
	width: 3em;
	padding: 2px 0;
	float: left;
	_display: inline;
}
#townPopulation dl dd {
	width:;
	margin: 0 0 0 4em;
	padding: 2px 0;
}
#townCurrent {
	font-size: 86%;
	color: #583131;
}