@charset "utf-8";
/* CSS Document */
.page_contents{
	background-color:#656565;
	padding:10px;
}
.photo_box{
	float:left;
	margin:22px;
	margin-left:42px;
}
.photo_box .photo{
	width:135px;
	height:135px;
	background-image:url(../images/series_photo_bg.png);
	padding:7px;
}
.photo_box .title{
	width:135px;
	padding:7px;
	text-align:center;
}

.photo_box .title a:link,.photo_box .title a:active,.photo_box .title a:visited{
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
}

.photo_box .title a:hover,.photo_box .title .selected{
	color:#807f7e;
}

