@charset "UTF-8";

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

img {
	border: 0px;
}

html {

}

body {
	margin: 0px auto 20px auto;
	padding-top: 40px;
	width: 940px;
	color: #222222;
	background-color: #fea600;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" "Helvetica" "sans-serif";
	_text-align: center;
	font-size: 10pt;
	line-height: 1.8em;
}


#container {
	width: 940px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/frame_middle.gif);
	background-repeat: repeat-y;
	text-align: left;
	overflow: hidden;
}

/*html #container {
	height: 1%;
}*/

h1 {
	margin-bottom: 0px;
	float: right;
	padding-top:40px;
	padding-right:30px;
	background-image: url(../img/frame_top.gif);
	background-repeat: no-repeat;
	background-position: right top;

}

h2 {
	margin: 10px 0px 10px 0px;
	padding: 7px 0px 0px 7px;
	height: 25px;
	_height: 32px;
	color: #ffffff;
	background-image: url(../img/h2_bg.gif);
	background-repeat: no-repeat;
	font-size: 11pt;
	line-height: 1em;
	clear: both;
}

#main h3 {
	margin: 5px 0px 5px 0px;
	background-repeat: no-repeat;
	font-size: 11pt;
	line-height: 1em;
	color: #995500;
}

#main {
	margin-right: 40px;
	_margin-right: 20px;
	padding: 0px;

	width: 600px;
	float: right;
}

#menu {
	padding-top: 3px;
	height: 325px;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;
	list-style: none;
}




#navi {
	padding-top:40px;
	padding-left:40px;
	background-image: url(../img/frame_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	_width: 290px;
	float: left;
}

#footer {
	width: 940px;
	margin: 0px 0px 30px 0px;
	padding-top: 50px;
	color: #000000;
	background-image: url(../img/frame_bottom.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	clear: both;
}

#footer p img.left {
	margin: 0px 12px 0px 0px;
}





p {
	margin: 0px 0px 1.5em 0em;
}


.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

a:link {
	color: #6677FF;
	text-decoration: none;
	border: 0px;
}

a:visited {
	color: #6677FF;
	text-decoration: none;
	border: 0px;
}

a:hover, a:active {
	color: #FFAA00;
	text-decoration: underline;
	border: 0px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*Hides from IE-mac ﾂ･*/
*html .clearfix {height:1%;}
.clearfix {display: block;}
/* End hide from IE-mac */







#top, #about, #chara, #system, #event, #story, #info, #movie {
	width: 242px;
	height: 28px;
	text-indent: -9999px;
	background-position: 0px -28px;
	display: block;

}


#top a, #about a, #chara a, #event a, #story a, #info a, #system a, #movie a {
	width: 242px;
	height: 28px;
	background-position: 0px 0px;
	display: block;
	/*IE6*/
	overflow: hidden;
}


#top, #top a {
	background-image: url(../img/menu/top.gif);
}

#about, #about a {
	background-image: url(../img/menu/about.gif);
}

#chara, #chara a {
	background-image: url(../img/menu/chara.gif);
}

#event, #event a {
	background-image: url(../img/menu/event.gif);
}

#system, #system a {
	background-image: url(../img/menu/system.gif);
}

#story, #story a {
	background-image: url(../img/menu/story.gif);
}

#info, #info a {
	background-image: url(../img/menu/info.gif);
}

#movie, #movie a {
	background-image: url(../img/menu/movie.gif);
}


#top a:hover, #about a:hover, #chara a:hover, #story a:hover, #movie a:hover, #info a:hover, #event a:hover, #info a:hover, #system a:hover {
	background-position: 0px -28px;
}



