@import url("../common/_common.css");

#Contents { /* total-width: 600px; */
	margin: 6px 0 0; padding: 0;
	width: 600px;
}
.ImgLst {
	margin: 0;
	padding: 30px;
	color: #fff;
	background-color: #000;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
}
.ImgLst a:link, .ImgLst a:visited {
	color: #ccc;
	text-decoration: none;
}
.ImgLst a:active, .ImgLst a:hover {
	color: #fff;
	text-decoration: none;
}
#Contents .ImgLst img {
	display: block;
	margin: 0;
	padding: 5px 0;
}
#SubMenu p {
	margin: 0; padding: 6px 2px;
	font-size: x-small;
	line-height: 140%;
	color: #666;
	BACKGROUND-COLOR: #eee;
}

