/*******************************************************************************
** Style Sheet For Tokyo SHICHIFUKUJIN GEKIJO, Index Pages CSS
*******************************************************************************/

#contents .page_key .page_cat {
	background:url(../images/stage/bk_title.jpg) 0 0 no-repeat;
}


/*******************************************************************************
** Style Sheet For Tokyo SHICHIFUKUJIN GEKIJO, Index Pages CSS - Index.tpl
*******************************************************************************/

.stage .stage_list dt {
	float:left;
	clear:both;
	width:250px;
}

.stage .stage_list dt a {
	width:250px;
	height:100px;
	box-shadow:1px 1px 3px #bbb;
}
.stage .stage_list dt a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.stage .stage_list dt img {
	width:250px;
	height:100px;
}

.stage .stage_list dd {
	margin-bottom:30px;
	padding:0 0 0 270px;
	min-height:100px;
	height:auto !important;
	height:100px;
}

.stage .stage_list dd a {
	display:inline-block;
	margin-bottom:15px;
	font-size:100%;
	font-weight:bold;
}

.stage .stage_list dd .date,
.stage .stage_list dd .place {
	font-size:85%;
}
