/*
 * styles.css スタイルシート
 */

* {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

body {
    background: #66c url(stripe_1px.gif);
    font-size: 95%;
    font-weight: normal;
    font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;
}

#content {
    width: 50em;
    margin: 5px auto 5px auto; /* 上右下左 */
    padding: 8px 0 8px 0; /* 上右下左 */
    color: #578080; /* 基本文字色 */
    background: #fff;
    border-style: none solid solid none; /* 上右下左 */
    border-width: 1px;
    border-color: #606077;
}

#header {
    width: 710px;
    margin-left: 1.5em;
    border: none;
}

#header td {
    vertical-align: bottom;
}

#header td.c1 {
    text-align: right;
}

#tabnavi {
    font-size: 100%; /* sub */
    font-weight: bold;
    list-style-type: none; /* for bug */
    margin: 0 0 0 16px;
    padding: 0;
    height: 1.7em;
    line-height: 1.9em;
    overflow: visible;
}

#tabnavi li {
    display: inline;
    margin: 0 -0.5em 0 0;
}

#tabnavi a,#tabnavi #here span {
    color: #578080; /* sub */
    border: 1px solid #578080;
    text-decoration: none;
    background: #f0fff0; /* sub */
    margin: 0 5px;
    padding: 3px 0.5em 1em 0.5em; /* 上右下左 */
}

#tabnavi #here { /* 1箇所 "here" が無いとIE6で表示が崩れる */
    position: relative;
    z-index: 1;
    line-height: 1.9em;
    border: none 0;
}

body*#tabnavi #here {
    position: static;
    _position: relative;
}

#tabnavi #here span {
    border: none 0;
    background-color: #578080; /* 揃える */
    line-height: 1.9em;
    padding: 4px 0.5em 0.5em 0.5em; /* 上右下左 */
    color: #fff; /* sub */
}

body*#tabnavi #here span {
    _padding-bottom: 0.55em;
}

#tabnavi a:hover {
    background: #ffd; /* #main 背景色 */
    color: #c00; /* sub */
    text-decoration: underline;
}

#main {
    background: #ffd; /* 黄色 */
    border: none;
    border-top: 6px solid #578080;
    border-bottom: 2px solid #578080;
    position: relative;
    padding: 8px 16px;
}

#sp {
    float: right;
    _position: relative;
    border: dotted 2px;
    background: #fff;
}

a {text-decoration: underline} /* アンカー */
a:link {color: #66c}
a:visited {color: #939}
a:hover {color: #c00}
a:active {color: #c99}
a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

h1 {
    margin: 0.75em 0 0.5em 0; /* 上右下左 */
    padding: 2px 0em 1px 16px;
    font-size: 125%;
    font-weight: bold;
    color: #fff;
    background-color: #578080;
}

h2 {
    margin: 0.75em 0 0.5em 0; /* 上右下左 */
    padding: 2px 0em 1px 16px;
    font-size: 100%;
    font-weight: bold;
    color: #578080;
    background-color: #fff;
    border: solid 1px #578080;
}

h3 {
    font-size: 105%;
    font-weight: bold;
    margin: 0.75em 0.1em 0.5em 24px; /* 上右下左 */
    border-bottom: double 3px #578080;
}

h4 {
    font-size: 95%;
    font-weight: bold;
    margin: 0.75em 0.1em 0.5em 24px; /* 上右下左 */
    border-bottom: solid 1px #578080;
}

h5 {
    font-size: 95%;
    font-weight: bold;
    margin: 0.75em 0.1em 0.5em 24px; /* 上右下左 */
}

ul {
    margin-left: 3.5em;
}

ol {
    margin-left: 4em;
}

dl {
    margin-left: 24px;
}

dt {
    margin: 0.25em 0 2px 0; /* 上右下左 */
    font-size: 95%;
    font-weight: bold;
}

dd {
    margin: 3px 0 0.25em 2em; /* 上右下左 */
    font-size: 95%;
    font-weight: normal;
}

p {
    font-size: 95%;
    margin: 0.5em 0.1em 0.5em 24px; /* 上右下左 */
}

div {
    zoom: 1; /* IE7バグ対策 */
}

img {
    vertical-align: text-bottom;
    border: none;
}

input.button {
    color: #578080; /* 基本文字色 */
    font-weight: bold;
}

.right {
    float: right;
    margin-left: 0.5em;
    _position: relative;
}

.left {
    float: left;
    margin-right: 0.5em;
    _position: relative;
}

.clear {
    clear: both;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.inline {
    display: inline;
}

.indent {
    margin-left: 3.5em;
}

.top {
    margin-top: 0.5em;
}

.bt {
    border-top: 2px solid #578080;
    padding-top: 4px;
}

.bb {
    border-bottom: 2px solid #578080;
    padding-bottom: 4px;
}

.normal {
    font-weight: normal;
}

/* 
 *  特殊設定
 */
a.s1:link { color:#578080; cursor: default; text-decoration: none; }
a.s1:visited { color:#578080; cursor: default; text-decoration: none; }
a.s1:hover { color:#578080; cursor: default; text-decoration: none; }
a.s1:active { color:#578080; cursor: default; text-decoration: none; }

.micro {
    font-size: 1pt;
    color: #ffd; /* 背景色 */
}

#kw {
    margin: 5px auto;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-size: 70%;
    color: #666;
    background: #e0e0e0;
}
#kw a:link { color:#666; cursor: default; text-decoration: none; }
#kw a:visited { color:#666; cursor: default; text-decoration: none; }
#kw a:hover { color:#666; cursor: default; text-decoration: none; }
#kw a:active { color:#666; cursor: default; text-decoration: none; }

.tdftdiv {  /* SHINOBI.JP */
    text-align: center;
    background: #e0e0e0;
    height: 17px;
}

/**/

