@charset "utf-8";
#Search {
	width: 800px;
	left: 50%;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	position: relative;
	height: 25px;
	-webkit-border-radius:5px;
}
#SearchAll {
	width: 450px; /*set to a negative number 1/2 of your width*/
	position: relative;
	background-color: #F7BA02;
	height: 25px;
	-webkit-border-radius:5px;
	-moz-border-radius-bottomleft: 10px;
	margin-left: 100px;
}

.Search01 {
	float: left;
	width: 200px;
	margin-left: 25px;
}
.SearchTextBox {
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #00759B;
	height: 14px;
	position: relative;
	bottom: 2px;
}
.SearchBotton {
	height: 21px;
	width: 50px;
}
#BodyOfBody {
	/*	height: 380px;*/
	width: 800px;
	left: 50%;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	position: relative;
}
#SideMenu {
	height: 725px;
	width: 110px;
	margin-left: -15px;
	float: left;
}
#SideMenuVShadow {
	/*	background-image: url(../images/line-bg-side-menu.png);*/
	background-repeat: repeat-y;
	height: 720px;
	width: 5px;
	float: left;
	background-color: #F7BA02;
	position: relative;
	top: 5px;
}
#SideMenuHShadow {
	/*	background-image: url(../images/line-bg-side-menu.png);*/
	background-repeat: repeat-y;
	height: 5px;
	width: 100px;
	float: left;
	background-color: #F7BA02;
	position: relative;
}

