@charset "Shift_JIS";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.wrapper {
	width: 300px;
	font-size: 10px;
	height: 158px;
}

.header {
	height: 36px;
}

.contents01 {
	float: left;
	background-image: url(img/fashion_bg.jpg);
	height: 122px;
	width: 100px;
}
.contents02 {
	float: left;
	width: 100px;
	background-image: url(img/beauty_bg.jpg);
	height: 122px;
}
.contents03 {
	float: left;
	width: 100px;
	background-image: url(img/career_bg.jpg);
	height: 122px;
}

.container {
	float: left;
	height: 122px;
	text-align: center;
}

p {
	text-align: left;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 5px;
}

h2 {
	margin-bottom: 7px;
}

