﻿/* BLHD-bill案内 */
body  {
	margin: 0 auto 0 auto;
	background-image: url(../button/wall_slant-b.png);
	background-attachment: fixed;
}
/* コンテナ */
DIV#mapcontainer	{
	width: 800px;

	background-color:#ffffff;
	margin: 5px auto 3px auto;
}
/************ 区切り線ヘッダーLINE ************/
/*-----------　帯タイプ線（青） ----------*/
div#maphead-b	{
	width: 800px;
	margin: 5px auto 5px auto;
	padding: 0;
	border: 1px solid #8080ff;
	border-radius: 7px 7px 0px 0px;
	background-image: url(../button/dotted_mask_b.png);
	background-repeat: repeat-x;
}
div#maphead-b h3	{
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #666666;
	text-align: center;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 2px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	margin:  4px 0 0 0;
	padding: 1px 20px 0px 20px;
}
/*-----------　帯タイプ線（緑） ----------*/
div#maphead-g	{
	width: 800px;
	margin: 5px auto 5px auto;
	padding: 0;
	border: 1px solid #00df8c;
	border-radius: 7px 7px 0px 0px;
	background-image: url(../button/dotted_mask_g.png);
	background-repeat: repeat-x;
}
div#maphead-g h3	{
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #666666;
	text-align: center;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 2px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	margin:  4px 0 0 0;
	padding: 1px 20px 0px 20px;
}

/****** MAPナビゲーション ******/
.blhd-mapbox	{
	overflow: hidden;
	width: 800px;
	height: 450px;
	padding: 0px;
	margin: 0 0 0 0px;
	border-radius: 0px;
}
.blhd-map	{
	font-size: 0;
	position: relative;
	width: 800px;
	height: 455px;
	background-image : url(../blh-map/blp-ageo-map.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 0;
	border: 0;
	padding: 0;
	margin: 0;
}
/********** pinmask **********/
.blhd-pic	{
	position: absolute;
	left: 390px;
	bottom: 230px;
	width: 38px;
	height: 53px;
	background-image: url(../blh-map/map-point_b.png);
	background-repeat: no-repeat;
}
.blhd-pic a	{
	color: #0000ff;
	text-decoration: none;
}
.blhd-pic a:hover	{
	text-decoration: none;
	color: #ff0000;
}
.blhd-pic p	{
	width: 160px;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	text-align: right;
	text-decoration: none;
	background-image: url(../blh-map/clear-70wh.png);
	border-radius: 19px 0 0 19px;
	border: 0;
	margin: 8px 2px 0 8px;
	padding: 3px 0 3px 0;
}
/*△△△△△* マーク(電話/車/住所/他)-文字 *△△△△△*/
ul#bec-icn16 {
	margin: 5px 10px 0px 10px;
	padding: 0;
}

ul#bec-icn16 li	{
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* TEL）青 */
ul#bec-icn16 li#tel {
	background: url(../button/image-tel-b.png)no-repeat;
	padding: 0px 0px 5px 25px;
}
/* ＊）青 */
ul#bec-icn16 li#as-b {
	background: url(../button/listmark_30_b.png)no-repeat;
	padding: 0px 0px 5px 25px;
}
/* ＊）赤 */
ul#bec-icn16 li#as-r {
	background: url(../button/listmark_30_re.png)no-repeat;
	padding: 0px 0px 5px 25px;
}
/* 〒）赤 */
ul#bec-icn16 li#re {
	background: url(../button/image-zip-r.png)no-repeat;
	padding: 0px 0px 5px 25px;
}
/* 交）茶 */
ul#bec-icn16 li#traffic {
	background: url(../button/image-way-br.png)no-repeat;
	padding: 0px 0px 5px 25px;
}


