@charset "UTF-8";

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

h1 {
	margin: 0;
	text-indent: -999em;
	background-image: url(../img/title.png);
	width: 151px;
	height: 50px;
	overflow: hidden;
}
div.product {
	width: 50%;
	height: 10em;
	float: left;
}
.product a {
	float: left;
}
.product a img {
	border: 1px solid #ccc;
}
.product a:hover img {
	border-color: #f30;
}
.product p {
	margin: 0 0 4px 100px;
	width: 160px;
}
.product em {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
#caution {
	margin-top: 20px;
	padding-bottom: 10px;
	background-image: url(../img/caution_bottom.png);
	background-position: left bottom;
}
#caution h3 {
	padding: 10px;
	background-image:url(../img/caution_top.png);
}
#caution img {
	margin-right: 1px;
	float: right;
}
#caution p {
	margin: 0 10px 10px 10px;
}
