@charset utf-8;

/* =========================================
リセット用　※編集不可
========================================= */
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dt,dd,dl,form,iframe{
    margin:0;
    padding:0;
}
ul,ol{
    list-style-type:none;
}
img, iframe{
    border:none;
}
/* =========================================
リセット用　ここまで
========================================= */


body{
    font-size:80%;
    font-family:sans-serif;
    background:#fff;
    text-align:center;
}

/**/#container{
    margin:0 auto;
    width:840px;
    background:#fff;
    color:#666;
    text-align:left;
    line-height:1.5;
}

/**/#container a{
    color:#05a;
}

.text{
margin-left:10px;
}
.article{
margin-left:10px;
margin-right:10px;
}


/**/#header{
}
    /**/#header .sub{
        width: 420px;
        float:right;
        margin: 10px 0 14px ;
        text-align:right;
    }


    /**/#logo{
        width: 300px;
        height: 50px;
        float:left;
        margin: 10px 0 0 0px;
        font-weight:bold;
        font-family:tahoma;
        font-size:200%;
    }
        /**/#logo a{
            text-decoration:none;
            color:#cc0000;
        }

    /**/#top_text{
        line-height:140%;
        margin-bottom:5px;
        font-weight:bold;
    }
        /**/#top_text h1{
            font-size: 80%;
            color:#999;
        }

    /**/#link{
            font-size:100%;
            color:#000;
            height: 1em;
        }
            /**/#link ul {
               text-align:right;
            }
            /**/#link ul li{
                display:inline;
                padding-left:1em;
            }
            /**/#link ul li a{
                background:#fff url(http://assets.flips.jp/images/users/maizuru-ishikai/design/33209/images/arrow.gif) no-repeat left 4px;
                margin-left:8px;
                padding-left:12px;
                color:#333;
            }

/**/#visual{
    width:840px;
    overflow:hidden;
}

/**/#navigation{
    background:#003a62;
}
    /**/#navigation li{
        position:relative;
        float:left;
        height:40px;
        overflow:hidden;
    }
        /**/#navigation li a{
            display:block;
            width:140px;
            height:16px;
            _height:40px;
            padding:12px 0;
            font-size:95%;
            color:#fff;
            text-decoration:none;
            text-align:center;
            background:#003a62 url(http://assets.flips.jp/images/users/maizuru-ishikai/design/33209/images/menu_off.jpg) repeat-x left top;
        }
        /**/#navigation li a:hover{
            background:#003a62 url(http://assets.flips.jp/images/users/maizuru-ishikai/design/33209/images/menu_on.jpg) repeat-x left top;
        }

/**/#page_title{
    clear:left;
    padding:16px 12px 16px;
    font-size:1.4em;
    font-weight:bold;
    background:#bad2de;
    color:#2f3f68;
}
/**/#main{
    clear:left;
}
    /**/#main #contents{
        float:right;
        width:590px;
    padding-top: 20px;
    }
    /**/#main #side{
        float:left;
        width:230px;
    padding-top: 20px;
    }

/**/#footer{
    border-top:#ccc 1px solid;
    margin-top:20px;
    padding:10px 0;
    text-align:center;
    color:#999;
}
    /**/#footer a{
        color:#333;
        font-size:12px;
    }
    /**/#footer li{
        display:inline;
        padding:2px;
    }
    /**/#footer .copy{
        margin-top:5px;
    }

/* モジュール ------------------------------------ */
div.module{
    padding-bottom: 18px;
}

/* 見出し */
div.module h3{
    margin:0;
    background:#fff url(http://assets.flips.jp/images/users/maizuru-ishikai/design/33209/images/h3_bg.jpg) repeat-x left top;
    border-bottom:#073050 2px solid;
    padding:4px 10px;
    font-weight:bold;
    color:#073050;
}

div.module h4{
    margin:0;
    border-left:#c00 4px solid;
    padding:1px 12px;
    font-weight:bold;
    color:#000;
}

/* テーブル */
div.module table{
    width:100%;
    border-collapse:collapse;
    border:#91a9b5 1px solid;
}
    div.module table th,
    div.module table td{
        padding:2px 0.3em;
        border:#91a9b5 1px solid;
        text-align:left;
        font-size:inherit;
        font-weight:normal;
    }
    div.module table th{
        width:30%;
        background:#dbe9f2;
        color:#333;
    }
    div.module table td{
        background:#fff;
        color:inherit;
    }

/* 問い合わせフォーム */
div.module form.inquiry{
}
    /**/#side form.inquiry dt,
    /**/#contents form.inquiry dt{
        color:#666;
        font-weight:bold;
        font-size:90%;
    }
    /**/#side form.inquiry dd{
        padding:0.4em 0 0.8em;
    }
    /**/#contents form.inquiry dd{
        padding:0.1em 0 0.3em;
    }
    /**/#side form.inquiry dd{
        padding-left:0;
    }
    /**/#side form.inquiry dd input,
    /**/#side form.inquiry dd textarea{
        width:90%;
    }
    /**/#contents form.inquiry dd{
        padding-left:2em;
    }
    /**/#contents form.inquiry dd input{
        width:40%;
    }
    /**/#contents form.inquiry dd textarea{
        width:70%;
    }

/* RSS */
div.module ol.rss{
}
    ol.rss h4{
        border:none;
        padding:0;
    }
    ol.rss h4 span{
        font-size:80%;
        font-weight:normal;
        color:#05a;
    }
    /**/#contents ol.rss div{
        padding:0.2em 0 0.8em 0.5em;
    }
    /**/#side ol.rss div{
        padding:0.1em 0 0.6em 0;
    }

/* サイトマップ */
div.module ul.sitemap{
    list-style-type:square;
    padding-left:1.3em;
    color:#bad2de;
}
    div.module ul.sitemap li{
        line-height:170%;
    }
    /**/#container div.module ul.sitemap li a{
        color:#666;
    }

/* clearfix ------------------------------------ */

.clearfix:after,
.module:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix,
.module {
  min-height: 1px;
}

* html .clearfix,
* html .module {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* =========================================
クレジット
========================================= */
#cresit{
    font-size:8px;
    text-decoration:none;
    margin:0 auto;
    text-align:right;
}
