@charset "utf-8";
#content_search {
	width: 740px;
	margin-left: auto;
	margin-bottom: 20px;
}
#content_search a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#content_search a:visited {
	color: #333333;
	text-decoration: none;
}
#content_search a:hover {
	color: #FF6600;
}
#content_search img {
	border: 0px;
}

#content_search h4 {
	width: 740px;
	margin-bottom: 20px;
}
#search_item {
	height: 30px;
	width: 730px;
	line-height: 30px;
	background-color: #FFE8C4;
	padding-left: 10px;
	font-size: 12px;
}
#search_navi {
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	width: 740px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-bottom: 15px;
}

#tb_search_navi {
	height: 25px;
	width: 740px;
	border-collapse:collapse;
	margin-bottom: 20px;
}
#tb_search_navi td {
	padding-right: 5px;
	padding-left: 5px;
}
#tb_search_navi td.td_page {
	text-align: right;
}
table .search_list {
	width: 690px;
}
.search_list td {
	width: 230px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.list {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

.list_pht {
	width: 230px;
	text-align: center;
	height: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.list_pname {
	width: 230px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
.list_comment {
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	width: 210px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
}

table .spec01 {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.spec01 th {
	width: 60px;
	font-size: 10px;
	color: #FF6600;
	font-weight: normal;
	background-color: #FFE8C4;
	padding: 3px;
}
.spec01 td {
	width: 140px;
	font-size: 10px;
	padding: 3px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.spec01 td.spec01_price {
	font-size: 12px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

table .spec02 {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.spec02 th {
	width: 60px;
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
	background-color: #FFE8C4;
	padding: 3px;
}
.spec02 td {
	width: 140px;
	font-size: 12px;
	padding: 3px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.spec02 td.spec02_price {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

table .spec03 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.spec03 th {
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
	background-color: #FFE8C4;
	padding: 3px;
}
.spec03 td {
	text-align:center;
	font-size: 12px;
	padding: 3px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.spec03 td.spec03_price {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

table .order01 {
	width: 180px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.order01 td {
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.btn_detail {
	height: 21px;
	width: 80px;
	margin-left: auto;
}
.btn_detail a {
	display: block;
	height: 21px;
	width: 80px;
	background-image: url(../img/btn_detail.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.btn_detail a:hover {
	background-position: 0px -21px;
}
.btn_order_s {
	height: 21px;
	width: 100px;
	margin-left: auto;
}
.btn_order_s a {
	display: block;
	height: 21px;
	width: 100px;
	background-image: url(../img/btn_order_s.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.btn_order_s a:hover {
	background-position: 0px -21px;
}
#content_detail {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#content_detail_img {
	width: 360px;
	float: left;
}
#content_detail_txt {
	width: 270px;
	float: right;
}
.list_pname2 {
	width: 260px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	background-color: #FFE8C4;
	padding: 5px;
	margin-bottom: 5px;
}
.list_comment2 {
	font-size: 14px;
	line-height: 130%;
	color: #666666;
	width: 270px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	margin-left: 5px;
	margin-bottom: 10px;
}
.specbox {
	margin-bottom: 20px;
}

.btn_order_l {
	height: 35px;
	width: 150px;
	margin-bottom: 10px;
	margin-left: auto;
}
.btn_order_l a {
	background-image: url(../img/btn_order_l.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 150px;
	text-indent: -9999px;
}
.btn_order_l a:hover {
	background-position: 0px -35px;
}
.btn_prev {
	height: 21px;
	width: 150px;
	margin-left: auto;
}
.btn_prev a {
	background-image: url(../img/btn_prev.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 150px;
	text-indent: -9999px;
}
.btn_prev a:hover {
	background-position: 0px -21px;
}
