


/*ÅÇ¼³Á¤ */
.container {width: 100%; margin: 0px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 2px solid #bebebe;
	border-left: 1px solid #d4d4d4;
	width:1000px;
	font-size: 9pt;

}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #d4d4d4;
	border-left: none;
	margin-bottom: -1px;
	background: #E3E0E0; /* ºñÈ°¼ºÅÇ ¹è°æ»ö */
	overflow: hidden;
	position: relative;
	font-size: 9pt;

}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 9pt;
/*	font-weight:bold; */
	padding: 0 10px;			/* ÅÇ³»ºÎ ÁÂ¿ì ¿©¹é */
	border: 1px solid #fff;	/* ÅÇ»çÀÌ ¿©¹é */
	outline: none;
}
ul.tabs li a:hover {		/* ÅÇ ¸¶¿ì½º ¿À¹ö */
	background: #FFFFFF ;
	font-size: 9pt;
}	


 /*ÅÇ È°¼º ¹è°æ»ö */
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #ffb11b;					/*È°¼ºÅÇ ¹è°æ»ö */
	border-bottom: 1px solid #fff;
	font-size: 9pt;
}

.tab_container {
	border: 0px solid #d4d4d4;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
/*	background: #fff;		*/
	font-size: 9pt;

}
.tab_content {
	padding: 0px;
    font-size: 9pt; color: #003457; 
	background: #fff;
	width: 1000px;
	border: 0px solid red;

}
