@charset "Shift_JIS";

/* ---------- all（基礎設定） ---------- */
body {
color: #794d1c;
text-align: center;
background-position: center top;
padding: 0;
margin: 20px;
}

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

a:link {color: #b16c00;}
a:visited {color: #b16c00;}
a:hover {color: #cebba8;}

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



/* ---------- container（全体枠） ---------- */
#container {
width: 800px;
text-align: left;
margin: 0 auto;
}



/* ---------- header（上部分） ---------- */
#header {
}

#header_top {
color: #794d1c;
font-size: 12px;
font-weight: normal;
letter-spacing: 2px;
padding: 0px 0px 30px 0px;
text-align: center;
}



/* ---------- title（題名部分） ---------- */
#title {
margin-bottom: 6px;
}

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

#title a:link {color: #b16c00; text-decoration: none;}
#title a:visited {color: #b16c00; text-decoration: none;}
#title a:hover {color: #cebba8; text-decoration: none;}


/* ---------- navi（メニュー） ---------- */
#navi {
color: #794d1c;
font-size: 13px;
letter-spacing: 1px;
padding: 12px 14px 5px 14px;
}

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

#navi li {
display: inline;
margin: 0px 1px;
}

#navi a:link {color: #b16c00;}
#navi a:visited {color: #b16c00;}
#navi a:hover {color: #cebba8;}



/* ---------- main（メイン部分） ---------- */
#main {
padding: 16px 14px 0 14px;
}



/* --- 大見出し --- */
#main h2 {
color: #794d1c;
font-size: 14px;
letter-spacing: 3px;
background-color: #f5f5dc;
border: 1px solid #794d1c;
padding: 8px 13px;
margin-bottom: 14px;
}



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



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



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

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



/* --- リンク集 --- */
table.link th {
font-weight: normal;
letter-spacing: 2px;
padding-right: 2px;
}



/* ---------- footer（下部分） ---------- */
#footer {padding: 0 12px 12px 12px;}



/* ---------- copyright（著作権表示） ---------- */
#copyright {
color: #794d1c;
font-size: 13px;
letter-spacing: 2px;
text-align: center;
padding: 10px;
margin: 0px 5px;
}