@charset "utf-8";
body {
	margin: 0 auto;
	padding: 0;
}
body a {color:#333;	text-decoration: none;}

body a:hover {color:#005CFF; text-decoration:underline;}
.tab {
	width: 200px; height:900px; float:left; background-color:#e2eef1; text-align:right;
}
.c_normal{
	width: 200px; height:5px; background-color:#aec6ce; border-top:#8ca5ad 1px solid;
}
.c_current{
	width: 200px; height:5px; background-color:#e0f1f7; border-top:#8ca5ad 1px solid;
}
.tab_list_normal {
	width: 200px; 
	height:36px; 
	background-color:#c3d5db; 
	padding-top:10px; 
	text-align:center; 
	font-size:16px; 
	font-weight:bold; 
	color:#5d7179;
}
.tab_list_normal a {color:#1E2C35;	text-decoration: none;}
.tab_list_normal a:hover {color: #fff; text-decoration:none;}
.tab_list_current {
	width: 200px; 
	height:36px; 
	background-color:#fff; 
	padding-top:10px; 
	text-align:center; 
	font-size:16px; 
	font-weight:bold; 
	color:#5a8fa7;
}
.tab_list_current a {color:#7a9eb6;	text-decoration: none;}
.tab_list_current a:hover {color: #62758d; text-decoration:none;}

.td{
	height:32px;
	background-color:#e8e8e8;
}

.tableTitle{
	height:40px;
	background-color:#ccc;
}

.tableBottom{
	height:40px;
	background-color:#ccc;
}

form{
	margin:0px;
	padding:0px;
}