@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-align: justify;
	text-justify: inter-ideograph;
	text-align: left;
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF !important;
	min-width: 950px;
	
	background-color: #FFFFFF !important;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
* html body {	/* for IF6 */
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

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;
	
}

/*--- 検索パネル ----------------------------------*/
.ken_set{
	width:950px;
	height:57px;
	margin:0px auto 0px auto;
	display: block;
}
.kesl{
	width:181px;
	height:57px;
	margin:0px 0px 0px 0px;
	float:left;
	display: inline;
}
.kebg{
	background-image: url(../img/search_bg.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	width:950px;
	height:57px;
	float:left;
	display:inline;
	color: #FFF;
}
.kensaku{
	width:500px;
	height:57px;
	line-height:45px;
	margin-top: 4px;
	margin-left:220px;
	float:left;
	display:inline;
}
.kenbt{
	width: 181px;
	height:27px;
	float:left;
	display:inline;
	margin-top:10px;
	margin-right:10px;
}