@charset "utf-8";

@import "../../css/content.css";

/* title
--------------------------------------------------*/
#contents #leftarea h2 {
	height: 40px!important;
	margin-bottom: 0px!important;
	background: transparent url(../images/h2.gif) no-repeat left top;
}

#contents #leftarea .detail h3 {
	background: transparent url(../images/h3.gif) no-repeat left top;
}

#contents #leftarea .detail .text_block h4 {
	width: 460px;
	height: 100%;
	font-size: 110%;
	font-weight: bold;
	color: #BD584C;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-indent: 0px;
	border-bottom: 1px solid #BD584C;
}

#contents #leftarea .items h5 {
	width: 100%;
	float: left;
	amrgin-bottom: 10px;
	padding: 5px 0 14px 10px;
	background: transparent url(../images/h5.gif) no-repeat left top;
}

/* categorynavigation
--------------------------------------------------*/
ul.categorynavigation {
	height: 32px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #F9F9F9;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #63A5D5;
}

ul.categorynavigation li a {
	width: 239px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-image: url(../images/categorynavigation.gif);
}

ul.categorynavigation li a.stay {
	background-position: left top;
}

ul.categorynavigation li a:hover.stay {
	background-position: left -32px;
}

ul.categorynavigation li a.restaurant {
	background-position: -239px top;
}

ul.categorynavigation li a:hover.restaurant {
	background-position: -239px -32px;
}

ul.categorynavigation li a.spa {
	width: 238px;
	margin-right: 0px;
	background-position: -478px top;
}

ul.categorynavigation li a:hover.spa {
	background-position: -478px -32px;
}

#contents #leftarea .items .boxs {
	background-position: left -2000px;
}

#contents #leftarea .items .dts {
	border-top: 1px solid #CCCCCC;
}

#contents #leftarea .items .mb {
	margin-bottom: 10px;
}

/* --- h4 --- */
#contents #leftarea h4 {
	padding-bottom: 10px;
	border-bottom: none;
}

#contents #leftarea .items .h4_stay {
	background: transparent url(../images/h4_stay.gif) no-repeat left;
}

#contents #leftarea .items .h4_restaurant {
	background: transparent url(../images/h4_restaurant.gif) no-repeat left;
}

#contents #leftarea .items .h4_spa {
	background: transparent url(../images/h4_spa.gif) no-repeat left;
}


#contents #leftarea .items .boxs {
	background: transparent url(../images/items_bg.gif) no-repeat left;
}

#contents #leftarea .items .boxs dl {
	width: 360px;
	_padding: 0px;
}

#contents #leftarea .items .boxs dl dd {
	_padding: 0 0 0 0;
}

#contents #leftarea .items .boxs dl dd dl {
	width: 360px;
	_padding: 0px;
}

#contents #leftarea .items .boxs dl dd dl dt {
	float: left;
	width: 100px;
	_padding: 10px 0 0 0;
}

#contents #leftarea .items .boxs dl dd dl dt img {
	_padding: 0 0 0 10px;
}

#contents #leftarea .items .boxs dl dd dl dd {
	width: 227px;
	_padding: 10px 0 10px 0;
}

#contents #leftarea .items .special dl dd p {
	font-weight: bold;
	margin-bottom: 5px;
}

#contents #leftarea .items .boxs dl dd dl dd {
	margin-bottom: 5px;
}

#contents #leftarea .items .special {
	float: left;
	width: 698px;
	font-size: 90%;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #CCC;
}

#contents #leftarea .items .special dl {
	float: left;
}

#contents #leftarea .items .special dl dt {
	float: left;
}

#contents #leftarea .items .special dl dt img {
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #CCC;
}

#contents #leftarea .items .special dl dd {
	float: right;
	width: 560px;
}

#contents #leftarea .items .boxs dl dt.items_title_left{
	background: #F2F7FB url(../../images_renewal/p_icon.gif) no-repeat 10px 10px;
}

