@charset "utf-8";
/*\*/
@import "common.css";
@import "lightbox.css";

/*===========================================================
フォト
===========================================================*/

#photo{
padding:0 8px;
}

#photo dl{
width:180px;
float:left;
margin:/**/0 0 5px 1;
}

#photo dl dt{
color:#666;
font-size:80%;
margin-bottom:3px;
}

#photo dl dd{
margin-bottom:3px;
}

#photo dl dd div{
width:180px;
height:120px;
}

#photo dl dd div a{
width:180px;
height:120px;
display:block;
background:url(../photo/img/member_off.gif) no-repeat;
}

#photo dl dd div a:hover{
background:url(../photo/img/member_on.gif) no-repeat;
}

#photo .hr{
clear:both;
background:url(../img/hr_x.gif) center repeat-x;
height:10px;
}

#photo #notice{
margin:0 3px 10px 3px;
line-height:1.5;
border:1px #2560a2 solid;
text-align:center;
background-color:#e7eef6;
}

#photo #notice a{
display:block;
padding:5px;
background-color:#e7eef6;
}

#photo #notice a:hover{
background-color:#2560a2;
color:#fff;
text-decoration:none;
}
