/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: url(../images/body_bg.jpg) #000;
	color:#333;
	width: 100%;
	height:100%;
}
a {
	color: #cb8f1b;
}
a:visited {
	color: #cb8f1b;		
}
a:hover {
	color: #9c6312;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 100%;
	height:100%;
	min-height:100%;
}
.width-col{
	width: 920px;
	margin: 0 auto;
	overflow:hidden;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	height: 100px;
}
/* site logo */
#site-logo {
	background:url(../images/title_logo.png) no-repeat;
	width:331px;
	height:41px;
	margin: 2px 0 0;
	text-indent:-9999px;
	float:left;
}
/* site description */
#site-description {
	font-size:170%;
	font-weight:bold;
	color:#e83336;
	float:right;
	padding: 10px 5px 0 0;
}
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #000;
	margin: 0 0 0 0;
	padding: 3px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	border-bottom:2px solid #514511;
	box-shadow:0 3px 3px #000;
	/* gradient */
	background:#030303; /* for non-css3 browsers */
	background:-moz-linear-gradient(top, #141414, #030303);
	background:-webkit-gradient(linear, left top, left bottom, from(#141414), to(#030303)) #030303;
}
#main-nav li {
	font-size:15px;
	font-weight:bold;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 5px;
}
#main-nav a {
	line-height: 100%;
	color: #7c6f34;
	display: block;
	padding: 14px 10px;
	text-decoration: none;
}
#main-nav a:hover {
  color: #ffffff;
	background:url("../images/menu_on_bg.jpg");
}
#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: 0 auto;
	padding: 20px 20px 40px;
	width: 920px;
	font-size:15px;
	line-height:1.3em;
	background:url("../images/contents_frame.png") repeat-y center #f3f0df;
}
#content a img:hover{
	filter: alpha( opacity=80 );  /* IE */
	opacity:0.80;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.80;           /* Firefox 0.9より前 */
}
.horizon-line{
	background-image: url("../images/title_border.jpg");
	background-repeat:repeat-x;
	height: 12px;
	border:none;
	display:block;
	width:100%;
	margin: 0 0 15px 0;
}
.read{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 0 0 0;
	padding: 0px 0 15px 0;
	color:#343f45;
}
.txt_center{
	text-align:center;
	padding-bottom:50px;
}
/* post */
.post {
	width: 880px;
	height:100%;
	margin:0 auto 20px;
}
.post-title {
	margin: 10px 0 2px;
	padding: 0;
	font-size:34px;
	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;
	border:2px solid #CC9;
	box-shadow:1px 1px 3px #333;
}
.floatleft{
	float:left;
}
.post-imager {
	float:right;
	margin: 5px 0 10px 15px;
	border:2px solid #CC9;
	box-shadow:1px 1px 3px #333;
}
.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;
}
.package-imagel{
	float:left;
	margin: 5px 35px 15px 20px;
	border:2px solid #CC9;
	box-shadow:1px 1px 3px #333;
}
.products-title{
	margin-top:22px;
	font-size:24px;
	color:#668da6;
}

/************************************************************************************
PRODUCT
*************************************************************************************/
.package-imagel{
	float:left;
	margin: 5px 35px 15px 20px;
	border:2px solid #CC9;
	box-shadow:1px 1px 3px #333;
}
#product_info td{
	border-bottom:1px solid #ccc;
}
.product_tableL{
	width:90px;
	text-align:left;
	padding:10px 0;
	font-weight:bold;
	font-size:1.1em;
	color:#514511;
	vertical-align:top;
}
.product_tableR{
	padding:9px 0 9px 20px;
	vertical-align:top;
}
/************************************************************************************
CAST STAFF
*************************************************************************************/
.cast_list, .staff_list{
	width:800px;
	margin:0 auto;
	overflow:hidden;
}
.cast_list dt{
	width:200px;
	height:24px;
	padding:5px 15px 0;
	border: 1px dotted  #c5be97;
	display:block;
	float:left;
	text-align:right;
}
.cast_list dd{
	width:536px;
	height:24px;
	padding:5px 15px 0;
	border: 1px dotted  #c5be97;
	display:block;
	float:right;
}
.staff_list dt{
	width:140px;
	height:24px;
	padding:5px 15px 0;
	border: 1px dotted  #c5be97;
	display:block;
	float:left;
	text-align:right;
}
.staff_list dd{
	width:596px;
	height:24px;
	padding:5px 15px 0;
	border: 1px dotted  #c5be97;
	display:block;
	float:right;
}
dl .list-2line{
	height:42px;
}
dl .list-3line{
	height:63px;
}
/************************************************************************************
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 #CEB6D5;
	box-shadow:0 0 10px #999;
	/* gradient */
	background: #584A5E; /* for non-css3 browsers */
	background:-moz-linear-gradient(top, #584A5E, #4b1f48);
	background:-webkit-gradient(linear, left top, left bottom, from(#584A5E), to(#4b1f48)) #4b1f48;
	text-align: center;
}
#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: 3px 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;
}

/************************************************************************************
Ruby
*************************************************************************************/








