/*
 * styles.css スタイルシート
 */

* {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

body {
    background: #6a6 url(stripe_1px.gif);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 15px; /* px単位：MacOSのブラウザー対応 */
    font-weight: normal;
    letter-spacing: 0;
    text-align: left;
}

* html body { /* IE6のみ */
    font-size: 94%;
}

#content {
    width: 50em;
    margin: 5px auto 5px auto; /* 上右下左 */
    padding: 8px 0 8px 0; /* 上右下左 */
    color: #2a8840; /* 基本文字色 */
    background: #ffc;
    border-style: none solid solid none; /* 上右下左 */
    border-width: 1px;
    border-color: #606077;
}

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);
}

ul {
    margin-left: 3.5em;
}

ol {
    margin-left: 4em;
}

dl {
    margin-left: 24px;
}

dt {
    margin: 0.25em 1.5em 2px 0; /* 上右下左 */
    font-size: 95%;
    font-weight: bold;
}

dd {
    margin: 3px 1.5em 0.25em 1em; /* 上右下左 */
    font-size: 95%;
    font-weight: normal;
}

p {
    font-size: 95%;
    margin: 0.5em 1.5em;
}

div {
    zoom: 1; /* IE7バグ対策 */
}

table.t1 {
    border: 1px #cc3e3e solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: normal;
    font-style: normal;
    text-declation: none;
    margin-left: 1.5em;
    margin-right: 1.5em;
}

table.t1 {
    font-size: 1em;
}

table.t1 th, table.t1b th {
    padding: 5px;
    border: 1px #cc3e3e solid;
    border-width: 0 0 1px 1px;
    background: #f7c6a1;
    color: #cc3e3e;
    text-align: center;
    white-space: nowrap;
}

table.t1 td, table.t1b td {
    padding: 5px;
    border: 1px #cc3e3e solid;
    border-width: 0 0 1px 1px;
    background: #fff;
}

table.t2 img { /* レイアウト用の表組 */
    margin-right: 0.5em;
}

table.t2 h4+p { /* レイアウト用の表組 */
    margin-left: 4px;
}

table.right {
    margin-left: 1em;
}

table.left {
    margin-right: 1em;
}

.nowrap {
    white-space: nowrap;
}

hr {
    margin: 1.2em 1.5em;
    padding: 0;
    height: 2px;
    border-style: none none dotted none;
    border-color: #2a884e;
}

img {
    vertical-align: text-bottom;
    border: none;
}

.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;
}

.small {
    font-size: 0.8em;
}

/* 
 *  特殊設定
 */
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; /* 背景色 */
}

/**/
