@charset "UTF-8";

/* LAYOUT 
--------------------------------------------------------------*/
#container{
	width:100%;
	min-width:950px;
	text-align:center;
    padding:0;
	background:#fff;
}
.pageBg{
	background:url(/ex/scramble/common/images/bg_body.gif) repeat-x center top;
	width:100%;
	position:relative;
}
#header{
	width:950px;
	margin:0 auto;
	height:61px;
	background:url(/ex/scramble/common/images/header/bg_b.gif) no-repeat left bottom;
	text-align:left;
	position:relative;
	/zoom:1;
}
#header .nintendo3ds{
	padding:13px 0 0 10px;
}
#header ul{
	position:absolute;
	top:13px;
	right:0;
}
#header ul li{
	float:left;
	margin-left:6px;
}
#header ul:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#header p#logoScramble{
	position:absolute;
	margin:0;
	padding:0;
	top:96px;
	left:20px;
}
#header p#logoScramble .haribotekit,
#header p#logoScramble .haribotekit .panel{
	width:199px;
	height:79px;
}
#header p#logoScramble .haribotekit .panel{
	background:url(/ex/scramble/common/images/header/logo_scramble.gif) no-repeat;
}

#footer{
	width:100%;
	min-width:950px;
	background:url(/ex/scramble/common/images/footer/bg_body_b.gif) repeat-x left bottom;
}
#footer .copyLogo{
	color:#74bde3;
	width:950px;
	margin:0 auto;
	text-align:left;
	padding:0;
	position:relative;
	background:url(/ex/scramble/common/images/footer/bg_footer.gif) no-repeat left bottom;
	height:174px;
	overflow:hidden;
}
#footer .copyLogo .texts{
	padding:69px 0 0 0;
}
#footer .copyLogo .texts{
	font-size:83%;
}
#footer .copyLogo .logos{
	display:none;
}

#contentsArea{
	width:950px;
	margin:0 auto;
	text-align:left;
	background:#fff url(/ex/scramble/common/images/bg_contents.gif) repeat-y center top;
}
#contentsArea #mainArea{
	width:690px;
	float:right;
	position:relative;
}


.titleSet{
	padding:10px 0 0 0;
}
.titleSet h1.h1{
	width:100%;
	font-size:230%;
	padding:0;
	margin:0;
	zoom:1;
}



/* NAVI AREA */
#contentsArea #naviArea{
	width:230px;
	float:left;
	padding-top:145px;
	padding-left:10px;
}
