@charset "utf-8"; 
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html, body	{
	margin: 0;
	padding: 0;
	height:100%; 
	_height: 100%;   
	_overflow: auto;  
}

html {
	overflow-y: scroll;
	min-height:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:bottom;
}

/*--- default ----------------------------------*/
body {
	width:100%;
	text-justify: inter-ideograph;
	text-align: left;
	font-size: 16px;
	line-height: 160%;
	color: #000000 !important;
	min-width: 950px;
	background-color: #fff !important;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
* html body {	/* for IF6 */
	font-size: 14px;
}

a {
color: #FFF !important;
text-decoration: none !important;

}

a:link {
color: #FFF !important;
text-decoration: none !important;

}

a:visited {
color: #FFF !important;
text-decoration: none !important;
}

a:hover {
text-decoration: underline !important;
color: #FFF !important;
}

a:active {
color: #FFF !important;
}

.yoyakudami {
	overflow: hidden;
	float: left;
	display: block;
}

#grpfooterArea dl dd ul li a {
	color: #FFF !important;
	text-decoration: none !important;
	
}

ul#RthExcursionArea li a {
	color: #FFF !important;
	text-decoration: none !important;
}

ul#RthExcursionArea li.RthExcursionPrev {
	color: #FFF !important;
}

ul#RthExcursionArea li.RthExcursionNext {
	color: #FFF !important;
}

li.RthExcursionPrev a:link       { color: #FFF !important;}
li.RthExcursionPrev a:visited    { color: #FFF !important;}
li.RthExcursionPrev a:visited:hover,
li.RthExcursionPrev a:link:hover { color: #FFF !important;}
li.RthExcursionPrev a:visited:active,
li.RthExcursionPrev a:link:active{ color: #FFF !important;}

li.RthExcursionNext a:link       { color: #FFF !important;}
li.RthExcursionNext a:visited    { color: #FFF !important;}
li.RthExcursionNext a:visited:hover,
li.RthExcursionNext a:link:hover { color: #FFF !important;}
li.RthExcursionNext a:visited:active,
li.RthExcursionNext a:link:active{ color: #FFF !important;}


p.RthChainLink a:link       { color: #FFF !important;}
p.RthChainLink a:visited    { color: #FFF !important;}
p.RthChainLink a:visited:hover,
p.RthChainLink a:link:hover { color: #FFF !important;}
p.RthChainLink a:visited:active,
p.RthChainLink a:link:active{ color: #FFF !important;}

p#RthPagetop a {
	color: #FFF !important;
}

#grpCopyright {
	color: #FFF !important;
}

.rtconds a {
	color: #FFF !important;
}

ul#srcSwtch li {
	color: #FFF !important;
	text-decoration: none !important;
}

select{
	padding: 3px;
	font-weight: bold;
	font-size: 18px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #061b29;
	border: solid 1px #2c4a52;
}



/*--- 検索パネル ----------------------------------*/
.ken_set{
	width: 1190px;
	height: 90px;
	margin: 0px auto 0px auto;
	display: block;
}
.kebg{
	width: 950px;
	height: 90px;
	display: inline;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
}
.kebg form{
	display: flex;
	align-items: center;
	background-image: url(../img/search_bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}
.kensaku{
	width: 575px;
	height: 90px;
	margin-left: 150px;
	color: #000;
	display: flex;
	align-items: center;
	font-size: 17px;
	
}
.bt_div {
	float: right;
	width: 255px;
}
.kenbt{
	width: 250px;
    padding: 15px 0;
    display: inline-block;
}

.kenbt a:hover{
	opacity: 0.7;
}