@charset "utf-8";
body {
	background-color: #CCCCCC;
}

#contents {
	margin-right: 20px;
	margin-left: 20px;
	padding: 20px;
	border: 5px inset #999999;
	background-color: #FFFFFF;
	width: 420px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4pc;
}
#image {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#title {
	background-color: #333333;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-left: 15px;
	color: #FFFFFF;
}
#contents #title h2 {
	font-size: medium;
}

#price {
	text-align: right;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#footer {
	color: #999999;
	background-color: #333333;
	padding: 5px;
}
p {
	font-size: small;
}
