@charset "utf-8";

/* item.css */

#item {
	width: 775px;
}

#item .header {
	width: 775px;
	height: 35px;
	background-image: url('../img/item.png');
	background-repeat: no-repeat;
}

#item .body {
	width: 773px;
	border: 1px solid #ddd;
}

#item .body .sumbnail ul {
	width: 714px;
	overflow: hidden;
	margin: 20px 18px;
	padding: 0 10px 0 13px;
}

#item .body .sumbnail li {
	width: 218px;
	height: 180px;
	float: left;
	list-style-type: none;
	margin: 9px;
	background-color: #fcf;
	border: 1px solid #999;
}
#item .body .dvd {
	width: 700px;
	margin: 20px auto 10px;
}

#item .body .dvd h2 {
	text-align: center;
	font-size: 120%;
	background-color: #CCFFCC;
}

#item .body .dvd .dvd2 {
	width: 320px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 1px solid #999;
}
#item .body .dvd .dvd1 {
	width: 320px;
	float: right;
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 1px solid #999;
}

#item .body .dvd .text {
	width: 700px;
	margin: 10px auto;
}

#item .body .dvd .text dl {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#item .body .dvd .text dt {
	border-bottom: 1px solid #FF0033;
	border-left: 5px solid #FF0033;
	font-size: 120%;
	font-weight: bold;
	padding: 2px 5px;
	color: #FF0099;
}

#item .body .dvd .text dd {
	margin: 5px 5px 5px 20px;
}

#item .body .dvd .text dd table {
	width: 640px;
	margin: 0 auto;
	font-size: 100%;
}

#item .body .dvd .text dd table th {
	width: 130px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

#item .body .dvd .text dd table td {
	width: 500px;
	padding-left: 10px;
	vertical-align: top;
}

#item .body .memedanshi8 {
	width: 700px;
	margin: 20px auto 10px;
}

#item .body .memedanshi8 h2 {
	text-align: center;
	font-size: 120%;
	background-color: #CCFFCC;
}

#item .body .memedanshi8 .image {
	text-align: center;
	margin: 5px;
}

#item .body .memedanshi8 .text {
	width: 700px;
	margin: 10px auto;
}

#item .body .memedanshi8 table {
	width: 640px;
	margin: 0 auto;
	font-size: 100%;
}

#item .body .memedanshi8 table th {
	width: 130px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

#item .body .memedanshi8 table td {
	width: 500px;
	padding-left: 10px;
	vertical-align: top;
}

#item .footer {
	width: 775px;
	height: 35px;
	background-image: url('../img/item_footer.png');
	background-repeat: no-repeat;
}
