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

#tour{
	width:660px;
	float:right;
}
h3{
	background-image: url(../images/h3_title04.gif);
}
#tour table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
	margin:10px 0 0;
}
#tour .td01 {
	border-bottom:1px dotted #bbb;
	border-right:1px solid #ccc;
	background-color:#f3fafb;
	text-align:center;
	letter-spacing:1px;
	vertical-align:top;
	width:120px;
}
#tour table td {
	border-bottom:1px dotted #bbb;
	border-right:1px solid #ccc;
}
.dl a{
	width:98px;
	height:16px;
	display:block;
	text-indent:-9999px;
	background:url(../images/tou_doc_dl.gif) no-repeat 0 0;
	line-height:100%;
}
.dl a:hover{
	background:url(../images/tou_doc_dl.gif) no-repeat 0 -16px;
}


