.top_notice_wrapper {
    border: 1px dotted black;
    padding: 15px 10px 10px;
}
.top_notice_wrapper > .title {
    color: #000066;
    font-size: medium;
    font-weight: bold;
}
.top_notice {
    margin-top: 15px;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0 0 10px;
}


/* ------------------------------------- 
 *	画像のバナーをマウスオーバーした時に
明るくなる
 * ------------------------------------- */

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

