@charset "shift_jis";

/* 全体の設定 */

body {
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    color: #333322;
}

h1, p {
    margin: 0px;
    font: 1.2em bold;
    text-decoration: underline overline;
}
h2, dl {
    margin: 0px;
    font: 1em bold;
}

a:link {
    color: #444433;
    font-size:  small;
    background: transparent;
}

a:visited {
    color: #3399ff;
    font-size:  small;
    background: transparent;
}

a:hover, a:active {
    color: #ff6600;
    font-size:  small;
    background: transparent;
}

/* 回り込み解除 */
.clear-both {
    clear: both;
}

/* 共通 */
* { margin: 0; padding: 0; }

/* ページ全体 */
#thisPage {
    margin: 0 auto;
    width: 750px;
}

/* ヘッダ */
#header {
    width: 100%;
    height: 45px;
    color: #eef5be;
    background: url(./img/header_top_7.jpg) no-repeat;
}
/* ボディ */
#body {
    
    width: 100%;
}
/* ナビゲーション（左） */
#navi {
    width: 140px;
    float: left;
    background: url(./img/navi_6.jpg) repeat-y;
}
/* パン屑リスト */
#plist {
    color:      #333322;
    font-size:  x-small;
    text-align: left;
}
/* メインコンテンツ */
#contents {
    width: 610px;
    float: right;
}
/* フッタ */
#footer {
    width: 750px;
    font-size: small;
    margin: 0px auto ;
    text-align: center;
}
/* マアト神（ナビ上の下部に設置） */
.maat {
    vertical-align: bottom;
}

/* テキスト　幅590 上 */
.txt590-top {
    margin: 0px;
    padding: 0px 20px 0px 30px;
    width: 560px;
    background: url(./img/txtBG590_top_1.gif) no-repeat;
    line-height: 1.2em;
}
/* テキスト　幅590 中(タイトル） */
.txt590-centerTitle {
    margin: 0px;
    padding: 0px 20px 0px 30px;
    width: 560px;
    line-height: 1.3em;
    font-size: 90%;
    background: url(./img/txtBG590_ctr_1.gif) repeat-y;
}
/* テキスト　幅590 中（本文） */
.txt590-center {
    margin: 0px;
    padding: 0px 20px 0px 30px;
    width: 560px;
    line-height: 1.3em;
    font-size: 90%;
    background: url(./img/txtBG590_ctr_1.gif) repeat-y;
}
/* テキスト　幅590 下 */
.txt590-bottom {
    margin: 0px;
    padding: 0px 20px 0px 30px;
    width: 560px;
    background: url(./img/txtBG590_bot_1.gif) no-repeat;
    line-height: 1.3em;
}
/* テキスト　幅290 上 */
.txt290-top {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    width: 270px;
    background: url(./img/txtBG290_top_1.gif) no-repeat;
    line-height: 0.9em;
}
/* テキスト　幅290 中（タイトル） */
.txt290-centerTitle {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    width: 270px;
    line-height: 1.3;
    font-size: 90%;
    background: url(./img/txtBG290_ctr_1.gif) repeat-y;
}
/* テキスト　幅290 中（本文） */
.txt290-center {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    width: 270px;
    line-height: 1.3;
    font-size: 90%;
    background: url(./img/txtBG290_ctr_1.gif) repeat-y;
}
/* テキスト　幅290 下 */
.txt290-bottom {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    width: 270px;
    background: url(./img/txtBG290_bot_1.gif) no-repeat;
    line-height: 1.3;
}

/* メニューボックス */
.menubox {
    background-color: #F8FAEA;
    border: #9AA56D dotted 1px;
    width: 100px;
    height: 14px;
    margin: 2px 10px 2px 10px;
    padding-left: 5px;
    padding-top: 1px;
    color: #DB7712;
    font-size: 100%;

}





/* 右寄せはみだし防止 */
.txtPadR20 {
    padding: 0 20 0 0;
}

