/*	main:	#797979		*/
/*	second:	#EAEAEA		*/		
/*	text:	#555555;	*/	

/***********************************************/
/* Header                                      */
/***********************************************/
#tab { 
	margin-top:		5px; 
	padding:		0px; 
	width:			100%; 
	border-bottom:	5px solid #797979;
	height:			24px;
	overflow: 		hidden;
}
#site_name {	
	font-size:		120%; 
	font-weight:	bold; 
	color:			#555555; 
}

/***********************************************/
/* FOOTER                                      */
/***********************************************/
#footer { 
	margin:			0px; 
	text-align:		right; 
	font-weight:	bold; 
	border-top:		3px solid #797979;
} 

#footer td {
	padding:		5px 10px; 	
}

/***********************************************/
/* Text                                        */
/***********************************************/

.bold_color { 
	font-weight:	bold; 
	color:			#555555; 
}
.bold_color_small { 
	font-weight:	bold; 
	color:			#555555; 
	font-size:		80%; }
.new_up { 
	font-size:		60%;
	color:			red; 
}

/***********************************************/
/* TITLE                                       */
/***********************************************/
.path_title { 
	font-size:		100%; 
	font-weight:	bold; 
	color:			#555555;
	line-height:	1.5; 
}

.s_title { 
	border-bottom:	1px dotted #aaa;
	font-weight:	bold;
	text-align:		left;
	margin-bottom: 	10px;
}

.m_title { 
	border-bottom:	1px solid #aaa;
	font-weight:	bold;
	text-align:		left; 
}



/***********************************************/
/* SUB TITLE                                   */
/***********************************************/

.subtitle { 
	width:			95%;
	font-size:		80%;
	font-weight:	bold;
	margin-bottom:	5px;
	margin-left:	4px;
}

/***********************************************/
/* OTHERS                                      */
/***********************************************/
.mini_right {
	font-weight: normal;
	vertical-align: bottom;
	padding:3px;
	font-size: 80%;
	text-align: right;
}

.basic ol {
	margin-top: 	5px;
	margin-bottom: 	5px;
}

/***********************************************/
/* Tour List                                   */
/***********************************************/
.tourList {
	margin: 0 0 5px 0;	
	font-size: 12px;
}

.tourList td {
	width: 20%;
	border: 1px dotted #ccc;
	padding: 5px;
	line-height: 1.5;
	text-align: center;
	background-color: #f9f9f9;	
}

.tourList td.g{
	background-color: #f3f3f3;	
}

.tourList td a.pic {
	margin: 0 0 10px 0;	
}