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

/*table_tour*/
.table_tour {
	margin: 0px 0px 30px 0px;
	width: 620px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	clear: both;
}
.table_tour th {
	text-align: left;
	vertical-align: top;
	width: 120px;
	font-weight: normal;
	background-color: #F6FFFF;
	padding: 6px;
	border: 1px solid #CCCCCC;
}
.table_tour td {
	padding: 12px;
	border: 1px solid #CCCCCC;
}

.pdf li {
	list-style-image: url(../tour/img/pdf_icon.jpg);
	line-height: 160%;
}

.new {
	color: #FFFFFF;
	background-color: #990000;
	padding: 0px 2px 2px 2px;
	font-size: x-small;
}

/*sampletour*/
h2#sampletour {
	background: url(../tour/img/tit_sampletour.gif) no-repeat;
	width:350px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*agent*/
h2#agent {
	background: url(../tour/img/tit_agent.gif) no-repeat;
	width:350px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}

/*package_tour*/
h2#package_tour {
	background: url(../tour/img/tit_package_tour.gif) no-repeat;
	width:205px;
	height: 30px;
	margin-bottom: 20px;
	text-indent: -10000px;
}