@charset "UTF-8";

H2 {
    font-size:12px;
    color:#000000;
	line-height:20px;
	text-align:left;
	}

#contents{
	width:960px;
    height:400px;
    background-image:url(../images/loneimage.gif);
    background-repeat:no-repeat;
    padding-top:440px;
    padding-left:350px;
	float: left;
	}

/*
-----------------------------------------------------*/

ul#bankbutton{
	width: 564px;
	margin-top: 10px;
	overflow:hidden;
}

ul#bankbutton li{
    float:left;
    height:176px;
    display:block
}
ul#bankbutton li a{
    display: block;
    overflow: hidden;
    height: 0px;
    background-image: url(../images/bank.gif);
    padding-top:176px;
}

/* bankbutton normal
---------------------*/
    #koko a { width:185px; background-position:0       0;}
    #fuku a { width:185px; background-position:-185px  0;}
    #nishi a { width:176px; background-position:-370px  0;}

/* bankbutton rollover
----------------------*/
    #koko a:hover { width:185px; background-position:0       -176px;}
    #fuku a:hover { width:185px; background-position:-185px  -176px;}
    #nishi a:hover { width:176px; background-position:-370px  -176px;}

/* bankbutton fix
-------------------*/
    #koko a:hover { width:185px; background-position:0       -176px;}
    #fuku a:hover { width:185px; background-position:-185px  -176px;}
    #nishi a:hover { width:176px; background-position:-370px  -176px;}