#contents #leftarea .items .boxs dl dt.items_title_right{
	background: #F2F7FB url(../../images_renewal/p_icon.gif) no-repeat 10px 10px;
}

#contents #leftarea .items .boxs dl dt.restaurant {
	background-color: #FFF6ED;
}

#contents #leftarea .items .boxs dl dt.spa {
	background-color: #E7F5F3;
}


#contents #leftarea .items .h4_strong {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#contents #leftarea .items .boxs dl dd dl p {
	font-weight: bold;
}

#contents #leftarea .items .boxs dl dd dl dd dl {
	float: left;
	width: 227px;
	font-size: 95%;
	padding: 3px 0 0 0;
	margin: 5px 0 5px 0;
	border-top: 1px dotted #CCCCCC;
}

#contents #leftarea .items .boxs dl dd dl dd dl dt {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #DC6F72;
}

#contents #leftarea .items .boxs dl dd dl dd dl dd {
	width: 172px;
	float:left;
	font-size: 100%;
	padding: 0 0 3px 55px;
	margin: -17px 0 3px 0;
	border-bottom: 1px dotted #CCCCCC;
}

#contents #leftarea .items .boxs dl dd dl dd dl dd a {
	color: #A41717;
	margin-left: 7px;
	font-weight: bold;
	padding: 0 0 0 5px;
	background: transparent url(../../images_renewal/p_icon.gif) no-repeat left 5px;
}

#contents #leftarea .items .boxs dl dd dl dd p a {
	float:right;
	color: #A41717;
	font-weight: bold;
	padding: 0 0 0 5px;
	background: transparent url(../../images_renewal/p_icon.gif) no-repeat left 7px;
}

#contents #leftarea .items .boxs dl dd dl dd span {
	display: block;
	font-size: 90%;
	clear:both;
}


/* navigation_block ul
--------------------------------------------------*/
#contents #leftarea .detail .navigation_block ul li.ticket {
	width: 70px;
	height: 25px;
	background: transparent url(../images/ticket_icon.gif) no-repeat left top;
}









/* 追記
--------------------------------------------------*/
#contents #leftarea .underContentsH4 {
	height: 35px;
	background: transparent url(../images/h4_tourism.gif) no-repeat left;
}
#underContentsH4Txt {
	width: 720px;
	margin: 10px 0px;
}
#underContentsThreeColumn {
	overflow: hidden;
	width: 718.5px;
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#underContentsThreeColumn li {
	float: left;
	list-style: none;
	padding: 10px 21.5px 5px 22px;
	border-right: 1px solid #CCCCCC;
}
#underContentsThreeColumn li p,#underContentsCenter dl dd p {
	padding-bottom: 5px;
}
.AnchorSkin_red {
	padding-left: 7px;
	color: #af1618 !important;
	background: transparent url(../../images_renewal/p_icon.gif) no-repeat left 7px;
}
#underContentsCenter {
	overflow: hidden;
	clear: both;
	width: 678px;
	padding: 10px 20px;
	border: 1px solid #CCCCCC;
	background: #f3f3f3;
}
#underContentsCenter dl dt {
	font-size: 130%;
	margin-bottom: 10px;
}
#underContentsCenter dl dd ul {
	width: 678px;
}
#underContentsCenter dl dd ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}







/* appoint_stay
==================================================*/
#a_s #leftarea h2 {
	background: url("../images/h2_a_s.gif") no-repeat;
}

