html {
	width:100%;
	height:100%;
	}
body {
	width:100%;
	min-width:1200px;
	height:auto;
	margin:0 auto;
	text-align:center;
	scrollbar-face-color:#111111;
	scrollbar-shadow-color:#111111;
	scrollbar-highlight-color:#111111;
	scrollbar-3dlight-color:#111111;
	scrollbar-darkshadow-color:#111111;
	scrollbar-base-color:#111111;
	scrollbar-arrow-color:#111111;
	scrollbar-track-color:#ffffff;
	}
p,div,ul,li,ol,dl,dd,dt,img {
	padding:0px;
	margin:0px;
	}
a {
	text-decoration:none;
	padding:0px;
	margin:0px;
	list-style:none;
	}	
ul,li,ol,dl,dd,dt,img {
	list-style:none;
	padding:0px;
	margin:0px;
	}
#wrap {
	width:1200px;
	min-width:1200px;
	height:auto;
	margin:0 auto;
	}
.dr_logo {
	width:1200px;
	height:139px;
	text-align:center;
	margin-top:74px;
	}
.dr_menu {
	width:1200px;
	height:97px;
	line-height:60px;
	text-align:center;
	font-family: 'arial';
	font-weight:bold;
	margin:0 auto;
	}
.dr_menu ul {
	font-size:0px;
	}
.dr_menu li {
	width:150px;
	list-style-type:none;
	color:#111111;
	font-size:10px;
	display:inline-block;zoom:1;*display:inline;
	letter-spacing:2px;
	}
.dr_menu li a{
	display:block;
	color:#111111;
	}
.dr_menu li a:hover{
	color:#555555;
	transition:color 0.35s ease-in-out;
	-webkit-transition:color 0.35s ease-in-out;
	-moz-transition:color 0.35s ease-in-out;
	-ms-transition:color 0.35s ease-in-out;
	-o-transition:color 0.35s ease-in-out;
	}
.dr_contents {
	width:1200px;
	height:auto;
	min-height:500px;
	text-align:left;
	padding:50px 0px;
	}
.dr_copyright {
	width:1200px;
	height:166px;
	line-height:20px;
	font-family: 'arial';
	font-weight:bold;
	color:#111111;
	font-size:10px;
	letter-spacing:2px;
	list-style-type:none;
	padding-top:96px;
	clear:both;
	}
::-webkit-scrollbar {
	width:7px;
	height:7px;
	}
::-webkit-scrollbar-button {
	display:block;
	height:10px;
	background:#ffffff;
	}
::-webkit-scrollbar-track {
	background:#ffffff;
	}
::-webkit-scrollbar-thumb {
	width:10px;
	height:10px;
	background:#111111;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:#111111;
	}