/*-------------------------------header--------------------------------*/
#tour_icon {
	top: 170px;
	left: 20px;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 2;
	}

#title h2 span {
	display: none;
	}

#title h2 { 
	background: transparent url(images/hknp.gif) no-repeat;
	top: 0px;
	left: 240px;
	width: 400px;
	height: 45px;
	position: relative;
	z-index: 2;
	}

/*-------------------------------content--------------------------------*/
#content {
	top: 10px;
	left: 250px; 
        width: 450px;
	position: relative;
	z-index: 3;
	}

#content ul {
	margin: 0;
	padding: 0;
        text-indent:0px;
	list-style-type: none;	
	}

#content li {
        line-height:18px;
        font-size: 80%;
        letter-spacing: 1px;
	}

#content b {
	color: blue;
	}

/*--------------------------------photo--------------------------------*/
#photo1 {
	background: url(images/knp02.gif) no-repeat;
	top: 380px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

#photo2 {
	background: url(images/knp03.gif) no-repeat;
	top: 505px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

#photo3 {
	background: url(images/knp04.gif) no-repeat;
	top: 630px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

#photo4 {
	background: url(images/knp05.gif) no-repeat;
	top: 755px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

