@charset "utf-8";
/* CSS Document */
body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#4e4e4e;
}
#mainframe{
width:800px;
height:auto;
overflow:auto;
background-color:#efefef;
margin-left:auto;
margin-right:auto;
margin-top:2px;
}
#top_border{
width:790px;
height:90px;
line-height:15px;
background-color:#ccc;
text-align:right;
padding-right:10px;
}
#image_border{
width:800px;
height:200px;
margin-top:1px;
margin-bottom:1px;

}
	.link{
	color:#efefef;
	text-decoration:none;
	}
	.tink{
	color:#4e4e4e;
	text-decoration:none;
	}
	.tink:hover{
	color:#FF0000;
	text-decoration:underline;
	}
#menu_border{
width:800px;
height:25px;
background-color:#4e4e4e;
}
#body_border{
width:800px;
margin-top:1px;
height:auto;
overflow:auto;
}
	#menu{
	width:100px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#fff;
	float:left;
	}
	.menu{
	width:100px;
	height:25px;
	display:block;
	color:#fff;
	text-decoration:none;
	background-image:url(../image/menu.png);
	}
	.menu:hover{
	color:#fff;
	text-decoration:none;
	background-image:url(../image/menu_hover.png);
	}
#left_body{
width:200px;
height:auto;
overflow:auto;
float:left;
background-color:#fff;
}
#center_body{
width:398px;
height:auto;
overflow:auto;
float:left;
margin-left:1px;
background-color:#eaeaea;
}
#right_body{
width:200px;
height:auto;
overflow:auto;
float:left;
margin-left:1px;
background-color:#eaeaea;
}
#center_sub{
width:598px;
height:auto;
overflow:auto;
float:left;
margin-left:1px;
}
#bottom_border{
width:790px;
height:60px;
background-color:#eaeaea;
margin-top:1px;
padding:5px;
}

