* {
	margin: 0;
	padding: 0;
}
body {
	width: 620px;
	font-family: 'AXIS Std';
	color: #5f5f5f;
	padding: 0 10px;
}
h1 {
	max-width: 620px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 30px;
}
h2 {
	width: 620px;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	border-bottom: solid 1px #5f5f5f;
	text-align: left;
	padding: 0;
	margin-bottom: 17px;
}
ul {
	width: 620px;
	list-style: none;
}
ul li {
	line-height: 1em;
	float: left;
	margin-right: 10px;
}
ul.vt4col li {
	width: 145px;
}
ul.vt5col li {
	width: 116px;
}
ul.lace li img {
	border: solid 1px #cccccc;
	box-sizing: border-box;
}
ul li.end {
	margin-right: 0;
}
ul li p {
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 20px;
}
.code {
	font-size: 10px;
}
.small {
	font-size: 11px;
}
.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
}