#a_s #slideshow {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* topics */
#a_s #leftarea .topics {
	overflow: hidden;
	width: 100%;
	margin: 25px 0 30px;
	padding-bottom: 5px;
	background: url("../images/appoint_stay_index_topics.gif") no-repeat left bottom;
}
#a_s #leftarea .topics dt {
	height: 5px;
	text-indent: -9999px;
	font-size: 0;
	background: url("../images/appoint_stay_index_topics.gif") no-repeat left top;
}
#a_s #leftarea .topics dd {
	padding: 10px 15px 0 130px;
	background: url("../images/appoint_stay_index_topics.gif") no-repeat left center;
}
#a_s #leftarea .topics dd dl {
	overflow: hidden;
	width: 545px;
	margin: 0;
	padding-bottom: 0;
	line-height: 1.5;
	font-size: 95%;
	background: none;
}
#a_s #leftarea .topics dd dl dt {
	height: auto;
	text-indent: 0;
	font-size: 100%;
	background: none;
}
#a_s #leftarea .topics dd dl dt a,
#a_s #leftarea .topics dd p a {
	font-weight: bold;
	color: #990000;
}
#a_s #leftarea .topics dd dl dt a:hover,
#a_s #leftarea .topics dd p a:hover {
	text-decoration: underline;
}
#a_s #leftarea .topics dd dl dd,
#a_s #leftarea .topics dd p {
	margin-bottom: 10px;
	padding: 0;
	background: none;
}

#a_s #leftarea .topics dd p {
	padding-left: 110px;
}
#a_s #leftarea .topics dd p.eu {
	background: url("/appoint/images/icon_hotels_eu.gif") no-repeat;
}
#a_s #leftarea .topics dd p.am {
	background: url("/appoint/images/icon_hotels_am.gif") no-repeat;
}
#a_s #leftarea .topics dd p.fv {
	background: url("/appoint/images/icon_hotels_fv.gif") no-repeat;
}
#a_s #leftarea .topics dd p.other {
	background: url("/appoint/images/icon_hotels_other.gif") no-repeat;
}


/* section */
#a_s #leftarea .section {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 40px;
	background: url("../images/appoint_stay_index_bottomline.gif") no-repeat left bottom;
}
#a_s #leftarea .section h3 {
	height: 40px;
	margin-bottom: 0;
	background: url("../images/appoint_stay_index_section.jpg") no-repeat;
}

/* section > hotels 20110809 */
#a_s #leftarea #hotels {
	padding-bottom: 30px;
	background-color: #fef5e3;
}
#a_s #leftarea #hotels h3 {
	background-position: left top;
}

#a_s #leftarea #hotels .box {
	float: left;
	width: 210px;
	margin-top: 30px;
	padding: 0 15px;
}
#a_s #leftarea #hotels .box .img {
	height: 140px;
	margin-top: -196px;
}
#a_s #leftarea #hotels .box h4 {
	width: 100%;
	height: 46px;
	margin-top: 150px;
	padding: 0;
	text-indent: -9999px;
	font-size: 0;
	background: url("../images/appoint_stay_index_section.jpg") no-repeat;
}
#a_s #leftarea #hotels .box .title {
	height: 35px;
	margin-top: 56px;
	text-indent: -9999px;
	font-size: 0;
	background: url("../images/appoint_stay_index_section.jpg") no-repeat;
}
#a_s #leftarea #hotels .box .link {
	margin: 10px auto 0;
	width: 150px;
	height: 30px;
	background: url("../images/appoint_stay_index_section_links.jpg") no-repeat;
}
#a_s #leftarea #hotels .box .link a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	font-size: 0;
	background: url("../images/appoint_stay_index_section_links.jpg") no-repeat;
}

#a_s #leftarea #hotels #hotels_eu h4 {
	background-position: left -80px;
}
#a_s #leftarea #hotels #hotels_am h4 {
	background-position: -210px -80px;
}
#a_s #leftarea #hotels #hotels_fv h4 {
	background-position: left -161px;
}

#a_s #leftarea #hotels #hotels_eu .title {
	background-position: left -126px;
}
#a_s #leftarea #hotels #hotels_am .title {
	background-position: -210px -126px;
}
#a_s #leftarea #hotels #hotels_fv .title {
	background-position: left -207px;
}

