#mainContents {
	position: relative;
	padding-bottom: 20px;
}
#mainContents h1 {
	margin-left: 10px;
	padding-bottom: 40px;
}
#mainContents h2 {
	clear: both;
	margin-top: 0px;
	margin-left: 10px;
}
#mainContents h3 {
	margin-top: 30px;
	clear: both;
	margin-bottom: 20px;
	margin-left: 10px;
}
.tableContents {
	width: 560px;
	margin-left: 10px;
}
.tableContents th {
	border-bottom: 1px solid #CCCCCC;
}
.tableContents tr {
	border-bottom: 1px solid #CCCCCC;
}
.tableContents td {
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.3;
}
.productImage {
	width: 90px;
}
.productName {
	width: 145px;
}
#toIcon {
	width: 110px;
	position: absolute;
	top: 88px;
	right: 20px;
}
.topCollection {
	margin-top: 40px;
	clear: both;
	text-align: right;
	margin-bottom:40px;
}
.topCollection ul {
	list-style-type: none;
	margin: 0;
}
.topCollection li {
	display: inline;
}
.topCollection a {
	display: block;
	float: right;
	margin-right: 10px;
}
.brand {
	font-size: 0.9em;
}

