@charset "UTF-8";

div.index ul{
	width: 210px;
	height: 170px;
	background-image: url(../index_img/list_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.index ul.last {
	margin-right: 0;
}

div.index ul li {
	margin: 0;
	padding: 0;
	line-height: 1;
}

div.index ul li img{
	vertical-align: bottom;
}

#header {
	border-bottom: solid 2px #856E51;
	margin-bottom: 15px;
}
