@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#d0d0d0;
}

td.f_menu {	
	width:140px; 
	height:44px;
}

td.menu {
	width:130px;
	height:44px;
}

a.s_menu_link,.menu_link {
	color:#0088cf;
	font-weight:bold;
	text-decoration:none;
}

a.menu_link {
	color:#282828;
}

td.left_shadow {
	background:url(../images/home/left_shadow.gif) repeat-y;
	width:6px;
}

td.right_shadow {
	background:url(../images/home/right_shadow.gif) repeat-y;
	width:6px;
}

span.black_text {
	color:#575757;
	font-size:15px;
	font-weight:bold;
	position:relative;
	top:5px;
}

span.blue_text {
	color: #0088cf;
	font-size:15px;
	font-weight:bold;
	position:relative;
	top:5px;
}

div.news {
	background:url(../images/home/QT_news_bar.gif) no-repeat;
	width:192px;
	height:43px;
	font-size:12px;
	color:#575757;
}

div.announcement_content {
	font-size:12px;
	color:#575757;
	width:192px;
	margin-left:15px;
	line-height:18px;
	padding-bottom:30px;
	border: #d0d0d0 solid 1px;
	margin-top:6px;
}

div.about_us {
	font-size:12px;
	line-height:22px;
	color:#575757;
	padding-bottom:20px;
	border-bottom:1px solid #d0d0d0;
}

div.page_title {
	font-weight:bold;
	margin-top:20px;
	font-size:15px;
}

span.index_title {
	color:#575757; 
	position:relative; 
	bottom:5px; 
	left:10px; 
	font-size:14px; 
	font-weight:bold;
}

div.about_content {
	font-size:12px;
	color:#575757;
	line-height:22px;
	padding-right:56px;
	padding-bottom:20px;
	margin-left:10px;
}

div.paragraph {
	margin-top:20px;
}

span.orange_text {
	color:#fe6700;
	font-size:14px;
}

input.input_text {
	width:380px;
	height:20px;
	border: 1px #595959 solid;
}

