@charset "utf-8";
/*----- ▼▼▼contents(トップページ) ▼▼▼ -----*/
/*  ▼▼left-side▼▼  */
#greeting_box {
    margin-bottom: 50px;
}
#greeting_box #midashi {
    background-image: url(../img/greeting_bg.jpg);
    background-repeat: no-repeat;
    height: 62px;
    margin-bottom: 20px;
}
#greeting_box h3 {
    font-size: 30px;
    padding-top: 12px;
}
#greeting_box p {
    font-size: 16px;
    line-height: 30px;
}
#greeting_box .continue {
    text-align: right;
    margin-right: 20px;
}
#greeting_box .continue a {
    text-decoration: none;
    color: #666666;
}
#greeting_box .continue a:hover {
    color: #0068b7;
}
/*  ▲▲left-side▲▲  */


/*  ▼▼right-side▼▼  */
.banner {
}
.banner a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/*  ▲▲right-side▼▲▲  */

/*----- ▲▲▲contents(トップページ) ▲▲▲ -----*/