#a_s #leftarea #hotels #hotels_eu p.link a {
	background-position: left top;
}
#a_s #leftarea #hotels #hotels_eu p.link a:hover {
	background-position: left -30px;
}
#a_s #leftarea #hotels #hotels_am p.link a {
	background-position: left -60px;
}
#a_s #leftarea #hotels #hotels_am p.link a:hover {
	background-position: left -90px;
}
#a_s #leftarea #hotels #hotels_fv p.link a {
	background-position: left -120px;
}
#a_s #leftarea #hotels #hotels_fv p.link a:hover {
	background-position: left -150px;
}

/* section > hotels 20110808
#a_s #leftarea #hotels {
	background-color: #fef5e3;
}
#a_s #leftarea #hotels h3 {
	background-position: left top;
}
#a_s #leftarea #hotels .box {
	clear: both;
	overflow: hidden;
	width: 694px;
	padding: 28px 13px 0;
	background-color: #fef5e3;
	position: relative;
}
#a_s #leftarea #hotels .box h4 {
	clear: none;
	width: 440px;
	margin: 0 0 12px 254px;
	padding-bottom: 0;
	text-indent: -9999px;
	font-size: 0;
	background: url("../images/appoint_stay_index_section.jpg") no-repeat;
}
#a_s #leftarea #hotels .box p.img {
	float: left;
	width: 240px;
	margin-right: 14px;
}
#a_s #leftarea #hotels .box p.title {
	width: 437px;
	margin: 0 0 10px 254px;
	font-weight: bold;
}
#a_s #leftarea #hotels .box p.text {
	width: 437px;
	margin-left: 254px;
	line-height: 1.5;
	font-size: 95%;
}
#a_s #leftarea #hotels .box p.link {
	position: absolute;
	right: 13px;
}
#a_s #leftarea #hotels .box p.link a {
	display: block;
	width: 110px;
	height: 20px;
	text-indent: -9999px;
	font-size: 0;
	background: url("../images/appoint_stay_index_section.jpg") no-repeat;
}
#a_s #leftarea #hotels .box p.link a:hover {
	background: url("../images/appoint_stay_index_section.jpg") no-repeat;
}

#a_s #leftarea #hotels #hotels_eu h4 {
	height: 62px;
	background-position: left -80px;
}
#a_s #leftarea #hotels #hotels_eu p.img {
	margin-top: -74px;
}
#a_s #leftarea #hotels #hotels_eu p.title {
	color: #ed6e37;
}
#a_s #leftarea #hotels #hotels_eu p.link {
	top: 38px;
}
#a_s #leftarea #hotels #hotels_eu p.link a {
	background-position: -440px -80px;
}
#a_s #leftarea #hotels #hotels_eu p.link a:hover {
	background-position: -440px -100px;
}

#a_s #leftarea #hotels #hotels_am h4 {
	height: 46px;
	background-position: left -142px;
}
#a_s #leftarea #hotels #hotels_am p.img {
	margin-top: -56px;
}
#a_s #leftarea #hotels #hotels_am p.title {
	color: #2a66af;
}
#a_s #leftarea #hotels #hotels_am p.link {
	top: 34px;
}
#a_s #leftarea #hotels #hotels_am p.link a {
	background-position: -440px -142px;
}
#a_s #leftarea #hotels #hotels_am p.link a:hover {
	background-position: -440px -162px;
}

#a_s #leftarea #hotels #hotels_fv h4 {
	height: 62px;
	background-position: left -188px;
}
#a_s #leftarea #hotels #hotels_fv p.img {
	margin-top: -74px;
}
#a_s #leftarea #hotels #hotels_fv p.title {
	color: #033301;
}
#a_s #leftarea #hotels #hotels_fv p.link {
	top: 38px;
}
#a_s #leftarea #hotels #hotels_fv p.link a {
	background-position: -440px -188px;
}
#a_s #leftarea #hotels #hotels_fv p.link a:hover {
	background-position: -440px -208px;
}
*/

