@charset "utf-8";
/* CSS Document */

.tour_info {
	width:660px;
	float:right;
}
h3 {
	display:block;
	text-indent:-9999px;
	height:37px;
	margin:10px 0 15px;
	padding:0;
	font-size:0;
	line-height:100%;
	background-repeat: no-repeat;
	background-position:0 0;
}
/* hokkaido */
#hokkaido h3 {
	background-image: url(../images/h3_title01.gif);
}
/* kyushu */
#kyushu h3 {
	background-image: url(../images/h3_title02.gif);
}
/* hokuriku */
#hokuriku h3 {
	background-image: url(../images/h3_title03.gif);
}
/* china */
#china h3 {
	background-image: url(../images/h3_title04.gif);
}
/* korea */
#korea h3 {
	background-image: url(../images/h3_title05.gif);
}
/* taiwan */
#taiwan h3 {
	background-image: url(../images/h3_title06.gif);
}
/* okinawa */
#okinawa h3 {
	background-image: url(../images/h3_title07.gif);
}
/* other */
#other h3 {
	background-image: url(../images/h3_title08.gif);
}
h4 {
	font-size:1.2em;
	border-left:6px solid #00afec;
	margin:0;
	padding:0 0 0 8px;
}
h4 a{
	font-weight:normal;
}


/* Index */

.list {
	background:url(../../shared/images/border01.gif) repeat-x 0 bottom;
	padding:0 10px 10px;
	margin:0 0 20px;
}
.list ul {
	margin:7px 0 5px;
	padding:0;
}
.list li {
	margin:0;
	padding:3px 0 2px 12px;
	list-style:none;
	background:url(../../shared/images/icon_arrow01.gif) no-repeat 0 8px;
	border-bottom:1px dotted #c4c4c4;
}
.list li strong {
	font-size:1.2em;
}
.list p a {
	display:block;
	text-indent:-9999px;
	width:77px;
	height:17px;
	margin:0 0 0 auto;
	background:url(../images/icon_detail.gif) no-repeat 0 0;
}



/* Details */

.details h4{
	margin-bottom:15px;
}
.details{
	margin:0 auto;
	width:639px;
}
.details ul{
	margin:0 10px 0 0;
	padding:0;
	width:204px;
	float:left;
	list-style:none;
}
.details ul li{
	margin:0 0 10px;
	padding:0;
}
.details ul li img{
	border:1px solid #bbb;
}
.details div{
	width:425px;
	float:left;
}
.details table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:425px;

}
.details table th {
	border-bottom:1px dotted #bbb;
	border-right:1px solid #ccc;
	background-color:#f3fafb;
	width:100px;
	font-weight:normal;
	letter-spacing:1px;
}
.details table td {
	border-bottom:1px dotted #bbb;
	border-right:1px solid #ccc;
}
.details table td strong {
	font-size:1.2em;
}
.goindex{
	width:89px;
	height:26px;
	margin:0 0 0 auto;
	display:block;
	text-indent:-9999px;
	background-image: url(../images/btn_goindex.gif);
	background-repeat: no-repeat;
	background-position:0 0;	
}
.goindex:hover{
	background-position:0 -26px;
}
.width_txt{
	font-size:1px;
	color:#fff;
	line-height:70%;
}

.table01 {
	width:660px;
	margin:0 0 20px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	table-layout:fixed;
}
.table01 td {
	border-right:1px solid #ccc;
	border-bottom:1px dotted #ccc;
}
.table01 th{
	border-bottom:1px dotted #bbb;
	border-right:1px solid #ccc;
	background-color:#f3fafb;
	text-align:center;
	vertical-align:top;
}
.ct{
	text-align:center;
}




#sort_box dl,
#sort_box dt,
#sort_box dd{
	margin:0;
	padding:0;
}
#sort_box dt{
	float:left;
	width:80px;
}




