@charset "UTF-8";

/* ---- GoogleMap ---- */

body#access div#map {
	width: 580px;
	height: 350px;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.9em;
}
body#access div#message {
	height: 0;
	overflow: hidden;
}

/* Tabs */
#contents #main .tabs {
	float: left;
	width: 100%;
	font-size: 1em;
}
#contents #main .tabs h4 {
	border: none;
}
#contents #main .tabs ul {
	margin: 0 0 0 0;
	padding:10px 0 0;
	list-style:none;
	border-bottom: 2px solid #7dd12c;
	height:25px;
}
#contents #main .tabs ul li {
	float:left;
	background: transparent;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-right: 3px solid #fff;
}
#contents #main .tabs ul a {
	width: 140px;
	display:block;
	padding: 0;
	background: #fff;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	border: 1px solid #d7f17c;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#contents #main .tabs a {float:none;}
/* End IE5-Mac hack */
#contents #main .tabs a:hover {
	color:#333;
}
#contents #main .tabs ul .current {
}
#contents #main .tabs ul .current a {
	background:#7dd12c;
	color:#fff;
	border: 1px solid #7dd12c;
}
#contents #main .tabs ul a:hover {
	background:#d7f17c;
}



.js .tabs .current-info,
.js .tabs .accessibletabsanchor{
	position:absolute;
	left:-999em;
}
.js .tabs .content{
	clear:both;
	margin:0;
}

