div.f1{
position:absolute; left:0; top:23; width:295; height:50;
background:url(index/p/00/mark1.png);
}

* html div.f1{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",this.style.behavior = "none"
)
);
}


div.f2{
position:absolute; left:550; top:21; width:230; height:50;
background:url(index/p/00/mark2.png);
}

* html div.f2{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",this.style.behavior = "none"
)
);
}



a.school-btn{
display:block;
width:123; height:45;
font-size:16px; color:#ffffff; line-height:45px;
font-weight:bold;
text-align:center;
background-image:url(index/p/00-top/gakko-btn2.jpg);
text-decoration : none;
}


a.school-btn:hover{
background-position:0px -45px;
}

a.school-btn:active{
background-position:0px -90px;
}



a.kochira{
display:block;
width:275; height:47;

font-size:16px; color:#ffffff; line-height:47px;
font-weight:bold;
text-align:center;
background-image:url(index/p/00-top/kochira.jpg);
text-decoration : none;

}

a.kochira:hover{
background-position:0px -47px;
}
a.kochira:active{
background-position:0px -94px;
}

.to_form{
display: block;
width: 262px;
height: 77px;
line-height:77px;
background:url(index/p/style/to_form.png);
margin: 0;
font-size:1px; 
text-decoration: none;
background-position:0px 0px;
}
.to_form:hover{
background-position:0px -77px;
}
.to_form:active{
background-position:0px -154px;
}
