<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------
topmenu upper
-----------------*/
/*---ãƒˆãƒƒãƒ—ãƒ¡ãƒ‹ãƒ¥ãƒ¼å›ºå®šæ™‚ã®è¨­å®š---*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	padding-top:14px !important;
	border-top:4px solid #66cdd8;
	-webkit-box-shadow: 0 0 8px #CCC;
	-moz-box-shadow: 0 0 8px #CCC;
	box-shadow: 0 0 8px #CCC;
	background:#FFF;
	trasition-duration:.2s;
}
#topmenu {
	width:100%;
	margin:0;
	padding:30px 0 0;
	background:#FFF;
}
#topmenu_upper {
	line-height: 0;
	padding: 0;
	margin:0 auto;
	clear: both;
	background:#FFF;
}
#topmenu_upper li {
	float: left;
	font-size:83%;
	line-height:100%;
	text-align:center;
	width:155px;
	height:54px;
	margin: 0;
	padding: 0 0 8px;
}
#topmenu_upper li img {
	margin-bottom:10px;
}
#topmenu_upper li a {
	display:block;
	color:#333;
	width:155px;
	height:44px;
	border-right:1px solid #EEE;
}
#topmenu_upper li a:hover {
	color:#F90;
	text-decoration:none;
}
#topmenu_upper li a:hover img {
	opacity: 0;
	filter: alpha(opacity=0.8);
	-moz-opacity: 0.8;
}
/*---ãƒˆãƒƒãƒ—ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãƒœã‚¿ãƒ³å€‹åˆ¥è¨­å®š---*/
#topmenu_upper #topmenu01 {
	width:72px;
	background:url(images/menu0h.png) no-repeat 1px 0;
}
#topmenu_upper #topmenu01 a {
	width:72px;
	border-left:1px solid #EEE;
}
#topmenu_upper #topmenu02 {
	background:url(images/menu1h.png) no-repeat;
}
#topmenu_upper #topmenu03 {
	background:url(images/menu2h.png) no-repeat;
}
#topmenu_upper #topmenu04 {
	background:url(images/menu3h.png) no-repeat;
}
#topmenu_upper #topmenu05 {
	background:url(images/menu4h.png) no-repeat;
}
#topmenu_upper #topmenu06 {
	background:url(images/menu5h.png) no-repeat;
}
#topmenu_upper #topmenu07 {
	background:url(images/menu6h.png) no-repeat;
}
/*---------------------
åŸºæœ¬ã‚µã‚¤ã‚º
---------------------*/
/*--change value--*/
#topmenu_upper {
	width:1003px;
}
/*--change value---*/
@media only screen and (max-width: 1033px){
#topmenu {
	border-bottom: 1px solid #F6F6F6;
}
}
</pre></body></html>