/* CSS Document */

@import url("../../css/reset.css");

/*	センタリング
================================================== */
body {
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	color: #333;
}
body div {
	text-align: left;
	margin: 0 auto;
}
object {
vertical-align: middle; /* or bottom */
}
#itemwrapper {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
h1 {
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
.brand {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.company {
	color: #666;
}
