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

#head-btn{
	position:absolute;
	margin:30px 0 0 328px;
	width:400px;
}

#head-btn ul li{
	text-align:right;
	list-style-type:none;
}
#head-btn li{
	float: right;
	border-left:1px dotted #d6d3bf;
	overflow: hidden;
}
#head-btn li a{
	color:#59493f;
	height:25px;
	display:block;
	font-size:78%;
	padding: 5px 10px 0;
	text-decoration: none;
	border-bottom: 0;
}
#head-btn li a:hover{
	background:#ece9d9;
	text-decoration: none;
}
#head-btn li:first-child{
	border-right:1px dotted #d6d3bf;
}

/* メインボタン
----------------------------------------------- */
#navlist {
	clear: both;
	position: relative;
	padding: 0 ;
	list-style: none;
	width: 980px;
	height: 45px;
	overflow: hidden;
	text-align:left;
}
#gnavi{
	/*position: absolute;
	margin: 227px 0 0 0;*/
	width:980px;
	z-index: 20;
}
#othergnavi{
	position: absolute;
	margin: 125px 0 0 0;
	width:980px;
	z-index: 20;
}
#gnavi ul li,
#othergnavi ul li{
  height:45px;
  float: left;
  list-style-type:none;
}
#gnavi ul li a,
#othergnavi ul li a{
  display: block; 
  padding: 45px 0 0 0; 
  overflow: hidden; 
  margin: 0;
  height: 0 !important; 
  height /**/: 36px; 
}
@media print {
#gnavi ul li a,
#othergnavi ul li a{
  display: block; 
  height: 45px !important; 
  padding: 0 0 0 0; 
  text-indent: -10000px; 
}
}

.naviHome a { background: url(../images/gnavi/gnavi01.png) 0 0 no-repeat; width:35px; }
.navi02 a { background: url(../images/gnavi/gnavi02.gif) 0 0 no-repeat; width:105px; }
.navi03 a { background: url(../images/gnavi/gnavi03.gif) 0 0 no-repeat; width:105px; }
.navi04 a { background: url(../images/gnavi/gnavi04.gif) 0 0 no-repeat; width:105px; }
.navi05 a { background: url(../images/gnavi/gnavi05.gif) 0 0 no-repeat; width:105px; }
.navi06 a { background: url(../images/gnavi/gnavi06.gif) 0 0 no-repeat; width:105px; }
.navi07 a { background: url(../images/gnavi/gnavi07.gif) 0 0 no-repeat; width:105px; }
.navi08 a { background: url(../images/gnavi/gnavi08.gif) 0 0 no-repeat; width:105px; }
.navi09 a { background: url(../images/gnavi/gnavi09.gif) 0 0 no-repeat; width:105px; }
.navi10 a { background: url(../images/gnavi/gnavi10.png) 0 0 no-repeat; width:105px; }
#gnavi ul li a:hover,#othergnavi ul li a:hover { background-position: 0 -45px; }



#sateimannsion a:link {
	display: block;
	width: 250px;
	height: 45px;
	background: url(../images/btn_mansion03.gif) no-repeat 0 0;
	background-color: transparent;
	border-bottom: none;
	text-indent: -10000px;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
#sateimannsion a:hover {
	background-position: 0 bottom;
}</pre></body></html>