@charset "utf-8";



/* #Base styles
============================================================ */
* { -webkit-text-size-adjust: none; }
* {zoom:1;}

html {
	overflow-y: scroll;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

a {
	color: #a38716;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}



/* Body
============================================================ */
body {
	background: #000;
	margin: 0 auto;
	padding: 0;
	color: #444;
}



/* Wrapper
============================================================ */
#wrapper {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 580px;
}



/* Header
============================================================ */
#header{
	background: url(../img/bgHeader-001.png) no-repeat center top;
	padding: 20px 10px 231px;
}

#header img {
	display: block;
	max-width: 100%;
	height: auto;
}



/* Container
============================================================ */
#container {
	margin: 0;
	padding: 15px 10px 0;
	width: 560px;
}



/* Contents */
.contents {
	margin: 0 0 10px;
}

.contents h2 {
	margin: 0 0 10px;
	color: #c4a21c;
	font-size: 1.25em;
	font-family: Arial, "Arial Black", Impact, sans-serif;
	letter-spacing: 0.3em;
	padding: 6px 10px 5px;
	background: #111;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
}

.contents h3 {
	color: #222;
	margin: 0 0 5px;
	font-size: 1.1em;
	line-height:1.4em;
}

.contents h3.centered {
	text-align: center;
}

.contents p {
	margin: 0 0 15px;
}

.contents .list-txt li {
	list-style-position: inside;
	list-style-type: none;
	background: url(../img/iconList-001.gif) no-repeat left 5px;
	padding: 0 0 0 12px;
	margin: 0 0 4px;
}

.contents table {
	width: 80%;
	margin: 10px 0;
	background: #fdefb3;
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
}

.contents table tr td {
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 4px 2px;
	border-bottom: #666 2px solid;
	border-top: #666 1px solid;
	border-right: #666 1px solid;
}

.contents tr.bgGold {
	background: #f2d479;
}

.contents tr.fontBold {
	font-weight: bold;
}

.contents td.fontNormal {
	font-weight: normal;
}



/* Cast */
.contents .cast-box a img,
.contents .cast-box li img {
	width: 125px;
	height: 125px;
}

.contents .cast-box {
	text-align: center;
}

.contents ul.cast-box {
	margin: 0 0 10px;
}

.contents .cast-box li {
	display:inline;
	margin: 10px 4px;
}



/* Map */
.contents iframe {
	padding: 2px;
	border: #c4a21c 1px solid;
	margin: 5px auto 0;
}

.contents .map {
	border: #c4a21c 1px solid;
	margin: 5px auto 0;
}

.contents .togmaps {
	margin: -7px 0 10px;
}




/* Pagetop */
.totop	{ 	background: url(../img/iconPagetop-001.gif) no-repeat right center; clear:none; display:inline; float:left; width:540px; height:25px; min-width:0px; min-height:0px; overflow:visible; margin:0px 0px 0px 0px; padding:0px 7px 0 0; border:none; }
.totop a			{ display:inline; float:right; width:auto; height:24px; text-align:left; margin:1px 0px 0px 0px; padding:4px 7px 0px 10px; font: normal normal normal 10px/13px "Helvetica Neue",Helvetica,Verdana,Geneva,Arial,sans-serif; }
.totop a:link		{ color:#777; text-decoration:none; }
.totop a:visited	{ color:#777; text-decoration:none; }
.totop a:hover		{ color:#000; text-decoration:underline;}
.totop a:active		{ color:#000; text-decoration:none; }



/* Footer
============================================================ */
#footer {
	color: #ddd;
	font-size:  smaller;
	background: #111;
	margin: 0;
	padding: 10px;
	text-align: center;
}