@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
  MAP
-----------------------------------------------*/

#container {
	width: 884px;
	margin: 0 auto;
}
/* FEATURE */
h2.maptitle{
	text-indent: -9999px;
	background: url(../img/map/title_map.gif) top left no-repeat;
	width: 300px;
	height: 35px;
}
#topB {
	height: 45px;
	background: url(../img/map/dot_line.gif) repeat-x;
	position: relative;
}
/* */
#maparea {
	position: relative;
}
#mapR {
	position: absolute;
	top: 0;
	left: 581px;
	width: 303px;
	height: 324px;
	background: url(../img/map/mapR_bg.gif) no-repeat;
}
#mapR h1 {
	color: #CCCCCC;
	font-size: 14px;
	height: 40px;
}
.kanaTxt{
	display: block;
	color: #CCCCCC;
	font-size: 10px;
	margin-top: 3px;
}
#mapR .dot {
	height: 9px;
	background: url(../img/map/mapR_line.gif) center repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mapR .shoplink {
	margin-bottom: 5px;
}
#mapR .shoplink a{
	display: block;
	height: 19px;
	width: 52px;
	text-indent: -9999px;
	background: url(../img/map/btn_link.gif) no-repeat;
}
#mapR .shoplink a:hover{
	display: block;
	height: 19px;
	width: 52px;
	text-indent: -9999px;
	background: url(../img/map/btn_link_r.gif) no-repeat;
}
#mapR p {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	line-height: 1.6;
}
#mapR p a {
	color: #999999;
	text-decoration: underline;
}
#mapR p a:hover {
	color: #333333;
	text-decoration: none;
}
.inner {
	padding: 20px 20px 20px 20px;
}
.map {
	margin-left: 11px;
	margin-right: 11px;
	clear: both;
	font-size: 75%;
	line-height: 1.4;
}
/*リスト内の a 要素に対して一括して指定*/

.map a {
	display: block;
	width: 64px;        /*背景画像と同じ幅*/
	height: 64px;       /*背景画像と同じ高さ*/
	text-decoration:none;
	color: #666;
	background-repeat: no-repeat;
	background: url(../img/map/frame.gif) no-repeat;
}

.map img {
	margin: 2px;
}

/*リスト内の a:hover に対して共通指定*/

.map a:hover {
    background: url(../img/map/frame_r.gif) no-repeat;
}

/* em 内のテキストを下へ移動させる*/


.map a:hover span {
	display: block;
	text-decoration: underline;
	cursor: pointer;        /* IE のために、カーソルをポインタに指定*/
}

/* 選択されたものの背景枠の色を変更*/
.thumbnail {
	background: url(../img/map/frame_stay.gif) no-repeat;
}
.thumbnail span {
	display: block;
	font-style: normal;
	margin-top: 1px;
	color:#333333;
	font-size: 9px;
	font-weight: normal;
}
