@charset "UTF-8";

form { margin: 0px; padding: 0px; }
table { border-collapse: collapse; }
th { font-weight: normal; padding: 0px; }
th, td { 
/*	text-align: left;*/
	vertical-align: top; padding: 0px; }

a.common_btn {
	text-indent: -9999px;
	display: block;
	height: 35px;
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

a.common_btn:hover {
	background-position: right;
}

.btn_why {
	background-image: url(../images/btn_why.gif);
	width: 129px;
}

.btn_movie {
	background-image: url(../images/btn_movie.gif);
	width: 182px;
}

.btn_history {
	background-image: url(../images/btn_history.gif);
	width: 133px;
}

.btn_next {
	background-image: url(../images/btn_next.gif);
	width: 129px;
}

.movie {
	text-align: center;
	margin: 20px 0px;
}

.history_img {
	text-align: center;
	margin: 20px 0px;
}

.history_img img {
	border: 3px solid #000;
}

.content_head p.back2 {
	position: absolute;
	top: 14px;
	right: 14px;
}

.content_head p.back2_2 {
	position: absolute;
	top: 35px;
	right: 14px;
}

.recommend_block {
	background: url(../images/recommend_ry.gif) repeat-y top left;
}

	.recommend_block .btm {
		height: 9px;
		background: url(../images/recommend_btm.gif) no-repeat left bottom;
	}

#recommend_tbl {
	width: 479px;
	margin: 0px auto;
}

	#recommend_tbl td.text {
		width: 153px;
		padding-bottom: 10px;
		background: url(../images/recommend_tbl_btm.gif) no-repeat left bottom #fff;
	}
	
	#recommend_tbl td.text a {
		margin: 0px 5px;
		display: block;
		color: #58382B;
	}

#exp_list_tbl {
	margin: 15px 10px 0px 10px;
	width: 490px;
}
	
	#exp_list_tbl td {
		vertical-align: middle;
	}
	
	#exp_list_tbl td.icon {
		width: 32px;
		padding-bottom: 5px;
	}
	
	#exp_list_tbl td.text {
		padding-bottom: 5px;
	}
	
	#exp_list_tbl img {
		margin: 0px;
	}
	
#right_list_tbl {
	margin: 10px 0px 0px 25px;
}

	#right_list_tbl td {
		padding: 3px;
	}
	
	#right_list_tbl td span {
		cursor: pointer;
	}
	
.exp_images1,
.exp_images2 {
	text-align: center;
}

	.exp_images1 img {
		margin-top: 10px;
	}
	
	.exp_images2 img {
		margin-top: 20px;
	}
	
.item_link_tbl {
	margin-top: 10px;
}

	.item_link_tbl td {
		padding: 0px 20px 0px 15px;
		background: url(../images/arrow.gif) no-repeat left center;
		vertical-align: middle;
	}
	
	.item_link_tbl td.blank {
		background: none;
	}
	
	.item_link_tbl td span {
		color: #FF5400;
		cursor: pointer;
	}
	
	.item_link_tbl td span.smaller {
		color: #58382B;
		cursor: text;
	}

.attention {
	margin: 10px 14px 0px 0px;
	color: #F00;
	font-weight: bold;
}
	
.how2tbl {
	margin: 10px 14px 0px 0px;
}

	.how2tbl td.img {
		padding-bottom: 20px;
	}
	
	.how2tbl td.text {
		vertical-align: middle;
		padding-left: 10px;
		padding-bottom: 20px;
	}
	
.hint_tbl {
	margin: 20px 14px 0px 0px;
}

	.hint_tbl td.img {
	}
	
	.hint_tbl td.text {
		padding-left: 10px;
	}

.hint_images {
	text-align: center;
	margin: 10px 10px 0px 0px;
}

	.hint_images img {
		margin: 0px 5px;
	}

.btn_tbl {
	margin: 20px 0px 20px 90px;
	width: 320px;
}

	.btn_tbl td {
		padding: 5px;
	}

.btn_tbl2 {
	margin: 20px 0px 20px 190px;
	width: 320px;
}

.btn_tbl3 {
	margin: 20px 0px 20px 160px;
	width: 320px;
}

.btm_navi_tbl {
	width: 499px;
}

	.btm_navi_tbl td.link {
		width: 95px;
	}


a.link_prev_exp,
a.link_next_exp,
a.link_back_page {
	text-indent: -9999px;
	display: block;
	height: 19px;
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

a.link_prev_exp:hover,
a.link_next_exp:hover,
a.link_back_page:hover {
	background-position: right;
}

a.link_prev_exp {
	width: 95px;
	background-image: url(../images/link_prev_exp.gif);
}

a.link_next_exp {
	width: 95px;
	background-image: url(../images/link_next_exp.gif);
}

a.link_back_page {
	width: 116px;
	background-image: url(../images/link_back_page.gif);
	margin: 10px 0px 0px 200px;
}


#float_win {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #FFF;
	border-bottom: 4px solid #dacdb1;
	display: none;
}

#float_win_inside {
	border: 3px solid #ac8c69;
	padding: 7px 10px;
}

	#float_win_inside table td.text {
		padding-left: 7px;
	}
	
/*dacdb1*/

