@charset "utf-8";
html,
body {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.5;
	color: #fff;
}

html,
body,
form,
input,
legend,
label,
select,
option,
button,
fieldset,
textarea,
div,
p,
pre,
blockquote,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;;
	margin-right: 10px!important;
	margin-left: 10px!important;
}

button {
	cursor: pointer;
}

ol,
ul,
dl,
li {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

input,
select,
button {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

table.blue tr td img{
	border: 0px solid!important;
}

hr {
	border-left: 0px solid!important;
	border-right: 0px solid!important;
	border-top: 1px solid #725811;
	border-bottom: 0px solid!important;
	margin-left: 25px!important;
}

table.purple tr td img{
	border: 0px solid!important;
}

table caption {
	position: absolute;
	left: -3000px;
	top: -3000px;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.wrap_ingame {
	width: 781px;
	height: 480px;
}

.wrap_main {
	background: url('../img/bg_main_wrp.png') no-repeat;
}

.wrap_main ul {
	width: 465px;
	margin: 0 auto;
	padding: 57px 0 0 5px;
}

.wrap_main li {
	float: left;
	padding: 0 4px 5px 0;
}

.wrp_tit {
	width: 781px;
	height: 60px;
	background: url('../img/bg_title.jpg') no-repeat;
}

.wrp_tit h1 {
	float: left;
	padding-left: 21px;
}

.btn_list {
	float: right;
	padding: 11px 15px 0 0;
}

.btn_list .btn {
	float: left;
	position: relative;
	padding-right: 3px;
}

#menu_layer {
	position: absolute;
	left: -270px;
	top: 38px;
	width: 310px;
	height: 254px;
	padding: 15px 0 0 7px;
	background: url('../img/bg_menu_wrp.png') no-repeat;
	z-index: 9999;
}

#menu_layer li {
	float: left;
	width: 150px;
	height: 24px;
	line-height: 25px;
	text-align: center;
	overflow: hidden;
}

#menu_layer li a {
	color: #fff;
	text-decoration: none;
}

.wrp_contents {
	width: 781px;
	height: 420px;
	overflow-x: hidden;
	overflow-y: auto;
}


/* Tiny Scrollbar
#scrollbar1 {
	width: 781px;
	background:#fff;
}
#scrollbar1 .viewport {
	width: 761px;
	height: 420px;
	overflow: hidden;
	position: relative;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
#scrollbar1 .scrollbar {
	background: transparent url('/mu/event/20150204_ingame_guide/img/bg-scrollbar-track-y.png') no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 20px;
}
#scrollbar1 .track {
	background: transparent;
	height: 100%;
	width:13px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb {
	background: transparent url('/mu/event/20150204_ingame_guide/img/bg-scrollbar-thumb-y.png') no-repeat 50% 100%;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -3px;
}
#scrollbar1 .thumb .end {
	background: transparent url('/mu/event/20150204_ingame_guide/img/bg-scrollbar-thumb-y.png') no-repeat 50% 0;
	overflow: hidden;
	height: 5px;
	width: 25px;
}
#scrollbar1 .disable {
	display: none;
}
.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
 */