/* 基本配置用
-----------------------------------*/
body {
	background-image:url(../img/shop/map/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#FFFFFF;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #7F7F7F;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper {
	width:440px;
	margin:auto;
	padding-bottom:40px;
}

.map {
	float:left;
	width:430px;
	height:430px;
	border:1px solid #B3B3B3;
	padding:5px;
}

.map_inner {
	width: 430px;
	height:430px;
	margin:auto;
}

.dotline {
	clear:both;
	width:440px;
	height:27px;
	background-image:url(../img/shop/map/dotline.gif);
	background-position:center left;
	background-repeat:no-repeat;
}

.info{
	width:370px;
	padding-bottom:30px;
	float:left;
}

.info .name{
	padding-bottom:5px;
}

.info .text_left{
	width:60px;
	float:left;
	padding-bottom:5px;
}

.info .text_right{
	width:310px;
	float:right;
	padding-bottom:5px;
}

.bt_area {
	float:left;
	width:440px;
}

.bt_area a.bt_close {
	float:left;
	width:80px;
	height:25px;
	background-image:url(../img/shop/map/close.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:180px;
}
.bt_area a.bt_close:hover {
	background-position:top right;
}
