@charset "utf-8";
/* CSS Document */

body
{
	background-color:#c0c0c0;	
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

#wrapper
{
	background-color:#436204;
	width:800px;
	margin:auto;
}

#header
{
	width:100%;
	height:123px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#menu
{
	height:30px;
}

#menu ul
{
	list-style: none;	
	margin: 0px auto;
	padding: 0px;
	width:100%;	
}

#menu ul li
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width:100px;
	height:35px;
	cursor:pointer;
}

.menu01
{
	background-image:url(../images/green_mode/menu01.jpg);
	background-repeat:no-repeat;
}
.menu01_h
{
	background-image:url(../images/green_mode/menu01_h.jpg);
	background-repeat:no-repeat;
}

.menu02
{
	background-image:url(../images/green_mode/menu02.jpg);
	background-repeat:no-repeat;	
}
.menu02_h
{
	background-image:url(../images/green_mode/menu02_h.jpg);
	background-repeat:no-repeat;	
}

.menu03
{
	background-image:url(../images/green_mode/menu03.jpg);
	background-repeat:no-repeat;	
}
.menu03_h
{
	background-image:url(../images/green_mode/menu03_h.jpg);
	background-repeat:no-repeat;	
}

.menu04
{
	background-image:url(../images/green_mode/menu04.jpg);
	background-repeat:no-repeat;	
}
.menu04_h
{
	background-image:url(../images/green_mode/menu04_h.jpg);
	background-repeat:no-repeat;	
}

.menu05
{
	background-image:url(../images/green_mode/menu05.jpg);
	background-repeat:no-repeat;	
}
.menu05_h
{
	background-image:url(../images/green_mode/menu05_h.jpg);
	background-repeat:no-repeat;	
}

.menu06
{
	background-image:url(../images/green_mode/menu06.jpg);
	background-repeat:no-repeat;	
}
.menu06_h
{
	background-image:url(../images/green_mode/menu06_h.jpg);
	background-repeat:no-repeat;	
}

.menu07
{
	background-image:url(../images/green_mode/menu07.jpg);
	background-repeat:no-repeat;	
}
.menu07_h
{
	background-image:url(../images/green_mode/menu07_h.jpg);
	background-repeat:no-repeat;	
}

.menu08
{
	background-image:url(../images/green_mode/menu08.jpg);
	background-repeat:no-repeat;	
}
.menu08_h
{
	background-image:url(../images/green_mode/menu08_h.jpg);
	background-repeat:no-repeat;	
}

#slide
{
	background-image:url(../images/green_mode/slide.jpg);
	background-repeat:no-repeat;
	height:265px;
}

#leftcontent
{
	float:left;	
	width:168px;
}

#centercontent
{
	float:left;	
	width:462px;
	/*border:1px solid yellow;*/
	padding-left:1px;
}

#rightcontent
{
	float:right;		
	width:167px;
}

.small_panel
{
	width:166px;
}

.small_top
{
	height:29px;
	background-repeat:no-repeat;
}

.small_center
{
	background-image:url(../images/green_mode/small_center.jpg);
	background-repeat:repeat-y;
}

.small_bottom
{
	background-image:url(../images/green_mode/small_bottom.jpg);
	background-repeat:no-repeat;
	height:18px;		
}

.big_panel
{
	width:456px;
	margin:auto;
}

.big_top
{
	background-image:url(../images/green_mode/big_top.jpg);
	background-repeat:no-repeat;
	height:29px;
}

.big_bottom
{
	background-image:url(../images/green_mode/big_bottom.jpg);
	background-repeat:no-repeat;
	height:18px;
}

.big_center
{
	background-image:url(../images/green_mode/big_center.jpg);
	background-repeat:repeat-y;
	padding:10px;
}

.small_panel_title
{
	color:white;
	font-size:14px;
	padding-left:35px;
	padding-top:6px;
	display:block;
}

.big_panel_title
{
	color:#485a2b;
	font-size:12px;
	padding-left:35px;
	padding-top:8px;
	display:block;	
	font-weight:bold;
}

#doc_list
{
	list-style: none;	
	margin: 0px auto;
	padding: 0px;
	width:100%;	
	margin-left:4px;
	padding-top:5px;
}

.doc_dir,.doc_dir ul
{
	list-style: none;	
	margin: 0px auto;
	padding: 0px;
	width:100%;	
	margin-left:30px;
	padding-top:5px;	
}

.doc_dir ul
{
	margin-left:30px;	
}

.doc_dir a
{
	text-decoration:none;
	color:#485a2b;
	font-weight:bold;
}

.doc_dir a:hover
{
	text-decoration:underline;	
}

.doc_dir a img
{
	border:0px;
	width:25px;
	height:25px;	
}

.doc_menu
{
	width:124px;
	height:33px;
	background-image:url(../images/green_mode/menu_button.jpg);
	background-repeat:no-repeat;
	padding:0px;
	padding-left:32px;
}

.doc_menu_hover
{
	width:124px;
	height:33px;
	background-image:url(../images/green_mode/menu_button_h.jpg);
	background-repeat:no-repeat;
	padding:0px;
	padding-left:32px;
}

.doc_menu a
{
	text-decoration:none;
	font-size:10px;
	font-weight:bold;	
	color:#485a2b;
	display:block;
	padding-top:10px;
}

.doc_menu_hover a
{
	text-decoration:none;
	font-size:10px;
	font-weight:bold;	
	color:white;
	display:block;
	padding-top:10px;
}

#footer
{
	background-image:url(../images/green_mode/footer.jpg);
	background-repeat:no-repeat;
	height:44px;
	clear:both;
}

#footer a
{
	display:block;
	margin:auto;
	text-align:center;	
	font-size:10px;
	padding-top:18px;
	color:#485a2b;;
	font-weight:bold;
}

.button
{
	width:90px;
	height:27px;
	border:0px;
	background-image:url(../images/green_mode/button.jpg);
	background-repeat:no-repeat;
	padding-bottom:5px;
	font-size:9px;
	color:#575757;
}

.button2
{
	width:89px;
	height:27px;
	border:0px;
	background-image:url(../images/green_mode/button2.jpg);
	background-repeat:no-repeat;
	padding-bottom:5px;
	font-size:9px;
	color:#575757;	
}

.note
{
	width:136px;
	height:136px;
	background-image:url(../images/green_mode/note.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

.note a
{
	display:block;
	padding-top:20px;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	color:#383838;
}

.note p
{
	margin:auto;
	padding-left:3px;
	padding-top:10px;
	font-size:9px;	
	width:90%;
}

.blue_note
{
	float:left;
}

.div_text
{
	width:370px;
	margin-left:60px;
	color:#5f614b;
}

.div_text p
{
	font-size:12px;	
}

.div_text span
{
	font-size:10px;
	color:#4f6d27;
	font-weight:bold;
}

.content_title
{
	font-weight:bold;	
	font-size:14px;
}

.marquee_bar
{
	background-image:url(../images/green_mode/marquee_bar.jpg);
	background-repeat:no-repeat;
	height:40px;
}

.marquee_div
{
	width:99%;
	margin:auto;
	color:white;	
	padding-top:10px;
}

.component
{
	background-color:white;
	border:0px;
	border:1px solid gray;
}

.welcome_title
{
	margin-left:50px;
	font-size:18px;
	font-weight:bold;
	color:#d5f99b;	
}

.welcome_text
{
	color:#284100;	
}

.links, .links li a
{
	color:#284100;	
}

.center_search_paging, .center_search_paging a
{	
	color:white;
	text-decoration:none;
}

.jp
{
	color:#d3eaac;	
}