@charset "shift_jis";

#brand_box{
width:300px;
height:auto;
margin-bottom:30px;
}

#brand_box .brand01{
width:150px;
height:40px;
display:block;
background-color:#EEEEEE;
float:left;
}

#brand_box .brand01 a{
width:150px;
height:40px;
display:block;
background-color:#EEEEEE;
}

#brand_box .brand01 a:hover{
width:150px;
height:40px;
display:block;
background-color:#FF6600;
}

#brand_box .brand02{
width:150px;
height:40px;
display:block;
background-color:#D4D4D4;
float:left;
}

#brand_box .brand02 a{
width:150px;
height:40px;
display:block;
background-color:#D4D4D4;
}

#brand_box .brand02 a:hover{
width:150px;
height:40px;
display:block;
background-color:#FF6600;
}

/*------------------------------------
iepngfix
------------------------------------*/

img, div { behavior: url(iepngfix.htc) }