@import "../common/style.css";

#wrapper01 {
	background:url(img/bg03.jpg) no-repeat center 60px;
}

#menu {
	background:url(img/menuBg01.jpg) no-repeat left top;
}

#content {
	font-size:12px;
}

.box ul,
.box li {
	margin:0;
	padding:0;
}

.box li {
	margin:0 0 1em 1em;
	list-style-type:square;
}

.box ul .nest {
	margin:1em 0 1em 2em;
}

.box ul .nest li {
	list-style-type:circle;
	margin-bottom:0;
}
