h1 {
    color: #FFFFFF;
    display: none;
}

p.con{
    color:#7a1e2a;
}

p.con2{
    font-size:large;
    color:#7a1e2a;
    background-color:#efc1c4;
    padding:5px 0px 2px 0px;
    text-align:center;
    width: 210px;
}

p.con3{
    color:#7a1e2a;
    background-color:#efc1c4;
    padding:2px 0px 5px 0px;
    text-align:center;
    width: 210px;
}

    /* ===== メイン本文 ===== */
#bodySection #mainBlock {
    margin: 0px 30px 0px 30px;
    display: block;
    text-align: left;
}

#bodySection #mainBlock div.ad2 {
    float:left;
}

#bodySection #mainBlock div.sidenavi {
    float:right;
    margin-left: 10px;
}

/* =====　サイドナビ =====*/
#bodySection #mainBlock div.sidenavi ul {
    margin: 10px 0px;
    width: 210px;
}

#bodySection #mainBlock div.sidenavi ul li {
    width:210px;
    height:50px;
    fontsize:1px;
    overflow:hidden;
}

#mainBlock div.sidenavi div.banner {
    font-size: 12px;
    text-align: center;
    display: block;
}

/* ===== 会員ページリンク ===== */
#bodySection #mainBlock div.member {
    margin:0px 30px 10px 50px;
    height: 286px;
    width: 650px;
}

#bodySection #mainBlock div.member div.contact {
    float: left;
    height: 63px;
    width: 289px;
}

#bodySection #mainBlock div.member div.memberpage {
    float: right;
}

/* ====　クリア ====*/
.clear {
clear: both;
}

 /* ====ニュース ==== */
#mainBlock div.news_block {
    padding: 0px 30px;
}

#mainBlock div.news_block h3.news_title {
    font-weight: bold;
    color: #000000;
    padding: 0px 10px;
    margin: 0px;
    display: inline;
}

#mainBlock div.news_block span.news_date {
    color: #6701E4;
    padding: 0px 0px 0px 30px;
}

#mainBlock div.news_block p.news_detail {
    color: #000000;
    text-align: left;
    line-height: 20px;
    margin: 10px 10px 20px 40px;
}

#mainBlock div.news_block hr.dot {
    margin: 10px;
}

