/*-------------------------------summary--------------------------------*/
#title h2 span {
	display: none;
	}

#title h2 { 
	background: transparent url(images/hoptional.gif) no-repeat;
	top: 0px;
	left: 270px;
	width: 250px;
	height: 45px;
	position: relative;
	z-index: 2;
	}

/*-------------------------------tour-----------------------------------*/
#tour {
	top: 10px;
	padding-bottom: 50px;
        width: 760px;
	position: relative;
	z-index: 3;
	}

#detail {
	top: 0px;
	left: 220px;
        width: 500px;
	position: relative;
	z-index: 3;
	}	

/*--------------------------------photo--------------------------------*/
#photo {
	top: 0px;
	left: 30px;
	height: 120px; 
        width: 160px;
	position: absolute;
	z-index: 3;
	}	

#optional_icon {
	top: 10px;
	left: 30px;
	width: 700px;
	height: 90px;
	position: relative;
	z-index: 1;
	}

