﻿@charset "UTF-8";

/*-----------------------------------
google maps
-----------------------------------*/
.googleLabel {
	color: #000;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	border: solid 1px black;
	border-radius: 4px;
}

/*-----------------------------------
top
-----------------------------------*/
#MainBox {
    width: 100%;
    text-align: center;
    margin: 0px 0 0;
    position: relative;
    top:0px;
    left: 0px;
}

#newsBox {
    /*background: #EEE;*/
    background-color:#B0C4DE;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff); /*IE8以下用*/
    width: 980px;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    margin: 5px auto 0;
    height: 100%;
}

    #newsBox dl {
        float: left;
        width: 880px;
        overflow: hidden;
        height: 25px;
    }

    #newsBox p {
        float: right;
        width: 100px;
        text-align: right;
    }

    #newsBox dt {
        background: #FFA000;
        color: #FFF;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 0 10px;
        margin: 0 10px 0 0;
        width: 60px;
        text-align: center;
        vertical-align: top;
    }

    #newsBox dd {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 780px;
    }

.danger {
    background: url(../images/top/danger.png) no-repeat 5px center;
    display: block;
    padding: 0 0 0 50px;
    min-height: 32px;
}

.info {
    background: url(../images/top/info.png) no-repeat 5px center;
    display: block;
    padding: 0 0 0 50px;
    min-height: 32px;
}

.caveat {
    background: url(../images/top/caveat.png) no-repeat 5px center;
    display: block;
    padding: 0 0 0 50px;
    min-height: 32px;
}

.download {
    background: url(../images/top/dl.png) no-repeat 5px center;
    display: block;
    padding: 0 0 0 50px;
    min-height: 32px;
    float: left;
}

.more {
    display: block;
    float: right;
}

    .more img {
        padding: 4px 0 0;
    }
