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


div#mainContent{
	position:relative;
	width:960px;
	height:2650px;
	margin:0;
	padding-bottom:10px;	
	
}


/*============date================*/

#date1{
	position:relative;
	width:615px;
	height:521px;
	background:url(../img/travel_date1.jpg) 0 0 no-repeat;
}


#date2{
	margin:15px 0;
	position:relative;
	width:615px;
	height:388px;
	background:url(../img/travel_date2.jpg) 0 0 no-repeat;
}


/*============pageMov================*/

.pageMov{
	position:relative;
	width:605px;
	height:15px;
	background-color:#f2383c;
	padding:5px;
	margin-bottom:15px;	
}

.pageMov .back {
	position:relative;
	float:left;	
}

.pageMov .back a{	
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.pageMov .back a:hover{
	text-decoration:underline;
	}

.pageMov .next {
	position:relative;
	float:right;
	width:180px;	
}

.pageMov .next a{	
	display:block;	
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.pageMov .next a:hover{
	text-decoration:underline;
	}


/*============talk================*/


#talk{
	clear:both;
	position:relative;
	font-size:12px;
	line-height:22px;
	color:#3a0001;
	height:570px;
	
}
	
#talk img.phLeft{
	float:left;
}
	
#talk img.phRight{
	float:right;
}

#talk2{
	position:relative;
	font-size:12px;
	line-height:22px;
	color:#3a0001;
	height:350px;
	
	}
	
#talk2 img.phLeft{
	float:left;
}
	
#talk2 img.phRight{
	float:right;
}


#talk a,
#talk2 a{
	color:#3a0001;
	text-decoration:underline;
}	
	
	
/*============Vitamin================*/	


#vitamin{
	position:relative;
	width:615px;
	height:130px;
	margin:60px 0 30px;
}

#vitamin #vititle{
	position:relative;
	width:615px;
	height:80px;
	background:url(../img/report_travel.jpg) 0 0 no-repeat;
	}

#vitamin div#readBtn{
	position:absolute;
	width:163px;
	height:40px;
	top:80px;
	left:120px;
}

#vitamin div#readBtn a{
	display:block;
	width:163px;
	height:40px;
	background:url(../img/vit_read.jpg) 0 0 no-repeat;	
}

#vitamin div#readBtn a:hover{
	background-position:0 -40px;
}


#vitamin div#postBtn{
	position:absolute;
	width:163px;
	height:40px;
	top:80px;
	left:315px
}

#vitamin div#postBtn a{
	display:block;
	width:163px;
	height:40px;
	background:url(../img/vit_post.jpg) 0 0 no-repeat;	
}

#vitamin div#postBtn a:hover{
	background-position:0 -40px;
}

