@charset "UTF-8";

/* 一覧 */
#list {
	margin:0px;
}

#list ul {
	padding: 0px;
}
#list li {
	list-style-type:square;
	list-style-position: inside;
}


div.imagebox {
	background-color: #000000;
	width: 160px;
	height:350px;
	float: left;
	margin: 0px 15px 15px 0px;
}

p.image, p.caption {
	margin: 0px;
		}
p.name {
	font-size: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
		}
p.caption {
	font-size: 0.75em;
	line-height: 160%;
}

p.exp {
	clear: left;
		}
