/* --------------------初期設定-------------------- */

* {
    margin:0px;
    padding:0px;
}

body {
    background-color:#cceda5;
}

h1,h2,h3,h4,h5,h6 {
    font-size:1em;
}

.red {
    color:#ff0000;
}

.indent {
    text-indent:1em;
}

.font_g {
    font-family:serif;
}

/* --------------------全体枠-------------------- */

#all {
    width:701px;
    overflow:hidden;
    background-color:#e1f5ce;
    border-right:#99cc66 1px solid;
    border-bottom:#99cc66 1px solid;
}

/* 画像下の余白を解消 */

#all img {
    border:0px;
    vertical-align:top;
}

/* --------------------ヘッダー-------------------- */

#header {
    width:693px;
 }

#title {
    width:693px;
    height:50px;
    background-color:#ffffff;
}

#line {
    width:693px;
    height:18px;
    background-image:url('../img/line.gif');
}

/* --------------------ヘッダー以外の枠-------------------- */

#container {
    width:693px;
}

/* --------------------左カラム（メニュー）-------------------- */

#menubox {
    width:149px;
    padding-bottom:5000px;
    margin-bottom:-5000px;
    background-color:#f1fdf3;
    float:left;
}

/* メニュー用　マージン */

.m_margin {
    margin-top:13px;
}

/* メニュー タイトル用(緑) */

.m_t_g {
    border-top:#cceda5 1px solid;
    border-bottom:#99cc66 1px solid;
}

/* (ピンク) */

.m_t_pi {
    border-top:#f1bbe5 1px solid;
    border-bottom:#d88cc4 1px solid;
}

/* (赤) */

.m_t_r {
    border-top:#f1bbc5 1px solid;
    border-bottom:#d88c96 1px solid;
}

/* (水色) */

.m_t_rb {
    border-top:#bbf1ee 1px solid;
    border-bottom:#8cd8d7 1px solid;
}

/* (青) */

.m_t_b {
    border-top:#bbc6f1 1px solid;
    border-bottom:#8c98d8 1px solid;
}

/* (紫) */

.m_t_p {
    border-top:#d3bbf1 1px solid;
    border-bottom:#b28cd8 1px solid;
}

/* メニュー 中間線表示(緑) */

.m_l_g {
        border-bottom:#9fc96e 1px dotted;
}

/* (ピンク) */

.m_l_pi {
        border-bottom:#d88cc4 1px dotted;
}

/* (赤) */

.m_l_r {
        border-bottom:#d88c96 1px dotted;
}

/* (水色) */

.m_l_rb {
        border-bottom:#8cd8d7 1px dotted;
}

/* (青) */

.m_l_b {
        border-bottom:#8c98d8 1px dotted;
}

/* (紫) */

.m_l_p {
        border-bottom:#b28cd8 1px dotted;
}

/* メニュー 下線表示(緑) */

.m_b_l_g {
    border-bottom:#99cc66 1px solid;
}

/* (ピンク) */

.m_b_l_pi {
    border-bottom:#d88cc4 1px solid;
}

/* (赤) */

.m_b_l_r {
    border-bottom:#d88c96 1px solid;
}

/* (水色) */

.m_b_l_rb {
    border-bottom:#8cd8d7 1px solid;
}

/* (青) */

.m_b_l_b {
    border-bottom:#8c98d8 1px solid;
}

/* (紫) */

.m_b_l_p {
    border-bottom:#b28cd8 1px solid;
}

/* --------------------メイン右カラム（コンテンツ部分）-------------------- */

#contents {
    width:544px;
    padding-bottom:5000px;
    margin-bottom:-5000px;
    background-color:#ffffff;
    float:right;
}

/* イメージ画像　位置 */

#imgbox {
    margin-top:13px;
    margin-left:15px;
}

/* コンテンツ用枠 */

.cont_box {
    overflow:auto;
    width:520px;
    margin-top:15px;
    margin-left:15px;
    clear:left;
}

.cont_left {
    width:364px;
    float:left;
}

.cont_right {
    width:149px;
    float:right;
}

/* コンテンツ用表題画像 */

.c_title {
    width:343px;
    height:24px;
    background-position:bottom;
    background-repeat:no-repeat;
    background-image:url('../img/line_01.png');
}

.c_margin {
    margin-top:15px;
}

.comment {
    width:343px;
    font-size:0.9em;
    margin-top:10px;
    line-height:150%;
}

.comment table {
    width:340px;
    font-size:0.9em;    
    border:1px solid #cccccc;
    margin-top:5px;
    margin-bottom:15px;
}

.comment td {
    padding:3px 10px;
}

.photo_box {
    width:120px;
    height:120px;
    margin-bottom:15px;
}

/* --------------------info用-------------------- */

.c_l_title {
    width:513px;
    height:24px;
    background-position:bottom;
    background-repeat:repeat-x;
    background-image:url('../img/line_01.png');
}

.l_comment {
    width:513px;
    font-size:0.9em;
    margin-top:10px;
    line-height:150%;
}

.l_comment p {
    padding-left:10px;
}

.l_comment img {
     float:right;
     margin-left:20px;
}

/* リスト用のマージン */

.cont_box li {
    margin-left:30px;
    list-style-type:disc;
}

/* リストマーク書き換え */

.history_top li {
    list-style-type:circle;
}

.l_comment table {
    width:513px;
}

.l_comment td {
    padding:5px 10px;
    border:1px solid #aaaaaa;
    font-size:0.9em;
}

/* --------------------施設紹介-------------------- */

.photo_margin {
    margin-left:20px;
}

#introduction table {
    width:493px;
    margin:10px;
    border:1px solid #aaaaaa;
    border-collapse:collapse;
    line-height:130%;
}

#introduction td {
    padding:5px 10px;
    border:1px solid #aaaaaa;
    font-size:0.9em;
}

.td_bg_c {
    background-color:#f9f9f9;
}

.img_center {
    text-align:center;
}

#introduction table table {
    width:auto;
    border:1px solid #333333;
}

.cl {
    white-space:nowrap;
}

.m_photo_margin {
    margin-top:150px;
}

/* --------------------フッター-------------------- */

#footer {
    width:544px;
    height:50px;
    background-color:#ffffff;
    float:right;
    font-size:13px;
    text-align:center;
}