body {
	background-image: url(../img/bg.gif);
}
#contents {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 15px;
	padding-left: 15px;
}
#contents #topics {
	float: left;
	width: 485px;
}
#contents #topics h3 {
	margin: 0px;
}
#contents #topics ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contents #topics ul li {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#contents #topics ul li:first-line {
	color: #FF6600;
}
#contents #topics ul li a:link,
#contents #topics ul li a:visited {
	text-decoration: none;
	color: #333333;
}
#contents #topics ul li a:hover,
#contents #topics ul li a:active {
	color: #555555;
	text-decoration: underline;
}
#contents #dataArea {
	float: right;
	width: 408px;
}
#contents #dataArea .address {
	width: 377px;
	background-image: url(../img/address_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#contents #dataArea .map {
	margin: 0px;
}

#contents #dataArea .address:first-line {
	font-weight: bold;
}
