@charset "utf-8";

.tal { text-align: left;}
.tar { text-align: right;}
.tac { text-align: center;}

/*clearfix*/
.clearfix {
display: block;
	zoom: 1;
	clear: both;
}
.clearfix:after {
	content: "";
	line-height: 0;
	display: block;
	clear: both;
}
* html .clearfix {	display: inline-block;	}
*:first-child+html .clearfix {	display: inline-block;	}
* html .clearfix {	height: 1%;	}


.clb { clear: both;}


#informationTable{
	border-collapse:collapse;
	width:100%;
	border-top:2px solid #989898;
	border-bottom:2px solid #989898;
}
#informationTable th,
#informationTable td{
	padding:10px 20px;
	text-align:left;
}
#informationTable th{
	background:#ebebeb url(/images/line.gif) repeat-x bottom;
	font-weight:bold;
	width:150px;
}
#informationTable td{
	background:#fff url(/images/line.gif) repeat-x bottom;
}


#informationTable02{
	background:#ebebeb;
	background-image:none !important;
	font-weight:bold;
	width:150px;
}
#informationTable03{
	background:#fff;
	background-image:none !important;
}



#historyTable{
	border-collapse:collapse;
	width:100%;
	font-size: 12px !important;
}
#historyTable th,
#historyTable td{
	padding:7px 0 5px 20px;
	text-align:left;
	letter-spacing:0.1em;

}
#historyTable th{
	background:#fff url(/images/line.gif) repeat-x bottom;
	font-weight:bold;
	width:95px;
	color:#005b26;	vertical-align:top;
}
#historyTable td{
	background:#fff url(/images/line.gif) repeat-x bottom;
}

/* access */
.access_map {
	padding-top: 20px;
}
.access_map iframe {
	width: 100%;
}

#tabmenu {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	height: 33px;
}

#tabmenu li {
	float: left;
	margin: 0;
	padding: 0;
}


#type {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	height: 33px;
	border: 1px solid #ccc;
	padding:10px 10px 10px 30px;
}

#type li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#type li a {
	text-decoration:underline;
	color: #000;
	margin-right: 30px;
}

#type li a:hover {
	text-decoration:none;
	color: #266518;
	margin-right: 30px;
}


.mailform a {
	color: #000;
	text-decoration:underline;
}

.mailform a:hover {
	color: #266518;
	text-decoration:none;
}