@charset "shift_jis";
body,
div,
h1,
h2,
h3,
h4,
ul,
ol,
li,
img,
p,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 12px;
    color: #23231C;
}

table {
    border-collapse: collapse;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}


/*全体共通*/

body {
    margin: 0 auto;
    text-align: center;
    background-image: url(../img/bg_bo.jpg);
    background-repeat: repeat;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: none;
}


/*リンク文字色*/

a:link,
a:visited {
    text-decoration: none;
    color: #96514d;
}

a:hover {
    text-decoration: underline;
    color: #730500;
}

a:active {
    color: #730500;
}


/*全ページ共通レイアウト*/

#wrapper {
    width: 800px;
    background: url(../img/bg_wr.jpg) repeat top center;
    margin: 0 auto;
}

#content {
    width: 720px;
    margin: 0 40px;
}


/*ヘッダー*/

#header {
    width: inherit;
    padding: 26px 0 0 0;
    height: 409px;
    /* background-image:url(../img/main_top.jpg); */
    background-repeat: no-repeat;
    background-position: bottom;
}

.title {
    height: 89px;
    margin: 0 0 20px 0;
}

.title a {
    float: left;
}

.title span {
    display: block;
    float: right;
    margin: 27px 0 0 0;
}


/*メイン画像*/

#main_img {
    vertical-align: bottom;
    margin: 0;
    pading: 0;
}


/*ナビゲーション*/


/*1. ulのスタイルのリセット、liの横並びを行い、忘れずにposition:relative;をかけておきましょう。*/

#gnavi {
    clear: both;
    text-align: center;
    margin: 0 auto 20px;
}

#gnavi,
#gnavi ul {
    width: 720px;
    height: 50px;
    padding: 0;
    list-style-type: none;
    position: relative;
    font-size: 12px;
}

#gnavi li {
    float: left;
    position: relative;
    margin: 0;
}


/*パンくずリスト*/

#topic_path {
    font-size: 10px;
}

#topic_path ol {
    list-style: none;
}

#topic_path li {
    float: left;
    padding: 10px 7px 10px 8px;
    background: url(../img/ico_mark.gif);
    background-repeat: no-repeat;
    background-position: 0 15px;
    color: #96514d;
}

#topic_path li.home {
    padding-left: 0;
    background: none;
}

#topic_path li a:link,
#topic_path li a:visited {
    color: #96514d;
}

#topic_path li a:hover,
#topic_path li a:active {
    color: #730500;
}

#topic_path li em {
    font-style: normal;
    font-weight: bold;
}

ol:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ol {
    display: inline-table;
    min-height: 1%;
}


/* IE-mac \*/

* html ol {
    height: 1%;
}

ol {
    display: block;
}


/* IE-mac */


/*メイン部分*/

#main {
    width: 720px;
    clear: both;
    text-align: left;
    background-color: #FFF;
}

#main h2 {
    margin: 0 0 14px 0;
    float: left;
}

.m_box {
    clear: both;
    width: 700px;
    background-color: #FFF;
    margin: 0 0 0 20px;
}

.m_box_top {
    clear: both;
    float: left;
    width: 360px;
    background-color: #FFF;
    margin: 0 0 0 20px;
}

.m_box h3 {
    clear: both;
    margin: 0 0 14px 0;
}


/*写真*/

.mb_img_r {
    float: right;
}

.mb_img_r img {
    width: 240px;
    margin: 0 20px 10px 0;
}

.mb_img_r p {
    width: 240px;
    text-align: right;
    margin: 0 0 20px 0;
    font-size: 11px;
}


/*テキストの場合*/

.mb_txt_l {
    width: 420px;
    min-height: 320px;
    margin: 0;
    float: left;
}


/*ページの上に戻る*/

.backtop {
    font-size: 12px;
    clear: both;
    width: 700px;
    height: 32px;
}

.backtop a {
    display: block;
    width: 120px;
    float: right;
    margin: 0;
    padding: 0 20px 20px 0;
    text-align: right;
}


/*フッター*/

#footer {
    clear: both;
    width: inherit;
    padding: 10px 0 0 0;
}


/*文字列メニュー*/

#f_navi01 {
    text-align: center;
    list-style-type: none;
    margin: 10px 0 20px 0;
}

#f_navi01 li {
    display: inline;
    padding: 0 0.5em;
}

#f_navi01 li a {
    padding: 0.5em;
    font-size: 12px;
}

#f_navi01 .b_no {
    border: none;
}

#f_map {
    width: 680px;
    height: 30px;
    margin: 0 auto 10px auto;
    text-align: center;
}

#f_map img {
    clear: both;
    float: left;
    margin: 0 10px 0 0;
}

#f_map p {
    float: left;
    margin: 10px 0 10px 0;
    font-size: 12px;
    text-align: left;
}

#f_map a {
    font-weight: bold;
}

#copyright {
    border-top: 1px solid #23231C;
    height: 11px;
    clear: both;
    padding: 10px 10px 20px 10px;
}

#copyright p {
    font-size: 11px;
    margin: 0 auto;
}

#newmenu {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-image: url(../img/news/100201/bg.jpg);
    background-position: center bottom;
}

#newmenu td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

.newme_in01 {
    padding: 10px 10px 0 75px;
    text-align: left;
    color: #EA5504;
}

.newme_in02 {
    width: 220px;
    float: left;
    text-align: left;
    height: 71px;
    padding: 15px 10px 0 20px;
    color: #EA5504;
}

.info {
    clear: both;
    text-align: left;
    font-size: 10px;
    padding: 10px;
}

#news100217 #new {
    width: 600px;
    height: 760px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-image: url(../img/news/100217/bg.jpg);
    background-position: center top;
}

#news100217 #new td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    text-align: left;
}

#news100217 h3 {
    margin: 14px 0 0 117px;
}

#txt {
    width: 302px;
    margin: 274px 0 0 0;
}

#txt p {
    height: 57px;
    padding: 10px;
}

#news100217 .info {
    clear: both;
    text-align: center;
    font-size: 10px;
    padding: 10px;
}

#news100423 {
    width: 600px;
    height: 840px;
    margin: 0 auto;
    padding: 0;
    background: url(../img/news/namasake.jpg) no-repeat;
    background-position: center top;
    text-align: center;
}

#txt_namasake {
    width: auto;
    height: 750px;
    text-align: center;
}

#txt_namasake ul li {
    list-style-type: none;
    text-indent: -5000px;
}

#txt_namasake_2 {
    width: 600px;
    height: 57px;
    padding: 10px;
    text-align: center;
}

#txt_namasake_3 {
    width: auto;
    height: 57px;
    padding: 10px;
    text-align: center;
    margin-top: -20px;
}

#txt_namasake_2 .info {
    clear: both;
    text-align: center;
    font-size: 10px;
    padding: 10px;
}

#txt_kawasemi_1 {
    width: auto;
    height: auto;
    text-align: center;
}

#txt_kawasemi_2 {
    width: auto;
    height: 57px;
    padding: 10px;
    text-align: center;
    margin-top: -20px;
}

div.underText {
    padding: 10px;
    text-align: center;
}

.red {
    color: red;
}

.redS {
    color: red;
    font-size: 80%;
}

.redBig {
    font-size: 150%;
    color: red;
    font-weight: bold;
}