@charset "utf-8";
/*======================================
 　cssファイルインポート
 =======================================*/
@import "navi.css"; /*ナビゲーション*/
/*@import "default.css";*/ /*スタイルリセット*/
/*======================================
 　タグベース
 =======================================*/ * {
    margin: 0px;
    padding: 0px;
}

html {
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    /*"メイリオ", Meiryo,*/ verdana, "MS PGothic", sans-serif;
    line-height: 1.7;
    color: #666;
    text-align: center;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 15px;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

table td {
    font-size: 11px;
} .clear {
    clear: both;
    font-size: 1px;
}

label {
    cursor: pointer;
} .center {
    text-align: center;
} .right {
    text-align: right;
} .red {
    color: #FF3300;
}

textarea.M {
    width: 400px;
    height: 150px;
}

/*======================================
 　大枠
 =======================================*/ #container {
    text-align: left;
}

/*======================================
 　ヘッダー
 =======================================*/ #header {
    text-align: left;
    background-color: #000;
    margin: 0px;
} #header h1 {
    margin: 0px;
    float: left;
} #header h2 {
    color: #fff;
    font-size: 12px;
    margin: 0px 0px 0px 20px;
    float: left;
} #header h1 a {
    display: block;
    width: 240px;
    /* height: 30px; */
    background: url(/data/Image/logo.gif) no-repeat;
    text-decoration: none;
}

/*======================================
 　パンくずリスト
 =======================================*/ #topicpath {
    list-style: none;
    margin: 5px 0 1em 1em;
} #topicpath li {
    display: inline;
    margin: 0 10px 0 0;
} #topicpath a {
    color: #555;
    text-decoration: none;
    padding: 0 16px 0 0;
    background: url(/images/ico_topicpath.gif) no-repeat right center;
} #topicpath a:hover {
    color: #999;
    text-decoration: underline;
}

/*======================================
 　メイン大枠
 =======================================*/ #content {
    margin: 0 auto 0;
    text-align: left;
    clear: both;
}

/*======================================
 　メイン枠
 =======================================*/ #main_content {
}

/*======================================
 　フッター
 =======================================*/ .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
} .footer {
    height: 10px; /* .push must be the same height as .footer */
    margin: 0 auto 0;
    text-align: center;
    clear: both;
    text-decoration: none;
    text-decoration: underline;
} .push {
    height: 10px; /* .push must be the same height as .footer */
} .text_s {
    font-size: 10px;
} .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
} .clearfix {
    display: inline-block;
}

/* exlude MacIE5 \*/ * html .clearfix {
    height: 1%;
} .clearfix {
    display: block;
}

/* end MacIE5 */ .submit {
    text-align: center;
} .submit input {
    margin: 5px;
    width: 150px;
}

input[type =
"text"] {
    width: 450px;
}

textarea {
    width: 450px;
    height: 450px;
} #m_comment {
    width: 450px;
    height: 150px;
}