@CHARSET "UTF-8";
/*	main:	#B4783C		*/
/*	second:	#F0E0CE		*/
/*	text:	#9C3031		*/
/*	border:	#DFAF88		*/

/*	main:	#B4783C		*/
/*	second:	#F0E0CE		*/
/*	text:	#9C3031		*/
/*	border:	#DFAF88		*/
/*  /worholi/				*/

/***********************************************/
/* Header                                      */
/***********************************************/
#tab { 
	margin-top:		5px; 
	padding:		0px; 
	width:			100%; 
	border-bottom:	5px solid #B4783C;
	height:			24px;
	overflow: 		hidden;
}



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

#footer td {
	padding:		5px 10px; 	
}
/***********************************************/
/* Text                                        */
/***********************************************/
.color_main { 
	color:	#B4783C;
}
.color_text	{ 
	color:	#9C3031; 
}
.bold_color { 
	font-weight:	bold; 
	color:	#9C3031; 
}
.bold_color_small { 
	font-weight:	bold;
	color:	#9C3031;
	font-size:80%; 
}

/***********************************************/
/* BG Color                                    */
/***********************************************/
.bgcolor_main	{ 
	background-color:	#B4783C; 
}
.bgcolor_second	{ 
	background-color:	#F0E0CE; 
}

/***********************************************/
/* TITLE                                       */
/***********************************************/
.title_line { 
	text-align: left; 
	font-size:	100%; 
	color:	#9C3031; 
	width: 	90%; 
	border-bottom: 1px solid #B4783C; 
	font-weight	:bold;
}

.title_top { 
	text-align:	center; 
	font-size: 110%; 
	line-height: 1.3; 
	font-weight: bold; 
	color:	#ffffff; 
	border:	1px solid #B4783C; 
	width: 	100%; 
	padding: 	0px; 
	margin: 	0px; 
	background-image: url('../image/worholi/title_back.gif'); 
}

.title_navi{ 
	text-align:	center; 
	width:	100%; 
	padding:	5px 3px 3px; 
	margin:	0px; 
	border-top:	1px solid #DFAF88;
	font-weight:	bold; 
	font-size:	80%; 
	color:	#FFFFFF; 
	background-image: url('../image/worholi/title_back.gif'); 
}



.title_paragraph {
	width: 90%;
	font-size: 14px;
	text-align: left;
	margin: 0 auto;
	padding: 3px 5px 2px 15px;
	background:	url('/image/worholi/bg/title_paragraph.gif') repeat-x;
	font-weight: bolder;
	border-bottom: 1px solid #ddd;
	border-top: 3px solid #B4783C;
	border-right: 1px solid #ddd;
	color: #9C3031;
	letter-spacing: 1px;
	clear: both;
}

.title_subpara {
	width: 90%;
	border-bottom: 1px dotted #666;
	font-weight: bolder;
	color: #c60;
	text-align: left;
}


.box_grey { 
	width: 90%;
}

/***********************************************/
/* OVER WRITE                                  */
/***********************************************/

ul {
	width: 90%;
	text-align:left;
	margin:10px auto;
}

ul li {
	margin-left: 30px;
}

ol { 
	width: 90%;
	text-align:left;
	margin:10px auto;
}

ol li {
	margin-left: 30px;
}

.box_yellow {
	width: 87%;
	padding: 10px;
	text-align: left;
}

.table {
	width: 90%;
}
