/************************************************************************************
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
*************************************************************************************/
#header_wrap {
	background-image:url("../../img/maxam/header_bg.gif");
}
#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:350px;
	height:42px;
	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 #c7debc;
	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: #b1c9a3;
	display: block;
	padding: 14px 10px;
	text-decoration: none;
}
#main-nav a:hover {
  color: #ffffff;
	background:url("../images/menu_on_bg.png");
}
#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.png");
	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: 10px 0 15px 0;
	color:#336666;
}
.txt_center{
	text-align:center;
}
/* 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:#da5700;
}
/************************************************************************************
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:120px;
	height:24px;
	padding:5px 15px 0;
	border: 1px dotted  #c5be97;
	display:block;
	float:left;
	text-align:right;
}
.staff_list dd{
	width:616px;
	height:24px;
	padding:5px 15px 0;
	border: 1px dotted  #c5be97;
	display:block;
	float:right;
}
dl .list-2line{
	height:42px;
}
/************************************************************************************
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%;
	height:38px;
	background:#000;
	overflow:hidden;
}
#footer a {
	color: #fff;
}
.maxam_logo{
	float:left;
	padding:3px 15px 0 0;
}
.copy{
	padding:8px 0 0 0;
	font-size:10px;
	color:#aaa;
}
#social{
	position:fixed;
	bottom:0;
	right:30px;
	padding:10px 0 5px 10px;
	border: 1px solid #666;
	border-bottom:none;
	/* gradient */
	background:#000; /* for non-css3 browsers */
	background:-moz-linear-gradient(top, #333, #000);
	background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#000)) #000;
	/* radius */
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}
#social a{
	width:60px;
	display:block;
	float:left;
	padding: 0px 10px 0 0;
}
#social img{
	margin: 0;
}
#social a:hover{
	filter: alpha( opacity=60 );  /* IE */
	opacity:0.60;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.60;           /* Firefox 0.9より前 */
}

/************************************************************************************
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;
}








