/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background:url("../../img/horizontal/WH/body_bg.gif") #fff;
	color:#333;
	width: 100%;
	height:100%;
}
a {
	color: #996633;
}
a:visited {
	color: #996633;		
}
a:hover {
	color: #CC9966;
}

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,700);
/************************************************************************************
STRUCTURE
*************************************************************************************/
#header_wrap {
	background-image:url("../../img/horizontal/WH/header_bg.jpg");
}
#pagewrap {
	width: 100%;
	height:100%;
	min-height:100%;
}
.width-col{
	width: 920px;
	margin: 0 auto;
	overflow:hidden;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 100px;
}
/* site logo */
#site-logo {
	background:url(../images/title_logo.png) no-repeat;
	width:200px;
	height:42px;
	margin: 0;
	text-indent:-9999px;
	float:left;
}
/* site description */
#site-description {
	font: 150%/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	color:#993300;
	float:right;
	padding: 15px 5px 0 0;
	text-shadow: 1px 1px 0 #fff, 1px 2px 5px #999;
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #000;
	margin: 0px 0 0 0;
	padding: 3px 0 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	border-bottom:2px solid #888;
	box-shadow:0 3px 3px #bbb;
	/* gradient */
	background:#ffffff; /* for non-css3 browsers */
	background:-moz-linear-gradient(top, #ffffff, #f4f4f4);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4)) #ffffff;
}
#main-nav li {
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #2f2f2f;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,1.0);
}
#main-nav a:hover {
  color: #868686;
	background-image: url("../../img/horizontal/WH/menu_on_bg.gif");
	background-repeat:none;
	
}
#main-nav li a:after{
	content: '';
	background-image: url("../../img/common/sprite.png");
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
	width: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -0.5em 0 0 0;
}
.item-no > a:after {
	background-position: -38px -38px;
}
.item1 > a:after {
	background-position: 0 -1px;
}
.item2 > a:after {
	background-position: -38px 0;
}
.item3 > a:after {
	background-position: -76px 0;
}
.item4 > a:after {
	background-position: -76px 0;
}
/************************************************************************************
CONTENT
*************************************************************************************/
#content {	
	margin: 15px auto 0;
	padding: 20px 35px 80px;
	width: 920px;
	font-size:15px;
	line-height:1.6em;
}
.horizon-line{
	background-image: url("../images/title_border.png");
	background-repeat:repeat-x;
	height: 12px;
	border:none;
	display:block;
	width:100%;
	margin: 0 0 15px 0;
}
.read{
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	color:#bd7627;
}
.txt_center{
	text-align:center;
}
/* post */
.post {
	width: 920px;
	height:100%;
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font:26px/120% 'Ubuntu', sans-serif;
	letter-spacing:0.3em;
	text-shadow:1px 1px 0 #bbb;
}
.post-title a {
	text-decoration: none;
	color: #000;
}

/* post image */
.post-imagel {
	float:left;
	margin: 5px 15px 15px 0;
}
.floatleft{
	float:left;
}
.post-imager {
	float:right;
	margin: 5px 0 10px 15px;
}
.floatright{
	float:right;
}
.actor-info{
	width:45%;
	margin: 0 10px 0 0;
	padding: 0 15px;
	float:left;
	font-size:85%;
}
.actor-wide{
	width:95%;
	margin:0 auto;
}
.clearleft{
	clear:left;
}
/* post image */
.cast-imagel {
	float:left;
	margin: 5px 15px 0px 0;
}
.floatleft{
	float:left;
}
/************************************************************************************
THEATER
*************************************************************************************/
.theater-list{
	width:708px;
	margin:20px auto 0;
	font-size:1.3em;
	font-weight:bold;
	padding:8px 15px;
	background:#f2f2f2;
	border: 1px solid  #ddd;
	display:block;
	color:#666;	
}
.theater-list-left{
	width:108px;
	font-size:0.9em;
	padding:4px 15px;
	background:#fff;
	border: 1px solid  #ddd;
	display:inline-block;
	float:left;
}
.theater-list-center{
	width:368px;
	font-size:0.9em;
	padding:4px 15px;
	background:#fff;
	border: 1px solid  #ddd;
	display:block;
	float:left;
}
.theater-list-right{
	width:168px;
	font-size:0.9em;
	padding:4px 15px;
	background:#fff;
	border: 1px solid  #ddd;
	display:block;
	float:left;
}
.box{
	margin:0 auto;
	padding:0;
	width:740px;
	overflow:hidden;
}
#theater_map{
	margin:40px auto;
	text-align:center;
}
/************************************************************************************
COMMENTO
*************************************************************************************/
#all_container{
	width:auto;
	margin:0 auto;
	padding:0;
}
.come_box{
	width:auto;
	padding:15px 0 5px;
	margin:20px auto;
	border-bottom:1px #aaaaaa dotted;
}
.comment{
	margin:0;
}
.comment span{
	color:#996633;
}
.comment span.p_strong{
	color:#996633;
	font-size:1.5em;
}
.name{
	text-align:right;
	color: #222;
	text-shadow:1px 1px 0 #fff;
	margin: 15px 0 0 0;
	font-size:0.9em;
	font-weight:bold;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	width:100%;
	position:fixed;
	bottom: 0;
	border-top:1px solid #fff;
	box-shadow:0 0 8px #aaa;
	/* gradient */
	background:#dcdcdc; /* for non-css3 browsers */
	background:-moz-linear-gradient(top, #dcdcdc, #ffffff);
	background:-webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ffffff)) #dcdcdc;
}
#footer a {
	color: #fff;
}
#footer a:hover{
	filter: alpha( opacity=60 );  /* IE */
	opacity:0.60;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.60;           /* Firefox 0.9より前 */
}
.advertising{
	margin: 8px 0;
	float:left;
}
.advertising img{
	margin: 0px 0 0 0;
	padding: 0px 10px 0 0;
}
.social{
	margin: 8px 0;
	float:right;
}
.social a{
	width:60px;
	display:block;
	float:left;
	padding: 0px 10px 0 0;
}
.social img{
	margin: 0px 0 0 0;
}
/************************************************************************************
Back to top button 
*************************************************************************************/
#back-top{
	float:right;
	margin-right:20px;
}
#back-top a{
	outline:none;
}
#back-top a:hover{
	margin:0;
	padding:0;
	filter: alpha( opacity=60 );  /* IE */
	opacity:0.60;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.60;           /* Firefox 0.9より前 */
}

/************************************************************************************
Anomaly Youtube
*************************************************************************************/
.item4 {
	display: none;
}
