@CHARSET "UTF-8";
/*	main:	#993399		*/
/*	second:	#FFE0FF		*/
/*	text:	#660066		*/
/*	border:	#D279D2		*/

/***********************************************/
/* Header                                      */
/***********************************************/
#tab { 
	margin-top:		5px; 
	padding:		0px; 
	width:			100%; 
	border-bottom:	5px solid #993399;
	height:			24px;
	overflow: 		hidden;
}



/***********************************************/
/* FOOTER                                      */
/***********************************************/
#footer { 
	margin:			0px; 
	text-align:		right; 
	font-weight:	bold; 
	border-top:		3px solid #993399;
}

#footer td {
	padding:		5px 10px; 	
}
/***********************************************/
/* Text                                        */
/***********************************************/
.color_main { 
	color:	#993399;
}
.color_text	{ 
	color:	#660066; 
}
.bold_color { 
	font-weight:	bold; 
	color:	#660066; 
}
.bold_color_small { 
	font-weight:	bold;
	color:	#660066;
	font-size:80%; 
}

/***********************************************/
/* BG Color                                    */
/***********************************************/
.bgcolor_main	{ 
	background-color:	#993399; 
}
.bgcolor_second	{ 
	background-color:	#FFE0FF; 
}

/***********************************************/
/* TITLE                                       */
/***********************************************/
.title_line { 
	text-align: left; 
	font-size:	100%; 
	color:	#660066; 
	width: 	90%; 
	border-bottom: 1px solid #993399; 
	font-weight	:bold;
}

.title_top { 
	text-align:	center; 
	font-size: 110%; 
	line-height: 1.3; 
	font-weight: bold; 
	color:	#ffffff; 
	border:	1px solid #993399; 
	width: 	100%; 
	padding: 	0px; 
	margin: 	0px; 
	background-image: url('../image/immigration/title_back.gif'); 
}

.title_navi{ 
	text-align:	center; 
	width:	100%; 
	padding:	5px 3px 3px; 
	margin:	0px; 
	border-top:	1px solid #D279D2;
	font-weight:	bold; 
	font-size:	80%; 
	color:	#FFFFFF; 
	background-image: url('../image/immigration/title_back.gif'); 
}



