/*-------------------------------header--------------------------------*/
#tour_icon {
	background: url(images/mari02.gif) no-repeat;
	top: 170px;
	left: 20px;
	width: 200px;
	height: 290px;
	position: absolute;
	z-index: 2;
	}

#title h2 span {
	display: none;
	}

#title h2 { 
	background: url(images/hmari.gif) no-repeat;
	top: 0px;
	left: 240px;
	width: 300px;
	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/mari03.gif) no-repeat;
	top: 475px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

#photo2 {
	background: url(images/mari04.gif) no-repeat;
	top: 600px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

#photo3 {
	background: url(images/mari05.gif) no-repeat;
	top: 725px;
	left: 40px;
	height: 125px; 
        width: 165px;
	position: absolute;
	z-index: 3;
	}	

