@charset "utf-8";
/*初期化
----------------------------------------*/

ul {
    list-style-type: none;
}
hr {
    display: none;
}
/*リンク
----------------------------------------*/
a:link {
    color: #000;
}
a:visited {
    color: #333;
}
a:active {
    color: #000;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:hover img {
    filter: alpha(opacity=80); /* IE7以下用 */
    -ms-filter: “alpha(opacity=80)”; /* IE8用 */
    opacity: 0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
/*ClearFix
----------------------------------------*/
.clear:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clear {
 /zoom:1;
} /* ie6,ie7 */
#hiddenlink, .hidden {
    display: none;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
/*コンテンツボックス
----------------------------------------*/
#all {
    width: 941px;
    margin: 0 auto;
}
#body-top {
    background: url(../imgs/base/bg_body_top.gif) no-repeat top left;
    padding-top: 24px;
    margin-top: 50px;
}
#body-mdl {
    background: url(../imgs/base/bg_body_mdl.gif) repeat-y;
    height: 100%;
    position: relative;
}
#body-btm {
    background: url(../imgs/base/bg_body_btm.gif) no-repeat bottom left;
    padding-bottom: 24px;
    margin-bottom: 50px;
}
