@charset "utf-8";



html {
	background: #344767 url(../images/bgBody.jpg) center top no-repeat;
}


body {
	background: transparent url(../images/bgBody.jpg) center top no-repeat;
	min-width: 900px;
	height: 100%;
}

sub, sup {
	line-height: 1em;
}

/* ユーザ入力枠 */

textarea, input.textInput {
	border: solid 1px #c5c5c5;
	padding: 2px;
}



div#container {
	line-height: 1.5;
	font-size: 100%;
	color: #000000;
	width: 100%;
	height: 100%;
	min-height: 100%;

}

body > div#container {
	height: auto;
}

a {
	outline: none;
}

a:link {
	color: #1093e6;
	text-decoration: underline;
}
a:visited {
	color: #1093e6;
	text-decoration: underline;
}
a:hover {
	color: #4eb7f9;
	text-decoration: underline;
}


.wrapMain {
	width: 882px;
	margin: 0 auto;
}

h1 span {
	margin: 0 0 0 -3000px;
}






 /* ---------------------------------------------------------

	header

 */




.wrapMain .header {
	background: url(../images/bgHeader.jpg) 0 0 no-repeat;
	width: 100%;
	height: 57px;
	overflow: hidden;
	position: relative;
}


.header .logo_rocket {
	position: absolute;
	top: 3px;
	left: 21px;
	width: 38px;
	height: 44px;
}

.header .logo_ds {
	position: absolute;
	top: 4px;
	left: 744px;
	width: 3117px;
	height: 19px;
}


/* 

	ナビゲーション

 */


.header ul.mainNav {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 635px;
	padding: 14px 0 0 115px;
}
.header ul.mainNav li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	height: 36px;
	margin-right: 10px;
	z-index: 2000;
	overflow: hidden;
}
.header ul.mainNav li a {
	display: block;
	height: 100%;
	width: 100%;
}

.header ul.mainNav li.navTop {
	width: 68px;
}

.header ul.mainNav li.navStory {
	width: 71px;
}

.header ul.mainNav li.navCharacter {
	width: 113px;
}

.header ul.mainNav li.navPlay {
	width: 138px;
}

.header ul.mainNav li.navPicture {
	width: 70px;
}

.header ul.mainNav li.navSpecial {
	width: 115px;
}



 /* ---------------------------------------------------------

	local navigation

 */

.localNav {
	line-height: 0;
	font-size: 0;
	height: 79px;
	overflow: hidden;
}


.localNav ul {
	margin: 29px 0 0 55px;
}

.localNav ul li {
	float: left;
	height: 39px;
	margin-right: 53px;
}

.localNav ul li a {
	display: block;
	height: 34px;
}

.localNav ul li.localPlay_feature {
	width: 128px;
}

.localNav ul li.localPlay_flow {
	width: 141px;
}

.localNav ul li.localPlay_store {
	width: 112px;
}

.localNav ul li.localSpecial_banner {
	width: 128px;
}

.localNav ul li.localSpecial_wp {
	width: 92px;
}




 /* ---------------------------------------------------------

	main content

 */

.wrapMain .areaContent {
	background: url(../images/sideShadowR.jpg) right top no-repeat;
	width: 100%;
}

.areaContent .sideDeco {
	background: url(../images/sideShadowL.jpg) left top no-repeat;
	position: relative;
	font-size: 0;
	line-height: 0;
}

.areaContent .areaContentInner {
	background: #feb439;
	width: 840px;
	position: relative;
	left: 21px;
	overflow: hidden;
}


 /* ---------------------------------------------------------

	footer

 */


.wrapMain .footer {
	padding: 0 0 0 0;
	width: 100%;
	line-height: 1.1;
}

.footer .areaBtmShadow {
	background: url(../images/btmShadow.png) 0 0 no-repeat;
	_background: none; /* for IE6 */
	width: 100%;
	height: 21px;
}



.footer .copyright {
	background: url(../images/copyright.png) 0 0 no-repeat;
	_background: url(../images/copyright_opaque.gif) 0 0 no-repeat; /* for IE6 */
	width: 338px;
	height: 17px;
	margin: 3px auto 0 auto;
	padding-bottom: 30px;
}


.footer .copyrightNarrow {
	background: url(../images/copyright.png) 0 0 no-repeat;
	_background: url(../images/copyright_opaque.gif) 0 0 no-repeat; /* for IE6 */
	width: 338px;
	height: 17px;
	margin: 3px auto 0 auto;
	padding-bottom: 3px;
}

.footer .copyDate {
	background: url(../images/copyright_date.png) 0 0 no-repeat;
	_background: url(../images/copyright_date_opaque.jpg) 0 0 no-repeat; /* for IE6 */
	width: 182px;
	height: 19px;
	margin: 2px auto 0 auto;
	padding-bottom: 20px;
}


.footer .copyright span,
.footer .copyrightNarrow span,
.footer .copyDate span {
	margin: 0 0 0 -3000px;
}








