* {
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-family: arial,sans-serif;
}

body {
	font-size: 12px;
	width: 100%;
}

a:link { text-decoration:none; } 

a:visited {color: #00f;text-decoration:none; } 

a:hover { text-decoration: underline; } 

a:active { text-decoration:none; } 

h1 {
	line-height: 24px;
/*	background: url(../images/h1back.gif) no-repeat;   */
        background: url("../images/top_contents_orenge.gif") repeat-x;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
}

h2 {
	line-height: 20px;
	background: url(../images/h2back.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	margin-bottom: 8px;
}

h3{
	background: url(../images/h3icon.gif) no-repeat 0;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 12px;
}

#master_area {
	text-align: center;
	width: 100%;
}

#bg {
	width: 800px;
	text-align: left;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	background: url(../images/bg.gif) repeat-y;
}

hr {
	height: 1px;
}

/* top START */
#top_home {
	width: 800px;
/*	height: 315px;*/
	height: 350px;
/*	background: url(../images/top_bg_home.jpg) no-repeat;*/
/*	background: url(../images/top_bg_home_10.jpg) no-repeat;*/
/*	background: url(../images/top_bg_home_12.jpg) no-repeat;*/
/*	background: url(../images/top_bg_home_13.jpg) no-repeat;*/
/*	background: url(../images/top_bg_home_13_1.jpg) no-repeat;*/
/*	background: url(../images/top_bg_home_13_2.jpg) no-repeat;*/
	background: url(../images/top_bg_home_14.jpg) no-repeat;
}

#top_content {
	width: 800px;
	height: 169px;
	background: url(../images/top_bg_content.jpg) no-repeat;
}

#top_search {
	width: 397px;
	height: 58px;
	color: #666666;
	float: right;
	text-align: right;
	margin-top: 2px;
	margin-right: 3px;
}

#top_search a {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

#submit {
	font-size: 11px;
	height: 23px;
	width: 60px;
	background: #efefef;
	font-weight: bold;
	color: #666666;
}

#top_line {
	width: 800px;
	height: 8px;
	background: url(../images/top_line.gif) repeat-x;  
 }
/* top END */


#menu_bg {
	clear: both;
	width: 800px;
}

/* menu&sitemap START */

#menu {
	float: left;
	width: 170px;
	color: #333333;
}

#menu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#menu li a {
/*	background: url(../images/menu_bg_tit.gif) no-repeat;   */
        background: url("../images/top_contents_orenge.gif") repeat-x;
	text-decoration: none;
	width: 165px;
	border-bottom: 1px solid #fff;
	color: #ffffff;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}

#menu li li a {
	width: 152px;
	background: url(../images/den.gif) no-repeat 13px 13px;  

	padding-left: 18px;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu li li a:hover {
	color: #00f;
}

#menu li li li a {
	width: 142px;
	background: none;
	padding-left: 28px;
	color: #333333;
}

#sitemap ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#sitemap li {
	padding-bottom: 10px;
	font-weight:bold;
}
#sitemap li a {
	display: block;
	width: 550px;
	padding-left:5px;
	margin-left:2px;
	font-size:13px;
	font-weight:bold;
	color: #666666;
	border-bottom: solid 1px #cccccc;
	border-left:3px solid #99ccff;

}
#sitemap li a:hover {
	text-decoration: none;
}

#sitemap li li a {
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/den.gif) no-repeat 13px middle;

	margin-left:1px;
	border-bottom: 0px;
	border-left: 0px;
	color: #00f;
}
#sitemap li li a:hover {
	text-decoration:underline;
} 
#sitemap li li li a {
	background: none;
	padding-left: 40px;
	margin-left:1px;
}
/* menu&sitemap END */


/* content START */
#contents {
	float: left;
	width: 624px;
	background: #ffffff;
	padding-left: 2px;
}

#contents li {
	margin-left:15px;
}

#home_con_r {
	float: right;
	margin-right: 3px;
	width: 277px;
}

#home_con_l {
	float: left;
	width: 335px;
}

#home_news_r {
	float: right;
	margin-right: 3px;
	width: 150px;
}

#home_news_l {
	float: left;
	width: 462px;
}

#home_news {
	overflow: auto;
	width: 100%;
	height: 150px;
	margin-bottom: 5px;
}

#home_news p {
	border-bottom: 1px dotted #cccccc;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
}

#links table tbody tr td, table tbody tr th {
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}
/* content END */


/* footer START */
#page_top {
	width: 800px;
	clear: both;
}

#page_top_l {
	float: left;
	width: 170px;
	text-align: center;
	color: #333333;
}

#page_top_r {
	width: 143px;
	text-align: right;
	float: right;
	margin-top: 100px;
	margin-right: 7px;
}

#footer {
	clear: both;
	width: 800px;
	height: 40px;
	margin-top: 1px;
	border-top: 1px solid #cccccc;
	background: #ffffff;
}

#footer_left {
	width: 260px;
	float: left;
	line-height: 20px;
}
#footer_left a {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}
#footer_right {
	width: 418px;
	text-align: right;
	float: right;
	font-size: 11px;
	color: #999999;
	line-height: 20px;
}

#footer_bottom {
	clear: both;
	height: 20px;
	line-height: 20px;
	border-top: 4px solid #018df5;
	font-size: 11px;
	color: #999999;
}

#footer_bottom a {
	font-size: 11px;
	color: #0000ff;
}

/* footer END */


.home_head_blue {
	width: 100%;
	background: url("../images/top_contents_blue.gif") repeat-x; 

	color: white;
	padding-left: 4px;
	margin: 4px 0px;
	font-size: 12px;
}
.home_head_gray {
	width: 100%;
	background: url("../images/top_contents_gray.gif") repeat-x;
	color: white;
	padding-left: 4px;
	margin: 4px 0px;
	font-size: 12px;
}
.home_head_green {
	width: 100%;
	background: url("../images/top_contents_green.gif") repeat-x;
	color: white;
	padding-left: 4px;
	margin: 4px 0px;
	font-size: 12px;
}
.home_head_orenge {
	width: 100%;
	background: url("../images/top_contents_orenge.gif") repeat-x;
	color: white;
	padding-left: 4px;
	margin: 4px 0px;
	font-size: 12px;
}


#list tr td {
	border: solid 1px black;
}

#list {
	border: solid 1px black;
	border-collapse: collapse;
}

