@charset "UTF-8";

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

h1 {
	margin: 0;
	text-indent: -999em;
	background-image: url(../img/title.png);
	width: 162px;
	height: 50px;
	overflow: hidden;
}
div.product {
	width: 50%;
	height: 14em;
	float: left;
}
.product img {
	border: 1px solid #aaa;
	float: left;
}
.product p {
	margin: 0 0 4px 100px;
	width: 160px;
}
.product em {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
