@charset "utf-8";

#main_img {
	position: relative;
}
#main_img p.btn {
	width: 245px;
	height: 39px;
	position: absolute;
	top: 160px;
	left: 490px;
}
#main_img p.btn a {
	height: 39px;
	display: block;
	background: url("../images/detail_btn.gif") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#main_img p.btn a:hover {
	background-position: 0 -39px !important;
}

#about {
	margin-bottom: 20px;
	padding-bottom: 31px;
	background: url("../images/about_bottom_bg.gif") left bottom no-repeat;
}
#about dl {
	padding: 15px 30px 0;
	background: url("../images/about_middle_bg.gif") repeat-y;
}
#about dl dt {
	width: 190px;
	float: left;
}
#about dl dd {
	margin-left: 190px;
}
#about dl dd p {
	margin-bottom: 15px;
}
#about dl dd p em {
	color: #db0b0b;
}

/*------------------- index.html -------------------*/
#category {
	width: 761px;
	margin: 20px 0;
	padding-top: 14px;
	background: url("../images/category_top_bg.gif") left top no-repeat;
}
#category ul {
	padding: 0 30px;
	background: url("../images/category_bottom_bg.gif") left bottom no-repeat;
}
#category ul li {
	width: 335px;
	padding: 0 0 11px 15px;
	background: url("../images/arrow.gif") 0 5px no-repeat;
	float: left;
	list-style: none outside;
	font-weight: bold;
	font-size: 107%;
}

#sale {
	margin: 20px 0;
}
#sale ul.text {
	padding-bottom: 30px;
	background: url("../images/sale_text_bg.gif") left bottom no-repeat;
}
#sale ul.text li {
	padding: 5px 35px 0 65px;
	line-height: 1.4;
	list-style: none outside;
	text-indent: -2.5em;
	font-size: 85%;
}
#sale ul.text li span {
	color: #db0b0b;
}

/* #sale #present p.btn a {
	height: 45px;
	display: block;
	background: url("../images/present_btn.gif") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#sale #present p.btn a:hover {
	background-position: 0 -45px !important;
}
#sale p.inquiry_btn {
	margin: 20px 51px;
}
#sale p.inquiry_btn a {
	height: 59px;
	display: block;
	background: url("../images/inquiry_btn.gif") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#sale p.inquiry_btn a:hover {
	background-position: 0 -59px !important;
} */

#sale p.inquiry_btn {
	width: 730px;
	margin: 0 15px;
	padding: 20px 0;
}
#sale p.inquiry_btn a {
	height: 90px;
	display: block;
	background: url("../images/inquiry_btn.gif") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#sale p.inquiry_btn a:hover {
	background-position: 0 -90px !important;
}

#rental {
	margin: 30px 0;
	position: relative;
}
#rental p.btn {
	width: 553px;
	height: 44px;
	position: absolute;
	top: 162px;
	left: 103px;
}
#rental p.btn a {
	height: 44px;
	display: block;
	background: url("../images/rental_btn.gif") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#rental p.btn a:hover {
	background-position: 0 -44px !important;
}

#other {
	margin: 30px 0;
	padding-bottom: 30px;
	background: url("../images/other_bottom_bg.gif") left bottom no-repeat;
}
#other div.wrap {
	padding: 0 30px;
	background: url("../images/other_middle_bg.gif") repeat-y;
}
#other div.wrap table {
	border: none;
	background: url("../images/dot_y.gif") center top repeat-y;
}
#other div.wrap table td {
	border: none;
	padding: 15px;
	background: none;
}
#other div.wrap table tr.bottom td {
	background: url("../images/dot_x.gif") no-repeat;
}
#other div.wrap table td img {
	margin-bottom: 5px;
}


/*------------------- rental.html -------------------*/

#rental_detail {
	margin: 20px 0;
	position: relative;
}
#rental_detail ul {
	padding-bottom: 30px;
	background: url("../images/rental_detail_bg.gif") left bottom no-repeat;
}
#rental_detail ul li {
	padding: 5px 35px 0 55px;
	line-height: 1.4;
	list-style: none outside;
	text-indent: -2.5em;
	font-size: 85%;
}
#rental_detail ul li span {
	color: #db0b0b;
}

#rental_detail #present {
	position: relative;
}
#rental_detail #present p.btn {
	width: 332px;
	height: 45px;
	position: absolute;
	top: 163px;
	left: 214px;
}

#rental_detail p.btn_buy {
	width: 332px;
	height: 45px;
	position: absolute;
	top: 122px;
	left: 410px;
}
#rental_detail p.btn_buy a {
	height: 45px;
	display: block;
	background: url("../images/back_btn.gif") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#rental_detail p.btn_buy a:hover {
	background-position: 0 -45px !important;
}

#rental_detail #present p.btn a {
	height: 45px;
	display: block;
	background: url("../images/present_btn.gif") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#rental_detail #present p.btn a:hover {
	background-position: 0 -45px !important;
}
#rental_detail p.inquiry_btn {
	margin: 20px 51px;
}
#rental_detail p.inquiry_btn a {
	height: 59px;
	display: block;
	background: url("../images/inquiry_btn02.gif") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#rental_detail p.inquiry_btn a:hover {
	background-position: 0 -59px !important;
}

/* #rental_detail p.inquiry_btn {
	width: 730px;
	margin: 0 15px;
	padding: 20px 0;
}
#rental_detail p.inquiry_btn a {
	height: 90px;
	display: block;
	background: url("../images/inquiry_btn02.gif") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#rental_detail p.inquiry_btn a:hover {
	background-position: 0 -90px !important;
} */

