@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
	border:0;
}

a {
	outline: 0;
}

body {
	background: #ece5d2 url(../img/multiplayer_bg.jpg) repeat center top;
	text-align:center;
	margin:0;
}

#container {
	width:780px;
	margin:0 auto;
	padding: 0 0 20px 0;
	text-align:left;
}

img {
margin: 0;
padding: 0;
vertical-align: bottom;
}


/*---------------------------------*/
#all {
	width:350px;
	height: 350px;
	margin:0 auto;
	text-align:left;
	background: #FFFFFF;
}

#up {
	margin: auto;
	padding-top: 5px;
	text-align:center;
}

#down {
	margin: auto;
	text-align:center;
	width: 350px;
	height: 17px;
	background: url(../img/mapdown.jpg) no-repeat 0 0;
}


#close1 a {
	margin: auto;
	text-align:center;
	display: block;
	width: 333px;
	height: 17px;
	background: url(../img/mapdown.jpg) no-repeat 0 0;
}

#close1 a:hover {
	background: url(../img/mapdown.jpg) no-repeat 0 -17px;
}

/*---------------------------------*/
#header {
	width:780px;
	height:33px;
}


.nlogo {
	width:94px;
	height:18px;
	padding:15px 0 0 0;
	float:left;
}

.dslogo {
	width:136px;
	height:18px;
	padding:15px 0 0 0;
	float:right;
}


.box1 {
	position : relative;
	width: 780px;
	height: 113px;
}


.title1 {
	position: absolute;
	top: 75px;
	left: 86px;
	display: inline;
	width:158px;
	height:38px;
}

.fmlogo {
	position: absolute;
	top: 45px;
	right: 85px;
	width:148px;
	height:68px;
	
}

.box2 {
margin: 0 0 15px 0;
}

#chara1 p,
.unit1 {
	float: left;
}

.far {
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++*/

#go_few_base {
	position : relative;
	display: block;
	width: 780px;
	height: 75px;
	background: url(../img/multiplayer_gofew_base.jpg) no-repeat 0 0 ;	
}

#go_few {
	position: absolute;
	top: 7px;
	left: 135px;
	bottom: 13px;
	display: block;
	width: 509px;
	height: 55px;
	background: url(../img/multiplayer_btn.jpg) no-repeat 0 -55px ;
}

#go_few a {
	display: block;
	width: 509px;
	height: 55px;
	background: url(../img/multiplayer_btn.jpg) no-repeat 0 0 ;	
}

#go_few a:hover {
	background: url(../img/multiplayer_btn.jpg) no-repeat 0 -55px ;
}


/*++++++++++++++++++++++++++++++++++++++++++++++*/

.contents1 {
	width:780px;
	height:400px;
	background: url(../img/headbg001.jpg) no-repeat center top;
}

#ru_ru1 {
	display: block;
	width: 376px;
	height: 76px;
	background: url(../img/multiplayer14.jpg) no-repeat center top;
}

#rurubtn {
	margin-left: 98px;
	display: block;
	width: 215px;
	height: 21px;
	background: url(../img/multiplayer_rule.jpg) no-repeat 0 -21px ;
}

#rurubtn a {
	display: block;
	width: 215px;
	height: 21px;
	background: url(../img/multiplayer_rule.jpg) no-repeat 0 0 ;
}

#rurubtn a:hover {
	background: url(../img/multiplayer_rule.jpg) no-repeat 0 -21px ;
}


#map1 {
	display: block;
	width: 87px;
	height: 52px;
	background: url(../img/multiplayer22b.jpg) no-repeat center top;
}

#mapbtn {
	display: block;
	width: 87px;
	height: 52px;
	background: url(../img/multiplayer22b.jpg) no-repeat 0 -52px ;
}

#mapbtn a {
	display: block;
	width: 87px;
	height: 52px;
	background: url(../img/multiplayer22b.jpg) no-repeat 0 0 ;
}

#mapbtn a:hover {
	background: url(../img/multiplayer22b.jpg) no-repeat 0 -52px ;
}

/*++++++++++++++++++++++++++++++++++++++++++++++*/
.hide {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

.clear {
	clear:both;
}