@charset "UTF-8";
body {
	font-family:"Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size:small;
}
img {
	border:none;
}
.clear {
	clear:both;
}
hidden {
	display:none;
}
hr {
	border-width:1px 0px 0px 0px;	/* 太さ */
	border-style:dotted;			/* 線種 */
	border-color:gray;				/* 線色 */
	height:1px;						/* 高さ */
}
span {
	font-size:12px;
	color:#666;
}
a {
	color:#0089be;
}
a:link {
	color:#0089be;
}
a:visited {
	color:#4a5f6f;
}
a:active {
	color:#9cb5b7;
}
a:hover {
	color:#8f8fbe;
}
h1 {
	margin:0;
	padding:0;
	font-size:large;
}
h2, h3 {
	margin:0;
	padding:0;
	font-size:middle;
}
ul#search-menu {
	margin-left:0;
	margin-bottom:5px;
	padding-left:0;
	list-style-type:none;
}
#search-menu li {
	padding-left:0.5em;
	padding-right:0.5em;
	display:inline;
}
.current-form {
	display:block;
}
.hidden-form {
	display:none;
}
#search-menu .tab-select a:link {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#search-menu .tab-select a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#search-menu .tab-select a:active {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#search-menu .tab-select a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
/*-----------------------------
 footer
-------------------------------*/
#footer {
	padding:10px;
	clear:both;
	font-style:normal;
	text-align:center;
	border-bottom:1px solid #d9d9d9;
}
