<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 */


#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
#subete {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	width: 800px;
	background-color: #FEF;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #999;
}
#navi ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	overflow: hidden;
	padding-top: 0px;
	margin-top: 0px;
}
#navi ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#navi ul li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	width: 120px;
	display: block;
	text-align: center;
	line-height: 34px;
}
#navi ul li a:hover {
	background-color: #FFEE35;
}
h2 {
	margin-bottom: 0px;
}
#list ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}


#dropmenu{
	list-style-type: none;
	width: 780px;
	height: 30px;
	padding: 0;
	background: #888;
	border-bottom: 5px solid #666;
	border-radius: 3px 3px 0 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#photo1 {
}
#dropmenu li{
  position: relative;
  width: 14%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
	display: block;
	margin: 0;
	color: #FEF;
	font-size: 12px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 30px;
}
#navi2 #dropmenu li a img {
	display: block;
}
#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #666;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover &gt; a{
  background: #6e7c0c;
  color: #eff7b1;
}
#dropmenu &gt; li:hover &gt; a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}




#photo2 {
	text-align: center;
}
</pre></body></html>