/*--------------------------------
common
--------------------------------*/
body {
	position: relative;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 24px;
	color: #655153;
	font-family: 'Lucida Grande', 'segoe UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background: url(../img/common/bg_body.gif) repeat 0 0;
	
}
a {
	color: #ff9100;
	text-decoration: underline;
}
a:hover {
	color: #ffd26f;
	text-decoration: none;
}
img{
	border:none;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: left;
}
.center{
	display: block;
	margin: 0 auto;
}
.hidden{
	display:none;
}
.corner{
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior: url("/itakiss-tokyo2/css/PIE.htc"); 
}
.box_border{
	display: block;
	border: 2px #ffa79d solid;
}
.box_shadow{
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	behavior: url("/itakiss-tokyo2/css/PIE.htc");
}
.bg_wh{
	background: url(../img/common/bg_white.png) 0 0 repeat;
} 

.p_none{ padding: 0 !important; }
.m_none{ margin: 0 !important; }
.m_bt8{ margin-bottom: 8px !important; }
.m_bt16{ margin-bottom: 16px !important; }
.m_bt32{ margin-bottom: 32px !important; }
.m_bt48{ margin-bottom: 48px !important; }
.m_to48{ margin-top: 48px !important; }


.bg_gradation {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/common/bg_gradation.png) repeat center 0;
}
#wrap {
	position: relative;
}

/*--------------------------------
nav
--------------------------------*/
header{
	background:url(../img/common/nav_bg.png) repeat-x;
}

#nav_area{
	background:url(../img/common/nav_bg.png) repeat-x;
}


.header_inner{
	position: relative;
	width: 960px;
	margin: 0 auto;
}

h1 {
	position: absolute;
	top: 0;
	left: -16px;
	width:  180px;
	height: 65px;
}
nav {
	float: right;	
	
}
nav ul {
	width:800px;
	height:64px;
	margin:0 0 0 160px;
	display:block;
	margin:0 auto;
	overflow:hidden;
}
nav li {
	position: relative;
	float: left;
}
nav li.intro {
	width:180px;
	height:64px;
}
nav li.story {
	width:96px;
	height:64px;
}
nav li.cast {
	width:96px;
	height:64px;
}
nav li.staff {
	width:96px;
	height:64px;
}
nav li.music {
	width:96px;
	height:64px;
}
nav li.movie {
	width:96px;
	height:64px;
}
nav li.products {
	width:140px;
	height:64px;
}



nav li .off,
nav li .on {
	position: absolute;
	top: 0;
	left: 0;
}



/*--------------------------------
content
--------------------------------*/
#content_wrap {
	position: relative;
	width: 960px;
	margin: 0 auto 40px auto;
	padding: 56px 0 0 0;
}

h2.category {
	width: 960px;
	height: 48px;
	margin: 0 0 48px 0;
	text-align: center;
}

.category_img{
	position: absolute;
	top: 16px;
	left: 0px;
	z-index: 40;
}

.intro_top{
	background:url(../img/common/h2_intro.png) 0 0 no-repeat;
}
.story_top{
	background:url(../img/common/h2_story.png) 0 0 no-repeat;
}
.cast_top{
	background:url(../img/common/h2_cast.png) 0 0 no-repeat;
}
.staff_top{
	background:url(../img/common/h2_staff.png) 0 0 no-repeat;
}
.music_top{
	background:url(../img/common/h2_music.png) 0 0 no-repeat;
}
.movie_top{
	background:url(../img/common/h2_movie.png) 0 0 no-repeat;
}
.products_top{
	background:url(../img/common/h2_products.png) 0 0 no-repeat;
}


#content {
	position: relative;
	width: 896px;
	padding: 32px 32px 0 32px;
	margin: -48px 0 0 0;
	background: url(../img/common/bg_content.png) 0 0 repeat-y;
	z-index: 10;
}
#content_cast {
	position: relative;
	width: 960px;
	padding: 32px 0 0 0;
	margin: -48px 0 0 0;
	background: url(../img/common/bg_content.png) 0 0 repeat-y;
	z-index: 10;
}

.content_bottom {
	position: relative;
	width: 960px;
	height: 111px;
	background: url(../img/common/bg_bottom.png) 0 0 no-repeat;
	z-index: 30;
}

.bottom_img{
	position: absolute;
	bottom: 24px;
	right: 0;
}

/*--------------------------------
pagetop
--------------------------------*/
#pagetop {
	position: fixed;
	bottom: 80px;
	right: 32px;
	font-size: 0;
	line-height: 0;
	z-index: 80;
}
/*--------------------------------
footer
--------------------------------*/
footer {
	margin:0;
	padding:0;
	overflow:hidden;
	text-align: center;
	background: url(../img/common/footer_bg.gif) repeat 0 0;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
footer .copyright{
	padding:16px 0;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #ffffff;
	}










