@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 75%;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border: none;
}

ul, ol, li {
	list-style:none;
}

div#wrapper {
	width:760px;
	margin:0 auto;
	text-align:left;
	background-color:#ffefde;
}

a {
	text-decoration:none;
}

/* Header Title
----------------------------------------------------- */
h1 {
	width:760px;
	height:100px;
	position:relative;
	}

h1 span {
	display:block;
	width:100%;
	height:100%;
	background:url('/image/titlelogo.jpg') no-repeat;
	position:absolute;
	top:0;
	left:0;
}

h1 a {
	display:block;
	width:200px;
	height:50px;
	outline:none;
	position:absolute;
	right:0;
}

h1 a span {
	display:none;
}

/* Footer
----------------------------------------------------- */
div#footer {
	clear:both;
	background-color:#fc3;
	color:#333;
	padding:1em 1em 0.5em 1em;
	border-top:solid 1px #CCCCCC;
	margin:0;
}

#footer div#footer-link p {
	text-align:left;
}

#footer-link a {
	color:#333;
}

#footer div#copyright {
	margin-top:0.5em;
	text-align:right;
}

/* Navigation
----------------------------------------------------- */
div#navi {
	width:760px;
	margin-bottom:15px;
}

#navi li {
	float:left;
	text-align:center;
}

#navi li a {
	display:block;
	padding:5px 0;
	background-color:#f96;
	border-left:solid 1px #fff;
	color:#FFF;
}

#navi .nhome a { border-left:none; }

.nhome a, .nblog a {
	width:125px;
}

.nmovie a, .ncontents a, .nguide a, .nmap a {
	width:126px;
}

#navi li a:hover {
	background-color:#fc3;
}

div#navi:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
