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

.input{
	border-width : 1px 2px 2px 1px;border-style : solid groove groove solid;border-color : silver;
}
a.menu-0{
	display: block;
	width: 100px;
	height: 20px;
	text-indent: -9999px;
	background-image: url("img/menu_00.png");
	background-position: center top;
	float: left;
	margin-right: 30px;
	margin-left: 60px;
}
a:hover.menu-0{
	background-image : url(img/menu_00.png);
	background-position: center bottom;
float:left;
}
a.menu-1{
	display:block;
width:100px;
height:20px;
text-indent:-9999px;
background-image: url("img/menu_01.png"); 
background-position:top;
float:left;
  margin-right : 36px;
}
a:hover.menu-1{
	background-image : url(img/menu_01.png);
	background-position: center bottom;
float:left;
}
a.menu-2{
	display:block;
width:100px;
height:20px;
text-indent:-9999px;
background-image: url("img/menu_02.png"); 
background-position:top;
float:left;
  margin-right : 36px;
}
a:hover.menu-2{
	background-image: url("img/menu_02.png");
background-position:bottom;
float:left;
}
a.menu-3{
	display:block;
width:100px;
height:20px;
text-indent:-9999px;
background-image: url("img/menu_03.png"); 
background-position:top;
float:left;
  margin-right : 36px;
}
a:hover.menu-3{
	background-image: url("img/menu_03.png");
background-position:bottom;
float:left;
}
a.menu-5{
	display:block;
width:100px;
height:20px;
text-indent:-9999px;
background-image: url("img/menu_05.png"); 
background-position:top;
float:left;
  margin-right : 36px;
}
a:hover.menu-5{
	background-image: url("img/menu_05.png");
background-position:bottom;
float:left;
}
a.menu-6{
	display:block;
width:100px;
height:20px;
text-indent:-9999px;
background-image: url("img/menu_06.png"); 
background-position:top;
float:left;
  margin-right : 36px;
}
a:hover.menu-6{
	background-image: url("img/menu_06.png");
background-position:bottom;
float:left;
}
#futter{
  font-size : 9pt;
}
.main_menu{
  font-size : 10pt;
  padding-top : 5px;
  padding-bottom : 2px;
  text-align : left;
}

body{
	height: 100%;
	font-size: 10pt;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", Osaka, sans-serif;
	color: #333333;
	background-color: white;
}
.main_menu2{
  font-size : 10pt;
  padding-top : 2px;
  padding-left : 6px;
  padding-bottom : 2px;
  line-height : 140%;
}

</pre></body></html>