@charset "UTF-8";

/*******************************************/
/* gmap.css                              */
/* Use with Hotel Sekia 2009             */
/*******************************************/

/*------------------------------

link   = #5275b4
active = #5DB0E6

------------------------------*/

body{
	margin: 0px;
	padding: 0px;
}
* {margin:0 ; padding:0;}

.notes {
	font-size: 11px;
	line-height: normal;
	display: block;
}
h3{
	margin-bottom: 10px;
}

.notesstrong{

	font-size: 12px;
}

.notes a{
	font-weight: bold;
	color: #06C;
	text-decoration: none;
	background: url(../img/out_link.gif) no-repeat right center;
	padding-right: 20px;
}

.notes a:hover{
	font-weight: bold;
	color: #09F;
	text-decoration: underline;
	background: url(../img/out_link.gif) no-repeat right center;
	padding-right: 20px;
}

#mapWrap{
	padding: 1px;
	height: 504px;
	width: 550px;
	border: 1px solid #CCCBD0;
	clear: both;
	float: none;
}

#map{
	padding: 1px;
	height: 500px;
	width: 546px;
	border: 1px solid #FFFFFF;
}
/*
#naviSpot{
	font-size: 80%;
	width: 380px;
	clear: none;
	float: left;
}
*/
#naviSpot{
	font-size: 80%;
	width: 550px;
	clear: none;
	margin-left: 10px;	/*float: left;*/
}

#naviSpot ul,#naviSpot li{
	display: inline;
}

#naviSpot li{
	background: url(../../../img/dot_x.gif) repeat-x left bottom;
	list-style-type: none;
	width: 250px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

#naviSpot li a{
	color: #5275b4;
	background: url(../../../../en/assets/img/icon_arrow01.gif) no-repeat left center;
	padding-left: 16px;
	text-decoration: none;
	display: block;
}

#naviSpot li a:hover{
	background: #F0F0F0 url(../../../../en/assets/img/icon_arrow02.gif) no-repeat left center;
	color: #5DB0E6;
}



/*------------------------------

link   = #5275b4
active = #5DB0E6

------------------------------*/

.floatClear{
	clear: both;
	float: none;
}

#pdfLink{
	width: 144px;
	float: right;
	margin-top: 50px;
	text-align: center;
	height: 104px;
}

#pdfLink img a{
	padding: 1px;
	border: 1px solid #CCC;
}

#pdfLink img a:hover{
	border: 1px solid #F60;
}


/*
#subLink{
	text-align: right;
	margin-top: 0.5em;
	background: url(../../../overview/img/icon_arrow01.gif) no-repeat right center;
	padding-right: 20px;
	font-size: 80%;
}
*/