html,body {
	margin: 0px;
	background-color: #eaedf1;
	font-family: Î¢ÈíÑÅºÚ, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 20px;
}

a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover   {text-decoration: none;}
a:active  {text-decoration: none;}


.box_wrapper,.box_outer,.box_inner {
	margin: 0 auto;
	overflow: hidden;
}
.box_wrapper {
	width: 100%;
	min-width: 1200px;
}
.box_outer {
	width: 1200px;
	background-color: #ffffff;
}
.box_inner {
	width: 1140px;
	padding: 0px 30px 0px 30px;
	background-color: #ffffff;
}


.style_body {
	color: #000000;
}


.header_logo {
	float: left;
	width: 25px;
	height: 25px;
	padding: 10px 30px;
	background-color: #0087b4;
	border-right: 1px solid #008fbf;
}
.header_navi {
	float: left;
	width: 129px;
	height: 20px;
	padding: 13px 0px 12px 0px;
	border-right: 1px solid #008fbf;
	text-align: center;
}
.header_navi:hover {
	background-color: #0087b4;
}
.header_navi_hover {
	background-color: #0087b4;
}
.header_member {
	float: right;
	width: 644px;
	height: 20px;
	padding: 13px 30px 12px 0px;
	text-align: right;
}
.header_navi_style {
	color: #ffffff;
}




.body_path {
	float: left;
	margin: 25px 0px;
	padding-left: 8px;
	width: 1130px;
	height: 15px;
	border-left: 2px solid #88b7e0;
	font-size: 15px;
	line-height: 15px;
}
.body_path_style {
	color: #000000;
}
.body_path_style:hover {
	text-decoration: underline;
}


.extract_input {
	width: 1116px;
	height: 320px;
	padding: 10px;
	border: 2px solid #10619a;
	
	font-family: Î¢ÈíÑÅºÚ, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height:24px;
}
.extract_submit {
	width: 300px;
	height: 34px;
	background-color: #0099cc;
	border: 1px solid #0087b4;
	
	font-family: Î¢ÈíÑÅºÚ, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	line-height: 34px;
}