#gallery
{
position:relative;
height:164px;
}

#gallery a
{
position:absolute;
}

#gallery a img
{
border:none;
}

#gallery a.show
{
z-index:500;
}

#gallery .caption
{
z-index:600;
background-color:#ffffff;
font-size:12px;
font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.4;
color:#000000;
position:absolute;
bottom:0;
height:40px;
width:100%;
}

#gallery .caption .content
{
padding:4px 10px 0 10px;
margin:0;
}

