@charset "utf-8";
/* storemapの小窓に使うCSS */

a{
	display:inline-block;
	text-decoration:none;
	color:#3388ff;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
	color:#006600;
}

p{
	color:#333333;
}

body {
	background:url(../../storemap/dtl/img/map_dtl_bg.jpg) repeat-x;
	height:730px;
	font-family:"Meiryo", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	color:#333;
	font-size:75%;
}

#frame{
	background:url(../../storemap/dtl/img/map_dtl_aframe.png) 50% 0 no-repeat;
	height:709px;
	width:549px;
	margin:10px auto 0;
}


#header{
	position:relative;
	height:60px;
	margin:0 auto;
}
#header h1{
	position:absolute;
	padding:22px 0 0 35px;
}

#header #close{
	position:absolute;
	margin:35px 0 0 454px;
}

#content{
	position:relative;
	margin:0 auto;
}

#name{
	background:url(../../storemap/dtl/img/map_dtl_h.jpg) 0 50% no-repeat;
	height:46px;
	width:481px;
	margin:0 auto;
}

#name p{
	font-size:1.2em;
	padding:15px 0 0 50px;
}

#gmap{
	width:475px;
	margin:0 auto;
}

#info{
	width:480px;
	margin:25px auto 0;
}

#photo{
	float:left;
	margin:3px 0 0 0;
}

#store_info{
	float:left;
	margin:0 0 0 16px;
}


#store_info tr{
	border-bottom:#0e3118 solid 1px;
	height:20px;
}

#store_info th{
	background:url(../../storemap/dtl/img/map_dtl_arr.gif) 0 16px no-repeat;
	color:#0d2611;
	text-align:left;
	width:60px;
	padding:15px 0 0 10px;
}
#store_info th.first{
	background-position:0 6px;
	padding:5px 0 0 10px;
}

#store_info td{
	margin:0 0 0 10px;
	width:220px;
	text-align:left;
}



.frame {
	padding:2px;
	border:solid 1px #999999;
}


