/*-------------------------------header--------------------------------*/
#tour_icon {
	top: 190px;
	left: 20px;
	width: 200px;
	height: 170px;
	position: absolute;
	z-index: 2;
	}

#title h2 span {
	display: none;
	}

#title h2 { 
	background: transparent url(images/hpromotion.gif) no-repeat;
	top: 0px;
	left: 250px;
	width: 300px;
	height: 45px;
	position: relative;
	z-index: 2;
	}

/*-------------------------------content--------------------------------*/
#content {
	top: 10px;
	left: 250px; 
        width: 450px;
	position: relative;
	z-index: 3;
	}

#content li a {
	color: #F74725;
	text-decoration: none;
        font-weight: bold;
	}

#content li a:hover {
	color: #1E06D7;
	text-decoration: underline;
	}
	
#content ul {
	margin: 0;
	padding: 0;
        text-indent:0px;
	list-style-type: square;	
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
	padding-left: 20px; 
	}

#content li {
        line-height:18px;
        font-size: 80%;
        letter-spacing: 1px;
	padding-left: 10px; 
	}

#content b {
	color: blue;
	}

#detail {
	position: relative;
	}
/*--------------------------------photo--------------------------------*/
#photo1 {
	background: url(images/mari01.gif) no-repeat;
	top: 420px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

#photo2 {
	background: url(images/klias01.gif) no-repeat;
	top: 545px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

#photo3 {
	background: url(images/kayak01.gif) no-repeat;
	top: 670px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

#photo4 {
	background: url(images/sapi01.gif) no-repeat;
	top: 795px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

/*--------------------------reservation-------------------------*/
#reservation {
	top: 0px;
	left: 180px;
	width: 67px;
	height: 80px;
	position: absolute;
	z-index: 4;
	}

