@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: bladk;
	font-size: medium;
	font-family: Verdana,Arial,sans-serif,MS P ゴシック;
	}
th,td,form{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: black;
	font-size: medium;
	font-family: Verdana,Arial,sans-serif,MS P ゴシック;
	}
a{
	text-decoration: none;
	}
body{
	color: #e5e5e5;
	background: url(../images/bg.jpg) top repeat-x #146630;
	}
p{
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	}
img{
	border: none;
	vertical-align: bottom;
	}	
ul,ol{
	list-style: none;
	}
#container{
	width: 860px;
	margin: 0 auto 0;
	padding-bottom: 20px;
	}
#content{
	float: left;
	background: url(../images/content-bg.jpg) no-repeat top #000;
	width: 800px;
	padding: 0 30px;
	}
*+html body #content{
	float: none;
	background: url(../images/content-bg.jpg) no-repeat top #000;
	width: 800px;
	padding: 0 30px;
	}
#cast{
	width: 800px;
	background: url(../images/cast-top.jpg) no-repeat top #166730;
	_background: url(../images/cast-top.jpg) no-repeat top #fbf300;
	padding-top: 5px;
	margin-bottom: 20px;
	_margin-bottom: 18px;
	}
*+html body #cast{
	background-color: #fbf300;
	}
#cast-box img{
	float: left;
	margin: 5px;
	}
#cast-box{
	float: left;
	background: url(../images/cast-bg.jpg) repeat-x bottom;
	padding: 0 5px;
	}
#cast-bottom{
	clear: both;
	}
#text-box table{
	width: 800px;
	border-collapse: collapse;
	margin-bottom: 10px;
	}
th{
	background-color: #fbf300;
	color: #000;
	font-weight: normal;
	}
td{
	background-color: #e5e5e5;
	color: #000;
	}
th,td{
	border: 1px solid #000;
	padding: 3px 5px;
	}
strong{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	}
p{
	color: #000;
	}
#attention{
	background-color: #c00;
	color: #fff;
	}
address{
	font-size: 12px;
	text-align: center;
	padding-top: 0.5em;
	color: #808080;
	}
#footer{
	background: url(../images/footer.gif) no-repeat bottom #000;
	padding-bottom: 20px;
	}