/* section > plans */
#a_s #leftarea #plans {
	background-color: #fff;
}
#a_s #leftarea #plans h3 {
	background-position: left -40px;
}
#a_s #leftarea #plans .box {
	clear: both;
	overflow: hidden;
	width: 709px;
	margin: 23px 0 0 11px;
	position: relative;
}
#a_s #leftarea #plans .box h4 {
	width: 690px;
	height: 31px;
	margin-bottom: 19px;
	padding-bottom: 0;
	text-indent: -9999px;
	font-size: 0;
	background: url("../images/appoint_stay_index_section.jpg") no-repeat;
}
#a_s #leftarea #plans .box p.list {
	position: absolute;
	top: 13px; right: 21px;
	clear: both;
}
#a_s #leftarea #plans .box p.list a {
	display: block;
	width: 99px;
	height: 12px;
	text-indent: -9999px;
	font-size: 0;
	background: url("../images/appoint_stay_index_section.jpg") no-repeat;
}

#a_s #leftarea #plans .box dl {
	float: left;
	width: 225px;
	margin-right: 10px;
}
#a_s #leftarea #plans .box dl dt {
	float: left;
	width: 96px;
	margin-right: 7px;
}
#a_s #leftarea #plans .box dl dt img {
	border: 1px solid #ccc;
}

#a_s #leftarea #plans .box dl dd.data {
	float: left;
	width: 117px;
}
#a_s #leftarea #plans .box dl dd.data dl {
	float: none;
	width: 117px;
	margin-right: 0;
	font-size: 95%;
}
#a_s #leftarea #plans .box dl dd.data dl dt {
	float: none;
	margin: 0 0 0px 0;
	width: 120px;
}
#a_s #leftarea #plans .box dl dd.data dl dt a {
	color: #663200;
}
#a_s #leftarea #plans .box dl dd.data dl dt a:hover {
	text-decoration: underline;
}
#a_s #leftarea #plans .box dl dd.data dl dd {
	color: #ff0101;
}

#a_s #leftarea #plans .box dl dd.appoint {
	clear: both;
	width: 100%;
	padding-top: 10px;
}
#a_s #leftarea #plans .box dl dd.appoint a {
	display: block;
	width: 148px;
	height: 24px;
	margin: 0 auto;
	text-indent: -9999px;
	font-size: 0;
	background: url("../images/appoint_stay_index_section.jpg") no-repeat -572px -152px;
}
#a_s #leftarea #plans .box dl dd.appoint a:hover {
	background-position: -572px -176px;
}

#a_s #leftarea #plans #plans_eu h4 {
	background-position: left -249px;
}
#a_s #leftarea #plans #plans_eu p.list a {
	background-position: -621px -80px;
}
#a_s #leftarea #plans #plans_eu p.list a:hover {
	background-position: -621px -92px;
}

#a_s #leftarea #plans #plans_am h4 {
	background-position: left -280px;
}
#a_s #leftarea #plans #plans_am p.list a {
	background-position: -621px -104px;
}
#a_s #leftarea #plans #plans_am p.list a:hover {
	background-position: -621px -116px;
}

#a_s #leftarea #plans #plans_fv h4 {
	background-position: left -311px;
}
#a_s #leftarea #plans #plans_fv p.list a {
	background-position: -621px -128px;
}
#a_s #leftarea #plans #plans_fv p.list a:hover {
	background-position: -621px -140px;
}






#a_s #rightarea ul,
#a_s #rightarea ul li,
#a_s #rightarea ul li a {
	margin: 0;
	padding: 0;
	border: 0;
}

#a_s #rightarea .appoints {
	margin-bottom: 20px;
}
#a_s #rightarea .appoints li a {
	display: block;
	width: 210px;
	height: 45px;
	margin-top: 6px;
	text-indent: -9999px;
	font-size: 0;
	background: url("/images_renewal/rightarea_appoints.jpg") no-repeat;
}
#a_s #rightarea .appoints li a.a01 {
	background-position: left top;
}
#a_s #rightarea .appoints li a.a02 {
	background-position: left -45px;
}
#a_s #rightarea .appoints li a.a03 {
	background-position: left -90px;
}

