@charset "utf-8";


/* ------------- タイトル// ------------- */
h2{
width: 708px;
height: 61px;
text-indent:-9999px;
margin-bottom: 20px;
background-image: url(../images/tit_photo.png); background-repeat: no-repeat;
}
/* ------------- //タイトル ------------- */

.photo-area {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px dashed #cbcbcb;
}

.photo-area ul {
width: 708px;
margin-bottom: 1px;
}

.photo-area li {
display: inline;
list-style-type: none;
margin-right: 1px;
padding: 0;
background: none;
}

.photo-area li.right {
margin: 0;
}

.photo-area li a:link img {
border: 2px solid #cdcdcd;
background: none;
}

.photo-area li a:hover img {
border: 2px solid #278fe7;
background: none;
}

.name {
text-align:right
}