/* ===== ボトムメニュー ===== */
 
.bottommenu {
         clear: left;
        margin: 0;
	padding: 4px;
	border-top: 1px solid #1e113c;
        border-bottom: 1px solid #1e113c;
	background-color: #00468b;
}
.bottommenu a{
        float: left;
        display: block;
        margin-right: 4px;
        padding: 3px;
        width: 120px;
        font-size: 12px;
        font-weight:  bold;
        text-align: center;
        text-decoration: none;
}
.bottommenu a:link{
        border: 2px solid #1e113c;
        background-color: #1e113c;
        color:#bdd1ea;
}
.bottommenu a:visited{
        border: 2px solid #3a324d;
        background-color: #3a324d;
        color:#bdd1ef;
}
.bottommenu a:hover{
        border: 2px solid #67adcd;
        border-right: 2px solid #0f394c;
        border-bottom: 2px solid #0f394c;
        background-color: #266f91;
        color:#ffffff;
}
.bottommenu a:active{
        border: 2px solid #143a4c;
        border-right: 2px solid #2f7494;
        border-bottom: 2px solid #2f7494;
        background-color: #226280;
        color:#ffffff;
}
.floatclear{
        clear: left;
}

/* ===== ボトム1 ===== */

.bottom1 {
        width: 100%:
        height: 60px;
	background-color: #000000;
	background-image: url(image/bottom_image.jpg);
        background-repeat:no-repeat;
}
.bottom1 img{
        margin-left:155px;
}
