#maincontents {
	background: url(/shared/img/bg_shared.jpg) no-repeat;
	/*background: url(/officelist/img/bg_officelist.jpg) no-repeat;*/
}

/* 
*************************************************************/
.town {
	font-size: 100%;
	color: #A33;
	border-bottom: 1px solid #A99;
	margin: 10px 0px;
	padding: 0px 0px 5px 5px;
}
.addressdata {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dotted #AAA;
}

.addressdata h4 {
	font-size: 100%;
	color: #336;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 3px 0px;
	border-left: 6px solid #99A;
	float: left;
}

.addressdata ul {
	clear: both;
	font-size: 90%;
	font-family: 'Arial';
	margin: 0px 0px 10px 15px;
}

.addressdata li {
	margin:0px;
	padding:0px;
}
.addressdata li.post {
	margin-right: 20px;
	float: left;
}
.addressdata li.ad {
	float: left;
}
.addressdata li.tel {
	float: right;
}



.addressdata2 {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 25px 0px;
}

.addressdata2 h4 {
	font-size: 100%;
	color: #336;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 3px 0px;
	border-left: 6px solid #99A;
	float: left;
}

.addressdata2 ul {
	clear: both;
	font-size: 90%;
	font-family: 'Arial';
	margin: 0px 0px 10px 15px;
}

.addressdata2 li {
	margin:0px;
	padding:0px;
}
.addressdata2 li.post {
	margin-right: 20px;
	float: left;
}
.addressdata2 li.ad {
	float: left;
}
.addressdata2 li.tel {
	float: right;
}



/* map
******************************************************************/
.addressdata .detail {
	width: 60px;
	height: 24px;
	background: url(/shared/img/btn_mini_detail.gif) center no-repeat;
}
.addressdata .detail a {
	width: 60px;
	height: 24px;
	display: block;
}
.addressdata .detail span {
	display: none;
}

.addressdata .warehouse {
	width: 60px;
	height: 24px;
	background: url(/shared/img/btn_mini_warehouse.gif) center no-repeat;
}
.addressdata .warehouse a {
	width: 60px;
	height: 24px;
	display: block;
}
.addressdata .warehouse span {
	display: none;
}

.btnsBox li {
	float: left;
	margin-left: 10px;
}

.btnsBox {
	text-align: right;
	float: right;
}