@CHARSET "UTF-8";

/**************************/
/* default */
/**************************/
body {
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#fff;
}

/**************************/
/* page base */
/**************************/
#page-border {
	text-align:left;
	width:800px;
	border-left:2px solid #999999;
	border-right:2px solid #999999;
}

#header {
	height: 72px;
	margin: 0;
	background: url(../images/title_back.gif)  repeat-x;
}

#logo {
	float: left;
	padding:0;
}

#logo_right{
	float:right;
	padding:0;
	margin-top:10px;
	width:400px;	
}

div.logo_right_1{
	float:right;	
}

div.logo_right_2{
	float:right;
}


#menu {
	float: left;
	padding:0;
}

#menu a:link{color:#000;text-decoration:none;}
#menu a:visited{color:#000;text-decoration:none;}
#menu a:hover{color:#e8a90c;text-decoration:none;}

/**************************/
/* body */
/**************************/
#body {
	color: #5A5F65;
	margin:0;
	padding:0;
	min-height: 430px;
	z-index: 1;
}

#body_menu{
	height:10px;
}

#body_body{
	margin:0;
	padding:0;
	overflow:auto;
	
}

/**************************/
/* footer area */
/**************************/
#footer {
	height: 120px;
	margin-top:20px;
	border-top:4px solid #cccccc;
	text-align:left;
}

#footer p {
	float: right;
	font-size: 10px;
}

div.footer_link{
	height:24px;
	background: url(../images/footer_back.gif)  repeat-x;
}	


/**************************/
/* menu */
/**************************/
div.menu{
	position: relative;
	padding:0;
	margin:0;
	height:30px;
	width:100%;
	background: url(../images/menu_back.gif)  repeat-x;
}

div.menu ul{
	list-style: none;
	padding:0;
	margin:0;
}

div.menu li{
	float:left;
	padding-top:10px;
	margin:0;
	width:156px;
	text-align: center;
	font-size:1.2em;
}

div.menu li.line{
	float:left;
	padding:0;
	margin:0;
	width:2px;
	height:30px;
	border-left: 1px solid #eee;
	border-right: 1px solid #ccc;
	background-color:#fff;
}

div.menu li.off{
	float:left;
	border-right: 1px solid #eeeeee;
	padding-left:12px;
	padding-right:12px;
	text-align: center;
}

div.menu li.on{
	float:left;
	border-right: 1px solid #eeeeee;
	padding-left:12px;
	padding-right:12px;
	text-align: center;
	color:#e8a90c;
}

div.menu span{
	margin-left:2px;
	margin-right:2px;
}

table.std1{
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-collapse:collapse;
	width:100%;
	background-color:#F7EBBC;
}

table.std1 th {
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:0.3em 1em;
	background-color:#F4AA62;
}


table{
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-collapse:collapse;
	width:100%;
}

th {
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:0.3em 1em;
}

tr,td {
	border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    padding:0.3em 1em;
}

/**************************/
/* body-menu */
/**************************/
div.body_menu {
	position: relative;
	padding:0;
	margin:0;
	height:28px;
	width:100%;
		
	/*position: relative;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align:left;
	font-size:11px;
	color:#000000;*/
}

div.body_menu ul {
	list-style: none;
	padding:0;
	margin:0;
	height:13px;
	margin-left:2px;
	/*	
	list-style:none;
	margin: 0px;
	padding: 0px;
	text-align:center;*/
}

div.body_menu li.title{
	float:left;
	text-align: left;
	padding-top:4px;
	margin-right:15px;
	font-size:1.1em;
}

div.body_menu li.off{
	position:relative;
	display: block;
	float: left;
	margin-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 25px;
	padding-right: 30px;
	border:1px solid #cccccc;
	background-color: #DDF49F;
	font-size:1.1em;
}

div.body_menu li.on{
	position:relative;
	display: block;
	float: left;
	margin-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 25px;
	padding-right: 30px;
	border:1px solid #696969;
	background-color: #EAB719;
	font-size:1.1em;
}

div.body_menu span{
	margin-left:2px;
	margin-right:2px;
}



/**************************/
/* treeview */
/**************************/
div.treeview {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	font-size:11px;
	color:#000000;
}

div.treeview ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

div.treeview li.off{
	position:relative;
	display: block;
	background-color:#fff;
	color:#000;
	text-align:left;
	padding:3px;	
	font-size:11px;
}

div.treeview li.on{
	position:relative;
	display: block;
	color:#000;
	text-align:left;
	padding:3px;	
	font-size:11px;
	background-color: #EAB719;
}

/******************************/
/*section ,general,company,publish*/
/******************************/
div.section {
	margin:5px;
	overflow:auto;
}
	
div.section_menu{
	margin-top:10px;
	height:35px;
}

div.section_menu_title{
	padding:3px;
	border:2px solid #5E8DBC;
	background-image:url('../images/title_back.jpg');
	background-repeat:repeat-y;
}
div.section_menu_title span{
	font-size:2em;
	padding-left:5px;
}

div.section_body_left{
	float:left;
	width:370px;
}

div.section_body_right{
	float:right;
	width:370px;
}

div.section_body_body{
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
	padding-top:10px;
}


/*************************/

div.section_body_general{
	background-color:#C8F1FF;
	padding:10px;
	overflow:auto;
}

div.section_menu_title_general{
	border-top:1px solid #0067FE;
	border-bottom:1px solid #0067FE;
	border-right:1px solid #0067FE;
	border-left:5px solid #0067FE;
	padding:3px;
	background-color:#fff;
}
div.section_menu_title_general span{
	font-size:1.5em;
	padding-left:3px;
	color:#0067FF;
}

/*************************/
div.section_body_corporation{
	background-color:#CCE7D0;
	padding-left:10px;
	overflow:auto;
}

div.section_menu_title_corporation{
	border-top:1px solid #009900;
	border-bottom:1px solid #009900;
	border-right:1px solid #009900;
	border-left:5px solid #009900;
	padding:3px;
	background-color:#fff;
}
div.section_menu_title_corporation span{
	font-size:1.5em;
	padding-left:3px;
	color:#009900;
}

/*************************/
div.section_body_public{
	background-color:#F4DCC2;
	padding:10px;
	overflow:auto;
}

div.section_menu_title_public{
	border-top:1px solid #D36C33;
	border-bottom:1px solid #D36C33;
	border-right:1px solid #D36C33;
	border-left:5px solid #D36C33;
	padding:3px;
	background-color:#fff;
}
div.section_menu_title_public span{
	font-size:1.5em;
	padding-left:3px;
	color:#D36C33;
}
/*************************/
div.sitemap{
	margin-top:10px;
}

div.sitemap ul{
	list-style:none;
}

div.sitemap li{
	margin-bottom:10px;
}
	
div.sitemap a:link{color:#000;text-decoration:none;}
div.sitemap a:visited{color:#000;text-decoration:none;}
div.sitemap a:hover{color:#e8a90c;text-decoration:none;}


/*************************/
div.fmail{
	font-size:12px;
	margin:10px;
}

div.fmail div.title{
	font-size:1.8em;
}

div.fmail div.msg{
	font-size:1.3em;
	margin-top:30px;
}

table.fmail {
	font-size:0.9em;
	width:95%;
}

table.fmail th{
	background-color:#6699CC;
	color:#fff;
}

table.fmail td{
}
table.fmail td.submit{
	background-color:#6699CC;
	text-align:center;
}

