@charset "utf-8";

#mainContent {
	padding-left: 0px;
}

h1 {
	text-align: center;
	padding-top: 0px;
}

ul.shopList {
	margin: 30px 0 0 24px;
	width: 702px;
}

*html ul.shopList {
	width: 702px;
}

ul.shopList li {
	display: block;
	float: left;
	margin: 7px 10px;
}

ul.shopList2 {
	margin: 30px 0 0 240px;
	width: 267px;
}

*html ul.shopList2 {
	width: 267px;
}

ul.shopList2 li {
	display: block;
	float: left;
	margin: 7px 10px;
}

div.footImg {
	text-align: center;
	margin-top: 10px;
}

div.staffList {
	margin: 15px 0 0 50px;
	position: relative
}

div.staffList h2 {
	width: 160px;
	position: absolute;
	text-align: center;
}

div.staffList h2.inter {
	left: 0px;
}

div.staffList h2.asso {
	left: 160px;
}

div.staffList h2.ar {
	left: 320px;
	width: 320px;
}

ul.staffList {
	width: 160px;
	float: left;
	margin-top: 35px;
}

ul.staffList li {
	text-align: center;
	margin-top: 10px;
}

ul.staffList li a {
	color: #4C4138;
}

ul.staffList li a:hover {
	color: #A28C74;
}