#a_s #rightarea .dynamic {
	margin-bottom: 20px;
}
#a_s #rightarea .dynamic dt {
	height: 87px;
	text-indent: -9999px;
	font-size: 0;
	background: url("/images_renewal/rightarea_dynamic.jpg") no-repeat;
}
#a_s #rightarea .dynamic dd {
	padding: 0 6px 18px 5px;
	background-color: #f6f6f6;
}
#a_s #rightarea .dynamic dd ul li a {
	display: block;
	width: 199px;
	height: 38px;
	margin-top: 6px;
	text-indent: -9999px;
	font-size: 0;
	background: url("/images_renewal/rightarea_dynamic.jpg") no-repeat;
}
#a_s #rightarea .dynamic dd ul li a.d01 {
	background-position: left -87px;
}
#a_s #rightarea .dynamic dd ul li a.d02 {
	background-position: left -125px;
}

#a_s #rightarea .watermark {
	/*height: 270px;*/
	    height: 210px;
	margin-bottom: 20px;
	background: url("/images_renewal/watermark_210_270.jpg") no-repeat;
	position: relative;
}
#a_s #rightarea .watermark dt {
	text-indent: -9999px;
	font-size: 0;
}
#a_s #rightarea .watermark dd ul {
	position: absolute;
	bottom: 9px; left: 16px;
}
#a_s #rightarea .watermark dd ul li a {
	display: block;
	width: 178px;
	height: 20px;
	margin-top: 5px;
	text-indent: -9999px;
	font-size: 0;
	background: url("/images_renewal/watermark_210_270_link.jpg") no-repeat;
}
#a_s #rightarea .watermark dd ul li a.w01 {
	background-position: left top;
}
#a_s #rightarea .watermark dd ul li a.w02 {
	background-position: left -20px;
}

#a_s #rightarea .neighboring_hotel {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
#a_s #rightarea .neighboring_hotel dt {
	height: 32px;
	text-indent: -9999px;
	font-size: 0;
	background: url("/images_renewal/rightarea_neighboring_hotel.jpg") no-repeat;
}
#a_s #rightarea .neighboring_hotel dd {
	width: 198px;
	padding: 0 5px 5px;
	border: 1px solid #006599;
	overflow: hidden;
	_zoom: 1;
}
#a_s #rightarea .neighboring_hotel dd dl {
	clear: both;
	margin: 7px 0 0;
}
#a_s #rightarea .neighboring_hotel dd dl dt {
	height: auto;
	padding-left: 5px;
	text-indent: 0;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	background: none;
	border-left: 6px solid #006599;
}
#a_s #rightarea .neighboring_hotel dd dl dd {
	width: auto;
	margin-top: 5px;
}
#a_s #rightarea .neighboring_hotel dd dl dd {
	margin-top: 5px;
	padding: 0;
	border: 0;
}
#a_s #rightarea .neighboring_hotel dd dl dd .img {
	float: left;
	width: 54px;
	margin-right: 4px;
}
#a_s #rightarea .neighboring_hotel dd dl dd .img img {
	width: 50px;
	height: 50px;
	padding: 1px;
	border: 1px solid #ccc;
}
#a_s #rightarea .neighboring_hotel dd dl dd .text {
	float: right;
	width: 140px;
	/*font-family: "MS PGothic","Osaka",Arial,sans-serif;*/
	font-size: 85%;
	color: #000;
}
#a_s #rightarea .neighboring_hotel dd dl dd .link {
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 7px 0 0px;
}
#a_s #rightarea .neighboring_hotel dd dl dd .link a {
	display: block;
	width: 120px;
	height: 17px;
	margin: 0 auto;
	text-indent: -9999px;
	font-size: 0;
	background: url("/images_renewal/link_officialsite.jpg") no-repeat;
}


#a_s #rightarea .singlelink {
	clear: both;
	margin-bottom: 20px;
}

