@charset "utf-8";

#photoArea {
	float:left;
	width:356px;
}

#photoArea li {
	float:left;
	width:157px;
	padding:0 6px 4px 0;
}

#photoArea li.ev {
	width:189px;
	padding-right:0;
}

#photoArea dl {
	position:relative;
}

#photoArea dt {
	padding-top:140px;
	color:#808080;
	font-size:84%;
}

#photoArea dd {
	position:absolute;
	top:0;
	left:0;
}

#tRoot {
	float:right;
	width:266px;
}

.description {
	clear:both;
	padding:15px 0 0;
	font-size:92%;
}


/* @group clearfix ----------------------------------------- */

.cf:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
	font-size:0;
}

* html .cf {/* IE6 */
	zoom:1;
}

*:first-child+html .cf {/* IE7 */
	zoom:1;
}

/* @end */

