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

/* リセット
-------------------------------------------------- */

body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	line-height: 5px;
}

img {
	border: none;
}

address, em {
	font-style: normal;
}body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	color: #333;
}
#td2 {
	padding-right: 10px;
	vertical-align: top;
}

#td3 {
	width: 157px;
	vertical-align: bottom;
}

#menu {
  width: 938px;
  height: 30px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #000000;
}
#menu li {
  width: 134px;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}
#menu li a {
  width: auto;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  display: block;
}
#menu li a:hover {
  background: gray;
}


#header {
	margin: 0px;
	height: 60px;
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header ul li {
	float: left;
}
#main {
	height: 600px;
}
#hidari {
	height: auto;
	width: 240px;
	float: left;
	padding-top: 10px;
}
.yoxview {
	float: right;
	height: auto;
	width: 690px;
	padding-top: 0px;
}
table {
	width: 690px;
	margin-bottom: 10px;
	font-size: 11px;
}
#td1 {
	width: 105px;
	vertical-align: bottom;
	padding-right: 10px;
}

#h1 {
	height: 10px;
}
#pagetitle {
	height: 70px;
	background-image: url(../images/bg_pagetitle2.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 480px;
	padding-top: 120px;
}
#wrapper {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: auto;
}
#footer {
	text-align: right;
	background-position: center top;
	padding-top: 0px;
}
#footer #footer2 {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	color: #000000;
}


.title {
	font-size: 13px;
	color: #333;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
	text-indent: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
        margin-top: 20px;
	margin-bottom: 5px;
}
.subtitle {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
#h1 em {
	font-size: 9px;
	visibility: hidden;
}
a:link {
	color: #009999;
}
a:visited {
	color: #009999;
}
a:link {
	color: #009999;
}
a:visited {
	color: #009999;
}
</pre></body></html>