@charset "EUC-JP";

@import "/r_css/imports.css";
@import "/r_css/parts/cmslist.css";

/*----------------------------------------------------------------
	
	xxx CSS
	
	contents
	
	topicPath
	
	contentsHeader
	
	contentsContainer
	
	contentsFooter
	
	
	----------------------------------------------------------------*/


/* contents
========================================== */
#contents{
}

/* contentsHeader
========================================== */
.contentsHeader{
}
.contentsHeader h1{
}


/* contentsContainer
========================================== */
.contentsContainer{
	width:715px;
}
.contentsContainer .section{
	width:705px;
	margin:15px auto;
	background:url(../img/bg.jpg) repeat-y;
}
.contentsContainer .section .wrapper{
	width:685px;
	padding:10px 10px 35px;
	background:url(../img/btm.jpg) no-repeat;
	background-position:left bottom;
}
.contentsContainer .section .wrapper:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
.contentsContainer .section .wrapper .img{
	float:left;
	display:inline;
	width:292px;
	margin-right:10px;
}
.contentsContainer .section .wrapper .txt{
	float:left;
	display:inline;
	width:383px;
	color:#FFF;
}
.contentsContainer .section .wrapper .txt .guest{
}
.contentsContainer .section .wrapper .txt .guest h2{
	background:url(../img/bg_tit_guest.jpg) no-repeat;
	height:21px;
	padding:7px 0 0 70px;
	margin-bottom:8px;
	font-weight:bold;
}
.contentsContainer .section .wrapper .txt .guest .unit{
	clear:both;
	width:383px;
	margin:4px 0;
}
.contentsContainer .section .wrapper .txt .guest .unit:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility:	hidden;
	font-size: 0;
}
.contentsContainer .section .wrapper .txt .guest .unit h3{
	float:left;
	display:inline;
	margin-top:4px;
}
.contentsContainer .section .wrapper .txt .guest .unit h3 img{
	vertical-align:middle;
	margin-left:2px;
}
.contentsContainer .section .wrapper .txt .unit ul{
	float:right;
	display:inline;
}
.contentsContainer .section .wrapper .txt .unit ul li{
	display:inline;
}

.contentsContainer .section .wrapper .txt .guestInfo{
	margin:15px 0;
}
.contentsContainer .section .wrapper .txt .guestInfo h2{
	background:url(../img/bg_info_guest.jpg) no-repeat left bottom;
	padding:0 0 11px 5px;
	margin-bottom:6px;
}
.contentsContainer .section .wrapper .txt .guestInfo .img{
	float:left;
	display:inline;
	width:93px;
	margin:0 10px 0 5px;
}
.contentsContainer .section .wrapper .txt .guestInfo .txt{
	float:right;
	display:inline;
	width:275px;
}
.contentsContainer .section .wrapper .txt .guestInfo .txt h3{
	font-weight:bold;
}
.contentsContainer .section .wrapper .guestInfo .txt ul{
	float:right;
	display:inline;
	margin:8px 0;
}
.contentsContainer .section .wrapper .guestInfo .txt ul li{
	display:inline;
}
.contentsContainer .section .wrapper .txt .guestInfo .txt ul li img{
	vertical-align:middle;
}
.contentsContainer .section .wrapper .txt .guestInfo .txt ul li.price{
	border:1px solid #FFF;
	padding:3px;
}
/*for IE6*/
*html .contentsContainer .section .wrapper .txt .guestInfo .txt ul li.price{
	margin-right:5px;
}
/*for IE7*/
*:first-child+html .contentsContainer .section .wrapper .txt .guestInfo .txt ul li.price{
	margin-right:5px;
}
.contentsContainer .section .wrapper .txt .guestInfo .txt span{
	float:right;
	background:url(../img/icon_arrow.gif) no-repeat;
	background-position:right 2px;
	padding-right:12px;
}
.contentsContainer .section .wrapper .txt .guestInfo .txt span a{
	color:#FFF;
	font-size:12px;
}