@charset "utf-8";
/* CSS Document */

table#content_table{
	position: absolute;
	z-index: 12;
	top: 58px;
	left: 79px;
}
table#content_table.no_sub{
	top: 32px;
}
table#content_table.main{
	top: 32px;
}
#main_header{
	height: 57px;
	background: #fff;
	padding-bottom: 15px;
}

#main_header_text{
	background: #5eb4bb;
	height: 45px;
}
#main_header_text h1{
	color: #FFFFFF;
	font: normal 20px/22px Arial, Helvetica, sans-serif;
	padding: 11px 0 12px 0;
}

#main_header #logo_big{
	float: left;
}
table#content_table td{
	vertical-align: top;
}
table#content_table td.lt{
	width: 12px;
	height: 12px;
	background: url(../images/content_area_lt.png) no-repeat 0 0;
}
table#content_table td.t{
	height: 12px;
	background: #fff;
}
table#content_table td.rt{
	width: 12px;
	height: 12px;
	background: url(../images/content_area_rt.png) no-repeat 0 0;
}

table#content_table td.lb{
	width: 12px;
	height: 42px;
	background: url(../images/content_area_lb.png) no-repeat 0 0;
}
table#content_table td.b{
	height: 42px;
	background: #fff;
}
table#content_table td.rb{
	width: 12px;
	height: 42px;
	background: url(../images/content_area_rb.png) no-repeat 0 0;
}
table#content_table td.l, table#content_table td.r{
	width: 12px;
	background: #19949d url(../images/main/main_lr_bg.gif) repeat-x 0 0;
}
div#content_div{
	background: #19949d;
	color: #FFFFFF;
	overflow: auto;
}

div#bread{
	float: left;
	background: url(../images/bread_ico.gif) no-repeat 0 center;
	padding: 9px 0 9px 25px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 13px;
	color: #058ed5;
}
#search_form{
	display: block;
	float: right;
	margin: 19px 12px 0 0;
	width: 240px;
	height: 24px;
	background: url(../images/search_bg.gif) no-repeat 0 0;
}
input.k-words{
	float: left;
	border: none;
	background: none;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	width: 187px;
	margin: 4px 0 0 11px;
}
input.go_search{
	float: right;
	background: none;
}

.art_on_main{
	float: right;
	padding: 0 0 5px 20px;
}