@charset "Shift_JIS";

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 95%;
  color: #000000;
  background-color: #f5f5ff;
  text-align: center;
}

h1 {
  font-size: 110%
}

h2 {
  font-size: 105%
}

h3 {
  font-size: 100%
}

h1 a{
  color: #000000;
}

h2 a{
  color: #000000;
}

a{
  color: #003A91;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

/* ページ内リンクの飛び先 */
a[name]{
  color: inherit;
}
a[name]:hover{
  text-decoration: inherit;
}

p {
  margin: 0.5em 1em 0.5em 1em;
}

p.right {
  margin: 1em;
  text-align: right;
}

img {
  border: none;
}

ul {
  list-style-type: disc;
}

ol ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

table {
  font-size: 95%;
  margin: 0.3em 0.5em 0px 1em;
  border-color: #a0a0a0;
}

tr {
  border-color: #c0c0c0;
}

th {
  font-family: monospace;
  font-weight: normal;
  padding: 3px 1em 3px 3px;
  border-color: #b0b0b0;
  white-space: nowrap;
  text-align: justify;
}

td {
  padding: 2px;
  border-color: #c0c0c0;
}

table.sublist {
  margin-left: 2.5em;
  margin-right: 3em;
  background: #f2f2f2;
  font-size: 90%;
}

.sublist th {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  padding: 0.2em 0.5em;
  margin: 0px;
}

.sublist td {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  padding: 0.2em 1.5em 0.2em 0.5em;
  margin: 0px;
}

.sublist th.last {
  border-width: 0px;
}

.sublist td.last {
  border-width: 0px;
}

table.vertical {
}

table.vertical th {
  border-style: solid;
  border-width: 1px;
  background-color: #7a807e;
  padding: 3px 3px 3px 3px;
  color: #ffffff;

  text-align: center;
}

table.vertical td {
  border-style: solid;
  border-width: 1px;
}

table.horizontal {
}

table.horizontal th {
  border-style: solid;
  border-width: 1px;
  background-color: #7a807e;
  color: #ffffff;
}

table.horizontal td {
  border-style: solid;
  border-width: 1px;
}

table.box {
}

table.box td {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  background-color: #ccffff;
  padding: 10px;
}

div.map {
  text-align: center;
}

div.map img {
  border: solid 1px #dddddd;
}

div#main div.greeting {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div#main div.greeting img {
  margin: 0px auto 0px auto;
}

div#main ul.jigyo {
  margin: -80px 0 20px 130px;
}

div#main ul.jigyo2 {
  margin: -30px 0 30px 160px;
}

/* トピックページ用 */
div#main div.topic {
  margin: 0px;
  padding: 0px;
}

div#main div.topic h1 {
  font-size: 105%;
  margin: 0.5em 1em 1em 0px;
  color: #000000;

  background-color: #eeffff;
  border-left: 5px solid #0066ff;
  
  padding: 0.1em 0.5em 0.1em;
  clear: both;  
}

div#main div.topic h2 {
  font-size: 105%;
  margin: 0.5em 1em 1em 0px;
  color: #000000;

  background-color: #eeffff;
  border-left: 5px solid #ff6600;
  
  padding: 0.1em 0.5em 0.1em;
  clear: both;  
}

div#main div.topic h3 {
  font-size: 95%;
  margin: 1em;
}

/* ページ全体 */
div#page {
  width: 740px;

  margin-left: auto;
  margin-right: auto;
  text-align: left;

  background-color: #fdfdfd;
/*  background-color: #ffffff;*/
  border: 1px solid #e0e0e0;
}

/* ヘッダ */
div#head {
  padding: 10px 10px 5px 5px;
  background: #ffffff;
  height:50px; /* 画像の高さにあわせて調整 */
}
.imgbox_left {
  float:left;
}
.imgbox_right {
  float:right;
}
div#head .imgbox_left {
  margin-top: 20px; /* 右のロゴより縦サイズが小さい分 */
}

/* トップメニュー */
div#menu {
  font-size: 10pt;
  height: 21px;
  background: #9aa09e;
  background-image: url(../img/top_menu.gif);
  background-repeat: repeat-x;
}

div#menu ul{
  margin: 0px;
  padding: 0px;
}
div#menu li{
  float: left;
  height: 21px;
  line-height: 21px;
/*  padding: 0px 1.5em;*/
  color: #ffffff;
  list-style: none;
  border-right: 1px solid #cccccc;
/*  background-image: url(../img/top_menu.gif);
  background-repeat: repeat-x;*/
}
div#menu li.last{
/*  border-right: 0px;*/
}
div#menu li:hover {
/*  background-image: url(../img/top_menu2.gif);*/
}
div#menu a{
  display: block;
  height: 100%;
  width: 7em;
  background-image: url(../img/top_menu.gif);
  background-repeat: repeat-x;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

