@charset "utf-8";

/***  public
*******************************************/

html {  background:#ffa000 url(../images/bg_html.png) repeat-x left top; height:100% !important; }
body { color: #FFFFFF; background:url(../images/bg_body.gif) repeat-y center top; text-align: center; height:auto !important; padding-bottom:10px; }

a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { text-decoration: underline; color: #FF9E00; }

.img_left { float:left;	margin-right:8px; }
.img_right { float:right; margin-left:8px; }

#topbg {
	background:url(../images/bg_container.png) no-repeat center top;
}

/***  contents
*******************************************/

#container {
	width: 1012px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width:992px;
	height:210px;
	position:relative;
	margin:0 auto;
}

#header h1 {
	height:0;
	overflow:hidden;
}

#header #logo {
	position:absolute;
	left:0;
	bottom:0;
}

#header #site_ttl {
	position:absolute;
	left:300px;
	bottom:0;
}

/* sns */

#sns_btn {
	width:400px;
	margin:10px 10px 0 0;
	position:absolute;
	right:0;
	bottom:10px;
}

#sns_btn li {
	display:block;
	float:right;
	margin:0 0 0 10px;
}

#sns_btn li#facebook {
	width:100px;
}
#sns_btn li#twitter {
  margin-left: 15px;
	width:65px;
}
#sns_btn li#mixi {
}
#sns_btn li#google {
	width:55px !important;
}

/* contents */

#contents {
	width:992px;
	padding:0 10px;
	background:#000;
}

/* left nav */

#left_nav {
	width:251px;
	float:left;
	background:url(../images/left_series_bg.gif) repeat;
}

#left_nav h2 {
  background: #000;
  /*padding-top: 10px;*/
}

#left_nav p.top-bn {
  background: #2daae1;
  margin: 0 auto;
  text-align: center;
}

#left_nav li {
	padding:3px;
}

#footer {
	width:992px;
	padding:10px;
	background:#000;
	text-align:right;
}


/***  index
*******************************************/

#index_main {
	width:735px;
	float:right;
}

/* twitter */

#twitter_box {
	float:right;
	width:242px;
	height:490px;
	margin:10px 0 0 0;
}

/* info */

#info_box {
	float:left;
	width:485px;
	margin:10px 0 0 0;
	border:1px solid #6c6c6c;
	height:190px;
	overflow:hidden;
}

#info_box h2 {
}

#info_box dl {
	width:475px;
	height:162px;
	padding:1px 5px;
	background:url(../images/index/info_bg.gif) repeat;
	font-size:12px;
	line-height:1.75;
}

#info_box dt {
	clear:left;
	width:80px;
	float:left;
}

#info_box dt ,
#info_box dd {
}

/* movie */

#movie_box {
	width:487px;
	float:left;
	margin:11px 0 0 0;
}

/***  slider
*******************************************/

#gallery{
	width:735px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:330px;
	margin:0 0 10px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:735px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:165px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu ul li{
	/* Every thumbnail is a li element */
	width:242px;
	height:165px;
	display:inline-block;
	list-style:none;
	overflow:hidden;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}

#menu ul li.inact:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#menu ul li.act,li.act:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#menu ul li.act a{
	cursor:default;
}

#menu ul li a{
	display:block;
	height:165px;
}

a img{
	border:none;
}


/***  series
*******************************************/

#series_main {
	width:735px;
	min-height:996px;
	float:right;
	background:url(../series/images/lower_bg.gif) repeat;
}

#series_main h3 {
	width:710px;
	height:84px;
	margin:0 auto;
}

#series_main dl {
	width:710px;
	height:84px;
	display:block;
	margin:0 auto;
	font-size:15px;
	overflow:hidden;
	
	position:relative;
}

#series_main dl dt {
	width:702px;
	height:16px;
	background:#000;
	padding:3px 0 3px 8px;
	font-weight:bold;
	
	position:absolute;
	left:0;
	top:16px;
}

#series_main dl dd.text {
	width:694px;
	padding:3px 8px;
	border-bottom:1px solid #78788c;

	position:absolute;
	left:0;
	top:40px;
}

#series_main dl dd.over {
	width:176px;
	height:21px;
	
	position:absolute;
	right:0;
	top:16px;
}












