@charset "utf-8";
/* style_yushi.css: yushi.html—pcss */

#contents
a.back_No {
	margin:em;
}

#contents ul.atypus_list {
	list-style: none;
	width: 100%;
	margin-left:-1em;
	}

#contents ul.atypus_list li {
	float:left;
	width: 20%;
	}
}

#contents img {
	padding:0px;
	border: 0px solid gray;

#contents img.shadow{
	-moz-box-shadow: 2px 2px 3px 3px #CCC;
	-webkit-box-shadow: 2px 2px 3px 3px #CCC;
	box-shadow: 2px 2px 3px 3px #CCC;
	background-color: #EEE;
	padding: 0px;
	margin-left: 25px;
	}
