<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************

äºŒéšŽå±¤ç›®å°‚ç”¨CSS

***********************************/

body {
	background-color: #986dff;
	background-image: url(../img/second_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}


/* header------------------------------------------------------------ */
#ifHeader-black{
	z-index: 100;
	position: relative;
}

.waku_right{
	background-image: url(../img/header_waku_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: -50;
	height: 246px;
	width: 547px;
	top: 0px;
	right: 0px;
	position: fixed;
}

.waku_left{
	background-image: url(../img/header_waku_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -50;
	height: 246px;
	width: 547px;
	position: fixed;
	left: 0px;
	top: 0px;
}

/* menu------------------------------------------------------------ */
#globalMenu{
	text-align: center;
	background-image: url(../img/menu_bg.png);
	background-repeat: repeat-x;
	padding-top: 6px;
	margin-top: 20px;
	z-index: 200;
	width: 100%;
}

#globalMenu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#globalMenu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#globalMenu li a{
	display: block;
	height: 73px;
	width: 149px;
	background-image: url(../img/second.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: left;
}

#globalMenu li.check {
	height: 73px;
	background-image: url(../img/menu_choice.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* loading------------------------------------------------------------ */

#load{
	height: 200px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	background-image: url(../img/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#bar {
	/* è§’ä¸¸ */
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* ----- */
	width: 300px;
	height: 10px;
	border:3px solid #CCC;
	padding: 1px;
	margin-top: 10px;
	font-size: 1px;
}

#bar span {
	/* è§’ä¸¸ */
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* ----- */
	display: block;
	width: 0px;
	height: 10px;
	background-color: #FF71AA;
}

/* contents------------------------------------------------------------ */

#contents{
	position: relative;
}

#import {
	height: 700px;
}

#hidden{
	position: fixed;
	width: 100%;
	z-index: -100;
}
#hagu{
	background-image:url(../img/haguruma.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
	width: 800px;
}


/* footer------------------------------------------------------------ */
#footer {
	width: 100%;
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#footer p{
	padding: 10px;
}

/* ---------------------------------------------------------------- */

#secondAll{
	overflow: hidden;
	position: absolute;
	height: 700px;
	width: 100%;
}
#secondBox{
	text-align: center;
	position: absolute;
}

.box {
	position: absolute;
	width: 100%;
}

#contentPicture1{
	position: relative;
	width:1050px;
	margin-right: auto;
	margin-left: auto;
}

#btmRight{
	cursor:pointer;
	height: 20px;
	width: 38px;
	position: relative;
	top: 220px;
	z-index: 10;
}

#btmLeft{
	cursor:pointer;
	height: 20px;
	width: 38px;
	position: relative;
	top: 220px;
	left: 0px;
	z-index: 10;
}

.textArea{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;	
}


/* äºŒéšŽå±¤ç›®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã€€------------------------------------------- */

#menu2nd {
	width: 1050px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
#menu2nd ul {
	position: absolute;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu2nd ul li {
	float: left;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 5px;
}

#menu2nd ul li a {
	background-color: #231200;
	display: block;
	border: 2px solid #000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	/* è§’ä¸¸ */
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* ----- */
}
#menu2nd ul li a:hover {
	background-color: #678dff;
}

#menu2nd ul li .selected {
	border: 2px solid #FFF;
	background-color: #678dff;
}


/* äºŒéšŽå±¤ç›®ï¼šimportã§ä½¿ç”¨---------------------------------------------------------- */

/*
#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	top: -50px;
	height: 500px;
	width: 400px;
	background-image:url(../img/motif.png);
	background-repeat:no-repeat;
	z-index: -14;
}
*/

#triangle {
	z-index: -15;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 700px;
	width: 2000px;
	background-image:url(../img/triangle.png);
}


/* ã‚¹ãƒˆãƒ¼ãƒªãƒ¼---------------------------------------------------------- */

.story{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	line-height: 1.6em;
	padding-top: 520px;
	padding-bottom:30px;
	background-image: url(../img/story.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #fff;
	border-bottom-color: #fff;
	margin-top: 40px;
}

/* è£½å“æƒ…å&nbsp;±---------------------------------------------------------- */

.spec {
	background-image: url(../img/special/bg.png);
	height: 660px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.spec .box {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-top: 15px;
	height: 600px;
}

.spec .textBox{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	text-align: left;
}

.spec .textBox dl{
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}

.spec .textBox dt{
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
	color: #FC6;
	list-style-type: disc;
	list-style-position: inside;
}

.spec .textBox dd{
	margin-top: 0px;
	margin-r1ight: 0px;
	margin-bottom: 10px;
	margin-left: 150px;
	border-left-style: double;
	border-left-color: #FC6;
	margin-right: 0px;
	border-left-width: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.spec .txt {
	font-size: 18px;
	line-height: 1.6em;
}

.spec .txt strong {
	color: #FC6;
}



/*ã‚­ãƒ£ãƒ©ã‚¯ã‚¿ãƒ¼ã€€---------------------------------------------------------- */

.chara_menu .box {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-top: 15px;
}

.chara_menu .box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.chara_menu .box li {
	cursor:pointer;
	float: left;
	overflow: hidden;
	margin-right: 3px;
	margin-left: 3px;
	height: 600px;
	width: 90px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

.chara_menu .box li p {
	margin-top: 600px;
}

#cOnry {
	position: relative;
	top: -800px;
	height: 750px;
	background-image: url(../img/chara/c_dodai.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
}
#cOnry .close {
	cursor:pointer;
	padding-top: 50px;
	padding-left: 30px;
}
#cOnry .txt {
	color: #28204A;
	padding-top: 240px;
	padding-left: 50px;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 14px;
}


/* ã‚¹ãƒšã‚·ãƒ£ãƒ«---------------------------------------------------------- */
.special {
	background-image: url(../img/special/bg.png);
	height: 660px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.special .box {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-top: 15px;
	height: 600px;
}

.special a.popup{
	border: 5px solid #000;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.special #inahune a.popup{
	width: 300px;
}

.special #movie a.popup{
	width: 155px;
}

.special a:hover.popup{
	border: 5px double #F39;
}

.special #icon img {
	padding-right: 5px;	
}

.special .wpLink {
	text-align:center;
	width: 500px;
	float: left;
	margin-left: 10px;
}

.special .wpLink p a {
	text-align:center;
	/* è§’ä¸¸ */
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* ----- */
	line-height: 1.2em;
	width: 196px;
	color: #FFF;
	background-color: #000;
	border: 2px solid #FFF;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

.special .wpLink p a:hover {
	color: #000;
	background-color: #84ACFF;
	border: 2px solid #FFF;
}



/* ã‚®ãƒ£ãƒ©ãƒªãƒ¼ ---------------------------------------------------------- */
.gallery {
	background-image: url(../img/special/bg.png);
	height: 660px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.gallery .box {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-top: 15px;
	height: 550px;
	padding-top: 50px;
}

.gallery .box ul{
	clear: left;
	padding-top: 6px;
}

.gallery .box li{
	list-style-type: none;
	float: left;
	margin-left: 6px;
	text-align: left;
}

.gallery .box li .img{
	position: relative;
	top: -106px;
	left: 5px;
	margin-bottom: -20px;
}

.gallery #event li a{
	width: 230px;
}

.gallery #scr li a{
	width: 180px;
}

.gallery .box li a{
	border: 5px solid #000;
	display: block;
}

.gallery .box li a:hover{
	border: 5px double #F39;
}
</pre></body></html>