/****************************************************************************************************
 *
 * トップページ固有スタイル
 *
 ****************************************************************************************************/
/*--------------------------------------------------------------------------------------------------*
 * ナビゲーション 上書き
 *--------------------------------------------------------------------------------------------------*/
#navi {
    background: url(../images/top/navi_bg_top.jpg) left top no-repeat;
}
/*--------------------------------------------------------------------------------------------------*
 * ウェルカムメッセージ
 *--------------------------------------------------------------------------------------------------*/
#main_photo {
    height: 275px;
    background: url(../images/top/main_photo.jpg) left top no-repeat;
}
#main_photo .message {
    display: inline-block;
    width: 430px;
    height: 103px;
    margin-top: 43px;
    margin-left: 25px;
    text-indent: -9999px;
    background: url(../images/top/main_photo_msg.jpg) left top no-repeat;
}
#main_photo .buttons {
    margin-top: 21px;
    margin-left: 19px;
}
#main_photo .buttons img {
    height: 88px;
    margin-right: 2px;
    float: left;
}
/*--------------------------------------------------------------------------------------------------*
 * メインコンテンツ
 *--------------------------------------------------------------------------------------------------*/
#main #contents .topmsg-ttl {
    height: 51px;
    text-indent: -9999px;
    background: url(../images/top/topmsg_title.jpg) left top no-repeat;
}
#main #contents .topmsg-body {
    margin-left: 3px;
    margin-top: 18px;
    width: 590px;
    height: 343px;
    text-indent: -9999px;
    background: url(../images/top/topmsg_body.jpg) left top no-repeat;
}
#main #contents .info-ttl {
    height: 51px;
    margin-top: 28px;
    text-indent: -9999px;
    background: url(../images/top/info_title.jpg) left top no-repeat;
}
#main #contents .info-body {
    margin-top: 18px;
    padding-top: 8px;
    background: url(../images/common/box_top.jpg) left top no-repeat;
}
#main #contents .info-body ul {
    background: url(../images/common/box_body.jpg) left top repeat-y;
}
#main #contents .info-body ul li {
    margin-left: 22px;
    margin-right: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    background: url(../images/common/lm_circle_blue.jpg) 4px center no-repeat;
    border-bottom: 1px solid #E2E2E2;
    font-size: 12px;
}
#main #contents .info-body ul li:last-child {
    border-bottom: none;
}
#main #contents .info-body ul li span {
    padding-right: 10px;
    font-weight: bold;
}
