@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);



#content .show{
	margin-bottom:25px;
}

#content .show ul{
	zoom:1;
	overflow:hidden;
	margin:-30px 0 17px;
	width:100%;
}

#content .show ul li{
	float:left;
	margin:30px 30px 0 0;
}

#content .show ul li.last{
	margin-right:0;
}


#content .show  dt{
	font-weight:bold;
	margin-bottom:2px;
}

#content .show  dd{
	margin-bottom:12px;
}

#content .show  dd.last{
	margin-bottom:0;
}

#content .text{
	margin:-3px 0 25px;
}

