@charset "utf-8";

/******************** thumbs ********************/
table.thumbs {
	width: 585px;
	border: none;
	margin: 5px 0;
	text-align: left;
}
table.thumbs td {
	vertical-align: top;
}
table.thumbs td.comment {
	padding: 4px 0 40px 6px;
	width: 125px;
}
table.thumbs img {
	margin: 0;
}
/******************** discount ********************/
table.discount {
	width: 585px;
	border: none;
	margin: 5px 0;
	text-align: left;
}
table.discount td {
	padding: 10px 0;
	vertical-align: top;
}
table.discount p {
	margin: 0;
}
table.discount img.banner {
	margin-bottom: 10px;
}
table.discount td.title {
	background: #f6f6f6 url(img/icon-arrow.gif) no-repeat left;
	padding: 5px 0 5px 20px;
}
table.discount ul {
	margin: 5px 15px 10px 5px;
	float: left;
}
table.discount li {
	list-style-type: circle;
	list-style-position: inside;
}
table.discount td.coupon {
	width: 200px;
	text-align: center;
	padding-bottom: 15px;
}
/******************** list ********************/
div.list {
	background: #f6f6f6;
	width: 583px;
	margin: 10px 0;
	border: 1px solid #ddd;
}
div.list ul {
	margin: 5px 0 10px 40px;
}
div.list li {
	list-style-type: decimal;
	list-style-position: inside;
}
div.list li img {
	margin-right: 2px;
}
div.list p.sub {
	margin: 5px 0 0 10px;
}
div.list p {
	margin: 0 0 5px 20px;
}

/******************** db ********************/
table.db {
	margin: 5px 0 20px;
	text-align: left;
	width: 585px;
	border: 0;
	border-left: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
}
table.db td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px dotted #ddd;
}
table.db td.item, table.db td.system, table.db td.hours, table.db td.tel {
	font-weight: bold;
	border-top: 1px solid #ccc;
	background: #f6f6f6;
}
table.db td.system {
	width: 60px;
}
table.db td.hours {
	width: 70px;
}
table.db td.tel {
	width: 80px;
}
table.db td.item#left {
	border-left: none;
}
table.db td.name {
	border-left: none;
}
table.db td.name img {
	margin-right: 5px;
}



iframe#texttopic {
	height: 170px;
	width: 580px;
	margin-bottom: 20px;
}




