@charset "Shift-JIS";
@import "default.css";

#main dl#price {
	float: right;
	width: 430px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main dl#price dt {
	float: left;
	width: 380px;
}
#main dl#price dd {
	float: right;
	width: 360px;
	text-align: right;
	margin-right: 20px;
}
.normal {color: #090;}
.joyfit {color: #c00;}
dt.joyfit {text-align: right;}
#main div#photo {
	width: 176px;
	float: left;
	margin-bottom: 10px;
}
#main div#photo a {
	display: block;
	width: 164px;
	height: 123px;
	padding: 4px 5px;
	border: #ccc 2px solid;
}
#main div#photo a:hover {
	border: #6c6 2px solid;
}
#main div#explain {
	clear: both;
	margin: 0 5px;
}
#main div#explain p {
	margin-bottom: 1em;
	text-indent: 1em;
	line-height: 1.6;
}
#main div#explain p a {
	background: url(../img/list.gif) no-repeat left 4px;
	padding-left: 1em;
	text-decoration: none;
	color: #00f;
}
#main div#explain p a:hover {
	text-decoration: underline;
}