#SideMenuDig {
	background-image: url(../images/sidemenu-dig.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuDig:hover {
	background-image: url(../images/sidemenu-dig-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuAntiBot {
	background-image: url(../images/sidemenu-antibot.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuAntiBot:hover {
	background-image: url(../images/sidemenu-antibot-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuStat {
	background-image: url(../images/sidemenu-stat.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuStat:hover {
	background-image: url(../images/sidemenu-stat-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuSkill {
	background-image: url(../images/sidemenu-skill.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuSkill:hover {
	background-image: url(../images/sidemenu-skill-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuCreate {
	background-image: url(../images/sidemenu-create.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuCreate:hover {
	background-image: url(../images/sidemenu-create-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuMap {
	background-image: url(../images/sidemenu-map.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuMap:hover {
	background-image: url(../images/sidemenu-map-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuBoss {
	background-image: url(../images/sidemenu-boss.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuBoss:hover {
	background-image: url(../images/sidemenu-boss-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuPet {
	background-image: url(../images/sidemenu-pet.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuPet:hover {
	background-image: url(../images/sidemenu-pet-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuParty {
	background-image: url(../images/sidemenu-party.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuParty:hover {
	background-image: url(../images/sidemenu-party-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuDS {
	background-image: url(../images/sidemenu-ds.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuDS:hover {
	background-image: url(../images/sidemenu-ds-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuEndless {
	background-image: url(../images/sidemenu-endless.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuEndless:hover {
	background-image: url(../images/sidemenu-endless-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuBattle {
	background-image: url(../images/sidemenu-battle.jpg);
	height: 60px;
	width: 105px;
	float: right;
}
#SideMenuBattle:hover {
	background-image: url(../images/sidemenu-battle-up.jpg);
	height: 60px;
	width: 105px;
	float: right;
}

#BodyMenuContent {
	width: 520px;
	float: right;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F7BA02;
	padding-left: 5px;
}
#BodyMenuContent a:link {
	text-decoration: none;
	color: #FFF;
}
#BodyMenuContent a:hover {
	text-decoration: none;
	color: #FFF;
}
#BodyMenuContent a:active {
	text-decoration: none;
	color: #FFF;
}
#BodyMenuContent a:visited {
	text-decoration: none;
	color: #FFF;
}
#LogoIndexLayout {
	width: 150px;
	float: right;
	margin-right: 5px;
	background-image: url(../images/hermes-logo-index.png);
	height: 200px;
	margin-top: 5px;
}
.TextIndex {
	font-size: 24px;
	color: #DFA802;
	font-weight: bold;
}

.TextIndexN {
	font-size: 11px;
	color: #DFA802;
}
.SpaceIndex {
	margin-bottom: 20px;
	display: block;
}

.TextHeadLine {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.TextHeadLineN {
	font-size: 11px;
	color: #FFF;
}
.SpaceHeadLine {
	margin-bottom: 10px;
	display: block;
}

.TextHeadLinePoint {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.TextHeadLinePointN {
	font-size: 11px;
	color: #000;
}
.SpaceHeadLinePoint {
	margin-bottom: -1px;
	display: block;
	margin-top: 3px;
}
#BodyOfBody #BodyMenuContent ul {
	list-style-type: none;
	margin-left: -0px;
}

#LogoRateLayout {
	width: 150px;
	float: right;
	margin-right: 10px;
	height: 350px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	background-image: url(../images/hermes-logo-rate.png);
	background-repeat: no-repeat;
	background-position: 10px 80px;
}
#LogoReItemLayout {
	width: 150px;
	float: right;
	margin-right: 10px;
	height: 300px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	background-image: url(../images/hermes-logo-reitem.png);
	background-repeat: no-repeat;
	background-position: 30px 50px;
}
#LogoReSystemLayout {
	width: 150px;
	float: right;
	margin-right: 10px;
	height: 234px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	background-image: url(../images/hermes-logo-resys.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
#LogoHighLayout {
	width: 150px;
	float: right;
	margin-right: 10px;
	height: 250px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	background-image: url(../images/hermes-logo-high.png);
	background-repeat: no-repeat;
	background-position: 30px 30px;
}
#LogoRefineLayout {
	width: 150px;
	float: right;
	margin-right: 10px;
	height: 250px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	background-image: url(../images/hermes-logo-refine.png);
	background-repeat: no-repeat;
	background-position: -5px 30px;
}
#LogoGvGLayout {
	width: 150px;
	float: right;
	margin-right: 10px;
	height: 250px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	background-image: url(../images/hermes-logo-gvg.png);
	background-repeat: no-repeat;
	background-position: 50px 30px;
}



.LogoTextHeadLayout {
	color: #DFA802;
}
.LogoTextSubHeadLayout {
	margin-bottom: -10px;
	font-size: 10px;
}

.BodyContent {
	width: 520px;
	float: right;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F7BA02;
	padding-left: 5px;
}
.BodyContentRate {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F7BA02;
	padding-left: 5px;
}
.TableFirst {
	font-weight: bold;
	background-color: #00B6F2;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	-moz-border-radius: 3px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F7BA02;
	border-left-color: #F7BA02;
	text-align: right;
}

.TableMid {
	text-align: center;
	background-color: #FFF;
	-moz-border-radius: 3px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F7BA02;
	border-left-color: #F7BA02;
}
.TableLast {
	font-size: 11px;
	color: #FC0;
}
.white {
	background-color: #FFF;
	-moz-border-radius: 4px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F7BA02;
	border-left-color: #F7BA02;
}
.white img {
	vertical-align: -5px;
	margin-right: 3px;
}
.green {
	background-color: #3F0;
	-moz-border-radius: 4px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F7BA02;
	border-left-color: #F7BA02;
	text-align: center;
}
.yellow {
	background-color: #FF0;
	-moz-border-radius: 4px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F7BA02;
	border-left-color: #F7BA02;
	text-align: center;
}
.oreange {
	background-color: #FC0;
	-moz-border-radius: 4px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F7BA02;
	border-left-color: #F7BA02;
	text-align: center;
}
.red {
	background-color: #F00;
	-moz-border-radius: 4px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F7BA02;
	border-left-color: #F7BA02;
	text-align: center;
}
.black {
	background-color: #000;
	-moz-border-radius: 4px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F7BA02;
	border-left-color: #F7BA02;
	text-align: center;
	color: #FFF;
}
.clearboth {
	clear: both;
}

#Advertising {
	/*	height: 380px;*/
	width: 800px;
	left: 50%;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	position: relative;
}
#ChatBox {
	/*	height: 380px;*/
	width: 800px;
	left: 50%;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	position: relative;
}
#ChatBoxBoader {
	height: 420px;
	width: 850px;
	background-image: url(../images/bg-chatbox.png);
}
#ChatBoxBoader embed {
	margin-top: 10px;
	margin-left: 10px;
}


#Webboard {
	/*	height: 380px;*/
	width: 800px;
	left: 50%;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	position: relative;
	color: #CCC;
}

.smalltext {
	font-size: 9px;
}
#Webboard a {
	text-decoration: none;
	color: #FFF;
}
#Webboard #WebboardContent iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	height: 250px;
}

#WebboardContent {
}
