@charset "utf-8";

/* attraction 
------------------------------------------------------------------------------------------ */

.atr-box01 {
	width: 605px;
	padding: 0px 20px 16px 20px;
	_padding-bottom: 4px; /* for IE6 */
	background: url(img/atr_bg01.gif) no-repeat left bottom;
	margin-bottom: 4px;
}
*:first-child+html .atr-box01 {
	padding-bottom: 4px; /* for IE7 */
}
/* clerfix ----- */
.atr-box01:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .atr-box01 { display: inline-block; }
/* no ie mac \*/
* html .atr-box01 { height: 0.1%; }
.atr-box01 { display: block; }
/* */
/* for IE7 */
*:first-child+html .atr-box01 { display: inline-block; }
/* ----- clerfix */

.atr-box01 h3 {
	margin: 0px -20px 12px -20px;
}

.atr-box01 .txt {
	width: 348px;
	float: left;
}
.atr-box01 .txt .comment {
	padding-bottom: 11px;
	background: url(../common/img/line03.gif) repeat-x left bottom;
	margin-bottom: 5px;
}
.atr-box01 .txt .price {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
	background: url(../common/img/line03.gif) repeat-x left bottom;
	margin-bottom: 8px;
}
.atr-box01 .txt .price li {
	margin: 0px;
	padding: 0px;
	display: inline;
	padding-right: 24px;
}
.atr-box01 .txt .price li img {
	margin-right: 5px;
	vertical-align: middle;
}

.atr-box01 .thumb {
	width: 236px;
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
	margin-top: -38px;
}


#atr-ticket {
	width: 20.5em;
	padding: 6px;
	background: #fffbc6;
	float: right;
	font-size: 10px;
	white-space: nowrap;
}
/* clerfix ----- */
#atr-ticket:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html #atr-ticket { display: inline-block; }
/* no ie mac \*/
* html #atr-ticket { height: 0.1%; }
#atr-ticket { display: block; }
/* */
/* for IE7 */
*:first-child+html #atr-ticket { display: inline-block; }
/* ----- clerfix */

#atr-ticket img {
	float: left;
	margin-right: 0.5em;
}

#atr-lnk01 {
	padding-top: 16px;
}