#a_s #rightarea .singlelink a:hover img,
#a_s #rightarea .appoints li a:hover,
#a_s #rightarea .dynamic dd ul li a:hover,
#a_s #rightarea .watermark dd ul li a:hover,
#a_s #rightarea .neighboring_hotel dd dl dd .link a:hover {
	filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
}




/* 0809追記
==================================================*/
#leftarea .box dd.charge {
	clear: both;
	color: #663200;
	padding-top: 10px;
	font-weight: bold;

}


/* 0810追記
==================================================*/
#a_s #rightarea dl.neighboring_hotel img {
	margin-bottom: 5px!important;
}

/* 0105追記
==================================================*/
#rightarea .stay_module .planlist {
	overflow: hidden;
	width: 198px;
	margin-top: 10px;
}

#rightarea .stay_module .planlist dt {
	float: left;
	width: 80px;
	font-weight: bold;
	font-size: 95%;
}

#rightarea .stay_module .planlist dd {
	float: right;
	width: 110px;
	font-size: 90%;
}

#rightarea .stay_module .planlist dd ul li a {
	padding-left: 8px!important;
	background: transparent url(/images_renewal/p_icon.gif) no-repeat left 5px!important;
}

#leftarea .section p.roombtn {
	overflow: hidden;
	_zoom: 1;
	margin-top: 10px;
}

#leftarea .section p.roombtn a {
	display: block;
	width: 100px;
	height: 24px;
	text-indent: -9999px;
	font-size: 0%;
	float: left;
}

#leftarea .section p.roombtn a.stayplanbtn {
	background: transparent url(../images/stayplan_btn.jpg) no-repeat left top;
	margin-right: 10px;
}

#leftarea .section p.roombtn a.stayplanbtn:hover {
	background-position:left -24px;

}

#leftarea .section p.roombtn a.availabilitybtn {
	background: transparent url(../images/availability_btn.jpg) no-repeat left top;
}

#leftarea .section p.roombtn a.availabilitybtn:hover {
	background-position:left -24px;

}

/* 0106追記
==================================================*/
#rightarea dl.stayplansignup {
	margin-bottom: 10px;
}

#rightarea dl.stayplansignup dt {
	text-indent: -9999px;
	font-size: 0%;
	width: 210px;
	height: 37px;
	background: transparent url(../images/stayplanbtn_title.gif) no-repeat left top;
}

#rightarea dl.stayplansignup dd {
	overflow: hidden;
	_zoom: 1;
	width: ;
	border: solid 1px #7F9BB3;
	background-color: #F1F9FC;
	padding: 5px 6px 5px;
}

#rightarea dl.stayplansignup dd a {
	display: block;
	width: 73px;
	border: solid 1px #69A6D3;
	color: #000;
	padding: 5px 5px 5px 15px;
	background: #fff url(../images/stayplanbtn_icon.gif) no-repeat 7px 10px;
	font-size: 80%;
	float: left;
}

#rightarea dl.stayplansignup dd a:hover {
	background: #CEE3F2 url(../images/stayplanbtn_icon.gif) no-repeat 7px 10px;

}

#rightarea dl.stayplansignup dd a.lastent {
	margin-left: 5px;
}

#leftarea .ap_infomation {
	margin-bottom: 20px;
	border: solid 2px #FFB9B9;
	padding: 10px 10px 0px 10px;
}

#leftarea .ap_infomation p {
	padding-bottom: 10px;
}

#leftarea .ap_infomation p.dotFrame {
	border-top: dotted 1px #FFB9B9;
	padding-top: 5px;
}

#leftarea .ap_infomation p.dotFrame strong {
	margin-bottom: 3px;
	display: block;
}


ul.iconsign {
	font-size: 85%;
}

ul.iconsign li {
	color: red;
	padding-left: 15px!important;
}

ul.iconsign li.Before {
	background: transparent url(/appoint/images/newimg/cld_left.gif) no-repeat left 1px;
}

ul.iconsign li.After {
	background: transparent url(/appoint/images/newimg/cld_right.gif) no-repeat left 1px;
}

