/* CSS Document */

/***Directory Inner***/
#contant_box2{
	float:left;
	width:798px;
	margin:0;
	margin:0 21px;
	background:url(/images/sub_contetns_bg.gif) top right no-repeat #FFFFFF;
	}
#sub_contents_wrap{
	float:left;
	width:798px;
	background: url(/images/sub_contetns_bg.gif) top right no-repeat  #fbfbfb;
	}
.under_text_dir{
	padding:30px 20px;
	width:758px;
	float:left;
	}
	#leftNav{
		float:left;
		width:190px;
		}
	#leftNav ul li{
		background: url(/images/arrow_orange.gif) no-repeat 0 center;
		padding:2px 0 2px 8px;
		}
		#leftNav ul li a{
			color:#333333;
			font-weight:bold;
			text-decoration:none;
			}
		#leftNav ul li a:hover{
			color:#d24700;
			text-decoration:underline;
			}
	#contents{
		float:right;
		width:547px;
		color:#333333;
		border-left:1px solid #cccccc;
		padding-left:20px;
		}
		#contents p {
			color:#333333;
			}
			#contents p a:hover{
				color: #666666;
				text-decoration:none;
				}
	.tle_orange{
		color:#ea4f00;
		font-weight:bold;
		font-size:10pt;
		}