div#menu a:hover{
  background-image: url(../img/top_menu2.gif);
  background-repeat: repeat-x;
}

/* トップ画像 */
div#top_image {
  width: 738px;
  margin: 0px;
  padding: 0px;

  background: #FFFFFF;
}

div#top_image div.flash {
  padding: 10px 60px;
/*  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #e0e0e0;*/
}

/* メイン */
div#main {
  width: 578px;
  float: left;

  letter-spacing:2px;
  font-size: 85%;
  background: #FFFFFF;
}

div#main div.content {
  margin-left: 2em;
  padding: 1em 0px;
/*  border-right: 1px solid #e0e0e0;*/
}

/* メイン タイトル */
div#main h1 {
/*  font-size: 105%;*/
  font-size: 10pt;
  margin: 0.5em 1em 1em 0px;
  color: #000000;

  background-color: #ddeeee;
  border-left: 5px solid #006633;

  background-image: url(../img/obi.gif);
  background-repeat: repeat-x;

  padding: 0.1em 0.5em 0.1em;
  clear: both;  
}

div#main h2 {
  font-size: 100%;
  margin: 0.25em 0.5em;
  color: #333333;

  clear: both;  
}

div#main div {
  margin-left: 1em;
  padding: 0.3em;
}

div#main .address {
  margin: 0.5em 1em;
  padding: 0.3em;
}

div#main ul {
  margin: 0.5em 1em 0.5em 1em;
}

div#main li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

div#main ol {
  margin: 0px 1em 0.5em 1em;
}

div#main div.separate {
  text-align: right;
  margin-top: 0.3em;
  padding: 0px 0.3em;
}

div.list_foot {
  font-size: 0.9em;
  text-align: right;
  line-height: 1em;
  margin-right: 1em;
/*  background-color: #e0e0e0;*/
  border-style: dotted;
  border-color: #006633;
  border-width: 0px 0px 1px 0px;
}

/* サイドメニュー */
div#sidemenu {
  width: 160px;
  float: left;
/*  background-color: #fdfdfd;
  font-size: 85%;*/
}

div#sidemenu ul{
  margin: 0px;
  padding: 10px 0px;
}
div#sidemenu li{
/*  padding: 3px 0.5em;*/
  color: #366ab3;
  list-style: none;
  width: 160px;
  height: 31px;
/*  border-style: solid;
  border-width: 1px 1px 0px 4px;
  border-color: #6666ff;
  background-color: #ececec;*/
}
div#sidemenu li.last{
/*  border-width: 1px 1px 1px 4px;*/
}
div#sidemenu a{
  color: #265aa3;
  display: block;
  height: 100%;
  text-indent:-9999px;
}
div#sidemenu li a:focus{
/**/
  overflow: hidden;
/**/
}
div#sidemenu li a:hover{
  background:none !important;
}

div#sidemenu li.menu1 {
  background:url(../img/menu/gaiyou2.gif) top left no-repeat;
}
div#sidemenu li.menu1 a {
  background:url(../img/menu/gaiyou.gif) top left no-repeat;
}
div#sidemenu li.menu2 {
  background:url(../img/menu/jigyou2.gif) top left no-repeat;
}
div#sidemenu li.menu2 a {
  background:url(../img/menu/jigyou.gif) top left no-repeat;
}
div#sidemenu li.menu3 {
  background:url(../img/menu/eigyo2.gif) top left no-repeat;
}
div#sidemenu li.menu3 a {
  background:url(../img/menu/eigyo.gif) top left no-repeat;
}
div#sidemenu li.menu4 {
  background:url(../img/menu/saiyou2.gif) top left no-repeat;
}
div#sidemenu li.menu4 a {
  background:url(../img/menu/saiyou.gif) top left no-repeat;
}
div#sidemenu li.menu5 {
  background:url(../img/menu/otoi2.gif) top left no-repeat;
}
div#sidemenu li.menu5 a {
  background:url(../img/menu/otoi.gif) top left no-repeat;
}

/* フッタ */
div#foot {
  width: 100%;
  clear: left;

  font-size: 10pt;
  background-color: #dcdcdc;
  background-image: url(../img/footer.gif);
  background-repeat: repeat;
}
div#foot div.content {
  height: 21px;
/*  padding: 0.25em 0px 0.25em 0em;*/
}

div#foot ul{
  margin: 0px;
}
div#foot li{
  float: left;
  padding: 0.2em 1.5em;
  color: #366ab3;
  list-style: none;
  border-right: 1px solid #17306f;
}
div#foot li.last{
  border-right: 0px;
}

/* 著作権表示 */
div#copyright {
  width: 740px;
  margin-top:0.3em;
  margin-left: auto;
  margin-right: auto;
  font-size: 80%;
  text-align: right;
  color: #888888;
}

/* 下部カウンタ */
div#counter {
  color: #cccccc;
  width: 740px;
  margin-top:-1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 75%;
  text-align: left;
}
