/*--------------------------------
common
--------------------------------*/
html{
	font-size: 62.5%;
}
body {
	position: relative;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-size: 1.4rem;
	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;
}
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 0 80px 0;
}



a {
	color: #ff9100;
	text-decoration: none;
}
a:hover {
	color: #ffd26f;
	text-decoration: none;
}
.s{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16px;
	line-height: 1.6rem;
}
.bolder{ font-weight: bolder; }
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("/wakako_zake/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("/wakako_zake/css/PIE.htc");
}
.text_shadow{
	text-shadow: 0px 1px 0px #FFF;
	behavior: url("/wakako_zake/css/PIE.htc");
}

.p_none{ padding: 0 !important; }
.pb_160{ padding-bottom: 160px !important; }

.m_none{ margin: 0 !important; }
.mt_8{ margin-top: 8px !important; }
.mt_16{ margin-top: 16px !important; }
.mt_32{ margin-top: 32px !important; }
.mt_48{ margin-top: 48px !important; }
.mb_8{ margin-bottom: 8px !important; }
.mb_16{ margin-bottom: 16px !important; }
.mb_32{ margin-bottom: 32px !important; }
.mb_48{ margin-bottom: 48px !important; }
.mr_16{ margin-right: 16px !important; }



/*--------------------------------
header
--------------------------------*/
header{
	position: relative;
	z-index: 100;
	width: 960px;
	height: 44px;
	margin: 0 auto 0 auto !important;
}
header h1.title_logo a{
	position: absolute;
	overflow: hidden;
	top: 16px;
	left: 0px;
	width: 280px;
	height: 88px;
	text-indent: -9999px;
	background: url(../img/common/nav_title.png) 0 0 no-repeat;
}
header h1.title_logo a:hover{
	background: url(../img/common/nav_title.png) 0 -88px no-repeat;
}
header h2.category{
	position: absolute;
	top: -6px;
	right: 0px;
	width: 417px;
	height: 159px;
	text-indent: -9999px;
}
.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; }
.movie_top{	background:url(../img/common/h2_movie.png) 0 0 no-repeat; }
.special_top{ background:url(../img/common/h2_special.png) 0 0 no-repeat; }
.products_top{ background:url(../img/common/h2_products.png) 0 0 no-repeat; }

/*--------------------------------
nav
--------------------------------*/
.nav_area{
	position: relative;
	float: left;
	margin: 24px 0 0 0;
	padding: 0;
}
nav ul {
	position: relative;
	display:block;
	width: 200px;
	height: 384px;
	margin: 0;
}
nav li{
	overflow: hidden;
	width: 200px;
	height: 56px;
	margin: 0;
}
nav li.intro {
	position: absolute;
	top: 64px;
	left: 0px;
}
nav li.story {
	position: absolute;
	top: 128px;
	left: 0px;
}
nav li.cast {
	position: absolute;
	top: 192px;
	left: 0px;
}
nav li.movie {
	position: absolute;
	top: 256px;
	left: 0px;
}
nav li.special {
	position: absolute;
	top: 320px;
	left: 0px;
}
nav li.products {
	position: absolute;
	top: 384px;
	left: 0px;
}

/*nav .special,.products{
	margin: 0 0 6px 0;
}*/

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

/*--------------------------------
content
--------------------------------*/
.bg_content{
 	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/common/bg_content.png) 0 0 repeat-y;
}
.content {
	position: relative;
	float: left;
	width: 760px;
	margin: 0 auto;
	padding: 80px 0 72px 0;
}
.line_pk{
	height: 6px;
	text-indent: -9999px;
	background: url(../img/common/line_pkdots.png) 0 0 repeat-x;
}
.line_bl{
	height: 6px;
	text-indent: -9999px;
	background: url(../img/common/line_bldots.png) 0 0 repeat-x;
}
	
	



/*--------------------------------
pagetop
--------------------------------*/
#pagetop {
	position: fixed;
	bottom: 80px;
	right: 32px;
	font-size: 0;
	line-height: 0;
	z-index: 200;
}

/*--------------------------------
footer
--------------------------------*/
#footer_wakako{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#footer_pushu{
	position: absolute;
	bottom: 25px;
	right: 70px;
}



footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin:0;
	padding:0;
	background: url(../img/common/bg_footer.gif) repeat 0 0;
}


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



footer .copyright{
	padding: 32px 0 0 0;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #655153;
}

footer .footer_line{
	width: 960px;
	height: 2px;
	margin: 32px 0;
	text-indent: -9999px;
	background: url(../img/common/line_solid.png) 0 0 repeat-x;
}
.banner_area{
	overflow: hidden;
	width: 824px;
	height: 180px;
	margin: 0 auto;
}

/*--------------------------------
banner
--------------------------------*/

.banner{
	overflow: hidden;
	width: 800px;
	height: 146px;
	margin: 0 auto;
	padding: 0;
}
.banner li{
	float: left;
	margin: 0 4px 8px 0;
}









