@charset "utf-8";
/* CSS Document */
div#map {
	border: 2px outset gray;
	height: 500px;
	width: 615px;
	font-size: 70%;
}
div#sidebar {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:70%;
	border: 1px solid #666;
	padding: 5px;
	line-height: 1.4em;
	width: 115px;
	overflow: auto;
	height: 490px;
}
.label {
	font-size:110%;
	color: #999999;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	overflow: auto;
	font-weight: bolder;
	line-height: 1.4em;
}

/* ========BASIC======== */
* {
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff;
}

#top {
	font-size:16px;
	}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:757px;
   margin:0 auto;
   background:#fff;
}

div#header {
	background-image: none;
	background-color: #fff;
	float: left;
	margin-top: 15px;
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
}

#headnavi {
	clear: right;
	float: right;
	padding-top: 15px;
}
#headnavi ul {
	list-style: none;
}
#headnavi li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#headnavi li a {
	color: #535D57;
	font-size: 75%;
}
#headnavi li a:hover {
	color: #996666;
	text-decoration: underline;
}

div#menu {
	width:757px;
	margin-bottom:10px;
	border-style: none;
	padding: 1px;
}

div#contents {
	clear:both;
	width:757px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#headImage {
	width:757px;
	height: 205px;
}

div#main {
   float:left;
   width:757px;
   margin-top:10px;
}

div#sub {
   float:right;
   width:180px;
   margin-top:10px;
}

div#totop {
   border-top:1px solid #535D57;
}

div#footer {
	position:relative;
	clear:both;
	background-image: none;
	background-color: #FFFFFF;
	color: #333;
}
div#yakugmap {
	background-image: url(../images/image102.gif);
	height: 40px;
}
#gmapad {
	float: left;
	clear: none;
}
#gmapul {
	float: right;
	clear: right;
}
#gmapul ul {
	list-style: none;
	margin-right: 10px;
	margin-top: 1px;
}
#gmapul li {
	display: inline;
	margin-left: 15px;
	font-size: 75%;
	color: #FFFFFF;
	margin-right: 5px;
}




/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	color:#000;
	font-size:160%;
	padding-left: 5px;
}

div#header h1 a {
   	font-size:160%;
    color:#535D57;
}

div#header h1 a:hover {
   color:#403232;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:756px;
   margin:0;
   padding:1px 0 1px 1px;
   background:#000;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
	display:block;
	width:125px;
	margin-right:1px;
	padding:5px 0;
	color:#fff;
	background-image: url(images/bg_menu_off.gif);

}

div#menu li a:hover{
   color:#fff;
   background:url(../images/bg_menu_on.gif);
}


/* ========MAIN CONTENTS CUSTOMIZE======== */

div#main h2 {
	margin-bottom:8px;
	padding:2px 2px 2px 0;
	color:#31001D;
	font-size:0.94em;
	font-weight:bold;
	line-height:1.4;
	border-bottom:none;
}



div#main p{
	margin:0 10px 1em 0;
	font-size:0.75em;
	line-height:1.4;
	color: #535D57;
}


/* ========FOOTER CUSTOMIZE======== */

address{
	font-size:0.63em;
	color:#333;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
