/* ===========================
main_box
============================*/
#container {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

/* ===========================
parts
============================*/
.list01 ul { list-style-type: decimal; }
.list01 ul li { margin-left: 20px; }

.button01 a {
	padding: 8px 25px;
	background: #8e8155;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color: #FFF;
	text-decoration: none;
}

.button01 a:hover { background: #000000; }