@charset "utf-8";
/* CSS Document */

div#contents p {
	margin:7px 15px;
}

div#contents table.photo {
	width:650px;
	margin:10px auto;
	text-align:center;
}

div#contents ul {
	margin:0;
	padding:0;
}
div#contents ul li {
	margin:0;
	padding:0;
}
table#spec {
	width:500px;
	margin:7px auto;
	border-collapse:collapse;
}
table#spec td, table#spec th {
	width:50%;
	padding:10px 7px 3px;
	font-weight:normal;
	text-align:left;
	border-top:1px solid rgb(200,200,200);
	border-bottom:1px solid rgb(200,200,200);
}
table#spec th {
	background-color:rgb(223,228,226);
}

