<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
/* Menu CSS */#cssmenu,
#cssmenu &gt; ul {
  background: url(../img/menu/highlight-bg2.png) repeat;
  padding-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu &gt; ul:before,
#cssmenu &gt; ul:after {
  content: "";
  display: table;
}
#cssmenu:after,
#cssmenu &gt; ul:after {
  clear: both;
}
#cssmenu {
  width: auto;
  zoom: 1;
}
#cssmenu &gt; ul {
  background: url(../img/menu/menu-bg.png) repeat;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu &gt; ul li {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}
#cssmenu &gt; ul &gt; li {
  float: left;
  position: relative;
}
#cssmenu &gt; ul &gt; li &gt; a {
  padding: 30px 15px 15px 15px;
  display: block;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #0d0d0d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  line-height: 18px;
  text-align: center;
}
#cssmenu &gt; ul &gt; li:hover &gt; a {
  background: url(../img/menu/highlight-bg2.png) repeat;
  text-shadow: 0 -1px 0 #FF0000;
  text-shadow: 0 -1px 0 rgba(122, 42, 26, 0.64);
}
#cssmenu &gt; ul &gt; li &gt; a &gt; span {
  line-height: 18px;
}
#cssmenu &gt; ul &gt; li.active &gt; a,
#cssmenu &gt; ul &gt; li &gt; a:active {
  background: url(../img/menu/hover.png) repeat;
}
/* Childs */
#cssmenu &gt; ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120px;
  background: url(../img/menu/menu-bg.png) repeat;
  margin: 0;
  padding: 0;
  z-index: -1;
}
#cssmenu &gt; ul li:hover ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #000;
  z-index: 2;
  top: 64px;
  left: 0;
}
#cssmenu &gt; ul ul:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 20px;
  background: transparent;
}
#cssmenu &gt; ul ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#cssmenu &gt; ul ul li a {
  padding: 18px 26px;
  display: block;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#cssmenu &gt; ul ul li a:hover {
  border-left: 4px solid #FF0000;
  background: url(../img/menu/hover.png) repeat;
}
#cssmenu &gt; ul ul li a:active {
  background: url(../img/menu/menu-bg.png) repeat;
}

#cssmenu &gt; ul &gt; li.mark {
  padding: 2px 15px 0 20px;
  margin: -15px 0 0 0;
}
#cssmenu &gt; ul &gt; li.mark &gt; img {
	height:60px;
}

.jpMoji {
	font-family: Verdana, "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
	font-size: 80%;
}</pre></body></html>