@charset "Shift_JIS";

/* ---------- all（基礎設定） ---------- */
body {
color: #444;
text-align: center;
background-image: url(back.gif);
padding: 0;
margin: 0;
}

ul,li,img,form,p,h1,h2,h3,h4,h5 {
padding: 0;
margin: 0;
border-width: 0;
}

a:link {color: #583;}
a:visited {color: #275;}
a:hover {color: #e00;}

.center {text-align: center;}
.clear {clear: both;}



/* ---------- container（全体枠） ---------- */
#container {
width: 800px;
text-align: left;
background-image: url(side.gif);
margin: 0 auto;
}



/* ---------- header（上部分） ---------- */
#header {
background-image: url(title-bg.gif);
}

#header_top {
color: #fff;
font-size: 12px;
font-weight: normal;
letter-spacing: 2px;
padding: 16px 20px 14px 20px;
}



/* ---------- title（題名部分） ---------- */
#title {
width: 800px;
height: 180px;
background-image: url(title9.jpg);
}

#title p {
font-size: 38px;
font-weight: bold;
letter-spacing: 3px;
text-align: center;
padding: 74px 0px 0px 0px;
}

#title a:link {color: #fff; text-decoration: none;}
#title a:visited {color: #fff; text-decoration: none;}
#title a:hover {color: #fe5; text-decoration: none;}



/* ---------- top-navi（トップメニュー） ---------- */
#top-navi {
color: #555;
font-size: 14px;
letter-spacing: 1px;
padding: 0px 0px;
margin: 0px 0px 10px 0px;
}

#top-navi table {
margin: auto;
}

#top-navi td {
text-align: center;
background-repeat: no-repeat;
padding: 0px;
}

#top-navi td a {
display: block;
width: 111.5px;
height: 30px;
background-color: #fff;
line-height: 30px;
overflow: hidden;
text-decoration: none;
}

#top-navi td a:link {color: #444;}
#top-navi td a:visited {color: #444;}
#top-navi td a:hover {color: #008000;background-color: #e0ffff;}



/* ---------- navi（サイドメニュー） ---------- */
#navi {
float: left;
width: 200px;
color: #555;
font-size: 14px;
letter-spacing: 1px;
}

.navi-sub {
color: #fff;
font-weight: bold;
text-align: center;
background-color: #693;
background-image: url(title-bg.gif);
border: 1px solid #444;
padding: 5px;
margin: 0 10px 6px 10px;
}

#navi ul {
list-style: none;
padding: 0 10px;
margin: 0 4px 16px 4px;
}

#navi li {
background-color: #fff;
background-image: url(list-mark.gif);
background-repeat: no-repeat;
padding: 8px 8px 8px 26px;
margin-bottom: 2px;
}

#navi a:link {color: #040;}
#navi a:visited {color: #230;}
#navi a:hover {color: #b0c4de;}


/* ---------- main（メイン部分） ---------- */
#main {
float: right;
width: 588px;
padding-right: 12px;
}


/* --- 大見出し --- */
#main h2 {
font-size: 16px;
letter-spacing: 3px;
background-image: url(sub-bg.gif);
background-color: #eee;
border: 1px solid #ccc;
padding: 8px 13px;
margin-bottom: 14px;
}


/* --- 見出し --- */
#main h3 {
font-size: 90%;
letter-spacing: 2px;
border-bottom: 1px solid #bbb;
padding: 6px 4px 8px 4px;
margin: 0px 6px 6px 10px;
}


/* --- 文章内の強調文字 --- */
#main strong {
color: #0000ff;
font-weight: bold;
margin: 0px 5px;
}

#main em {
color: #000;
font-style: normal;
background-color: #ff8;
padding: 2px;
margin: 0px 3px;
}


/* --- 基本文章設定 --- */
div.main-text {
font-size: 96%;
line-height: 160%;
letter-spacing: 2px;
padding: 2px 6px 4px 6px;
margin-left: 10px;
margin-right: 5px;
margin-bottom: 12px;
}

#main p {
margin-bottom: 5px;
}

/* --- 枠付き文章 --- */
div.main-waku {
font-size: 97%;
line-height: 150%;
letter-spacing: 1.5px;
border: 3px double #ccc;
padding: 12px 12px;
margin-left: 8px;
margin-right: 5px;
margin-bottom: 14px;
}



/* --- お知らせ履歴 --- */
div.main-textarea {
overflow: auto;
width: 562px;
height: 60px;
font-size: 80%;
line-height: 160%;
letter-spacing: 1px;
padding: 0 6px;
margin-left: 10px;
margin-bottom: 24px;
}


/* --- 一覧テーブル --- */
div.main-table {
padding-top: 10px;
padding-bottom: 14px;
}
div.main-table table {
background-color: #bbb;
margin: 0px auto 35px auto;
}
div.main-table th {
width: auto;
line-height: 80%;
text-align: center;
background-color: #eee;
background-image: url(table-bg.gif);
padding: 6px 14px;
}
div.main-table td {
font-size: 85%;
letter-spacing: 1px;
line-height: 160%;
background-color: #fff;
padding: 6px 14px;
}

div.main-table table kbd {
font-size: 85%;
line-height: 80%;
letter-spacing: 2px;
}

div.main-table kbd {
font-size: 14px;
letter-spacing: 8px;
}

div.main-table kbd {
font-size: 80%;
letter-spacing: 8px;
}

div.main-table-text {
font-size: 80%;
line-height: 160%;
border: 1px solid #aaa;
padding: 14px;
margin: 0px 86px 36px;
}



/* --- 文章内の画像回り込み設定 --- */
table.table-width {
margin: 0px auto 10px auto;
}

img.img-table {margin: 6px 6px 10px 6px;}

img.img-float-left {
float: left;
margin: 5px 18px 15px 2px;
}

img.img-float-right {
float: right;
margin: 5px 4px 15px 15px;
}


/* --- 表の作成 --- */
div.make-table {
padding: 20px;
margin-bottom: 10px;
}

div.make-table table {
background-color: #bbb;
margin: 0px auto 24px 100px;
}

div.make-table th {
font-size: 95%;
text-align: center;
background-color: #eee;
background-image: url(table-bg.gif);
padding: 10px 16px;
}
div.make-table td {
font-size: 85%;
text-align:center;
letter-spacing: 1px;
line-height: 160%;
background-color: #fff;
padding: 8px 14px;
}


/* --- ギャラリー（地図） --- */
div.image-table {
padding: 12px 0px;
}
div.image-table table {
font-size: 80%;
line-height: 160%;
margin: 0 auto 12px;
}

div.image-table th {
text-align: center;
background-color: #eee;
background-image: url(table-bg.gif);
border: 1px solid #aaa;
padding: 6px;
}


/* ---------- navi_bottom（下メニュー） ---------- */
#navi_bottom {
color: #777;
font-size: 14px;
letter-spacing: 1px;
text-align: center;
padding: 10px 12px;
margin-top:30px;
}

#navi_bottom ul {
list-style: none;
padding: 0 8px;
margin: 0 0 12px 0;
}

#navi_bottom li {
display: inline;
margin: 0 2px;
}

#navi_bottom a:link {color: #333;}
#navi_bottom a:visited {color: #333;}
#navi_bottom a:hover {color: #b0c4de;}


/* ---------- copyright（著作権表示） ---------- */
div.copyright-text {
font-size: 75%;
line-height: 100%;
text-align:center;
margin-bottom: 12px;
}

#copyright {
color: #fff;
font-size: 13px;
letter-spacing: 2px;
text-align: center;
background-image: url(title-bg.gif);
padding: 10px;
margin: 0px
}