<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{
	}



#header-outer{
	background-image : url(bg.gif);
	background-repeat: repeat-x;
}
#header{
	text-align: left;
	width: 1000px;
	height: 145px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
#title{
	float: left;
}
#tool-box{
	float: right;
	padding-top: 30px;
}
#tool-box ul li{
	display: inline;
}
#tool-box ul li.tool-txt{
	color: #FFF;
	font-size: 90%;
	margin-left: 10px;
}
#tool-box ul li img{
	margin-bottom: -8px;
}



#gnavi{
	clear: both;
}



#gnavi{
    width: 1000px;
    margin: 0px;
} 
#menu &gt; li{
    float: left;
    position: relative;
    width: 165px;
    height: 65px;
	margin-left: 2px;
}#menu &gt; li:first-child{
	margin-left: 0px;
} 
#menu &gt; li &gt; a{
    display: block;
    height: 100%;
    background : url(gnavi.gif) 0px 0px / auto auto no-repeat scroll padding-box border-box transparent;
    text-indent: -5000px;
}
 
#menu &gt; li.menu02 &gt; a{
	background-position: -165px 0;
}
#menu &gt; li.menu03 &gt; a{
	background-position: -330px 0;
}
#menu &gt; li.menu04 &gt; a{
	background-position: -495px 0;
}
#menu &gt; li.menu05 &gt; a{
	background-position: -660px 0;
}
#menu &gt; li.menu06 &gt; a{
	background-position: -825px 0;
}
 
#menu &gt; li.menu01:hover &gt; a{
	background-position: 0 -65px;
}
#menu &gt; li.menu02 &gt; a:hover{
	background-position: -165px -65px;
}
#menu &gt; li.menu03 &gt; a:hover{
	background-position: -330px -65px;
}
#menu &gt; li.menu04 &gt; a:hover{
	background-position: -495px -65px;
}
#menu &gt; li.menu05 &gt; a:hover{
	background-position: -660px -65px;
}
#menu &gt; li.menu06 &gt; a:hover{
	background-position: -825px -65px;
}
 
#menu li:hover .submenu{
    left: 0;
} 
.submenu{
    position: absolute;
    width: 165px;
    top: 65px;
    left: -5000px;
    border-top: 4px solid #68a7c5;
    z-index: 500;
} 
.submenu li{
    padding: 1px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background-color: #fff;
} 
.submenu li a{
    display: block;
    padding: 10px;
    color: #2b6dd1;
    font-size: 13px;
    text-decoration: none;
} 
.submenu li a:hover{
    background-color: #e8f2fa;
}



div.wrapper{
	clear: both;
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div.title{
	text-align: center;
	background-image : url(pagetitle.gif);
}
ul.list-index{
	margin: 30px 50px 30px 50px;
	border-top: solid 1px #999;
}
ul.list-index li{
	padding: 15px 20px;
	border-bottom: solid 1px #999;
}
div.midashi p{
	font-size: 120%;
	font-weight: bold;
	margin:30px;
	padding: 3px 10px 2px 10px;
	border-top: solid 1px #039;
	border-bottom: solid 1px #039;
}


h2{
	font-size: 115%;
	color: #009;
	border-bottom: 1px solid #06C;
	border-left: 5px solid #06C;
	padding: 3px;
	margin: 15px 0px 5px;
	background: #ECF5FB;
}


#footer-outer{
	clear: both;
	background-image : url(bg.gif);
}
#footer{
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
div.f-navi{
	float: left;
}
div.f-navi ul{
	margin-top: 30px;
}
div.f-navi ul li{
	display:inline;
}
div.credit{
	float: right;
	color: #FFF;
}
#footer div.credit h2{
	margin-top: 10px;
	font-size: 140%;
	border: none;
	background-image : url(bg.gif);
	color: #FFF;
}
div.credit p{
	font-size: 80%;
	margin-bottom: 10px;
}
div.copy{
	width: 1000px;
	margin: 10px auto;
	text-align: right;
	font-size: 80%;
	clear: both;
}


.mb10{
	margin-bottom: 10px;
}</pre></body></html>