@charset "utf-8";
/* CSS Document */

@import url("common.css");

#wrapper01{
width:804px;
height:580px;
background:url(../img/index_bg_02.png) no-repeat bottom;
position:relative;
padding-top:20px;
margin:0 auto 2px;
}

img{
vertical-align:bottom;
}

/* イメージ */
#img-01{
width:186px;
height:298px;
position:absolute;
bottom:45px;
left:220px;
}
#img-02{
width:262px;
height:428px;
position:absolute;
bottom:5px;
right:20px;
}
#img-03{
width:228px;
height:188px;
position:absolute;
top:165px;
right:250px;
}

/* バナー */
ul#bn{
width:184px;
height:372px;
position:absolute;
bottom:5px;
left:12px;
}
ul#bn li{
width:184px;
height:88px;
margin-bottom:5px;
_overflow:hidden;
_text-indent:-9999px;
}

/* バナー（IE6用 透過png） */
*html a#bn-01,
*html a#bn-02,
*html a#bn-03,
*html a#bn-04{
width:184px;
height:88px;
display:block;
}
*html a#bn-01{
background:url(../img/bn_img_01.png);
}
*html a#bn-01:hover{
background:url(../img/bn_img_01on.png);
}
*html a#bn-02{
background:url(../img/bn_img_02.png);
}
*html a#bn-02:hover{
background:url(../img/bn_img_02on.png);
}
*html a#bn-03{
background:url(../img/bn_img_03.png);
}
*html a#bn-03:hover{
background:url(../img/bn_img_03on.png);
}
*html a#bn-04{
background:url(../img/bn_img_04.png);
}
*html a#bn-04:hover{
background:url(../img/bn_img_04on.png);
}
