*{
	margin: 0;
	padding: 0;
}

@charset "UTF-8";
/* CSS Document */


html, body {
	margin:0;
	padding:0;
	height: 100%;
	max-height: 100%;
}

body { background-color: #FFFFFF;
}

/* テキスト関連の設定 */

a:link { color: #898989;
	text-decoration:none;
	}

a img {border: none; }

a:visited { color: #898989;
}

.page{
	position: relative;
	width: 982px;
	margin: 0 auto;
	border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
	min-height: 100%;
	overflow: visible;
}

.container{
	width: 982px;
	height: 100%;
	min-height: 100%;
	
}


.shell{
	width: 982px;
	height: 100%;

}


.header{
	position: relative;
	float: left;
	top: 45px;
	left: 45px;
	height:450px;
	width: 895px;
}

.header_ph{
	position: relative;
	float: left;
	top: 5px;
	left: 0px;
	height:413px;
	width: 413px;
	background:url(images/header-ph.jpg) no-repeat;
	z-index: 5;
}

.header_ph:hover {
	background:url(images/header-ph-on.jpg) no-repeat;
}

.header_main{
	position: absolute;
	left: 425px;
}

.top_button{
	position: relative;
	height: 21px;
	width: 181px;
	left: 271px;
	z-index: 11;}	

.button_contact{
	position: relative;
	float: left;
	padding-left: 6px;
}

.button_epk{
	position: relative;
	float: left;
	padding-left: 6px;
}

.button_fb{
	position: relative;
	float: left;
	padding-left: 6px;
}

.button_twitter{
	position: relative;
	float: left;
	padding-left: 6px;
}
.button_home{
	position: relative;
	float: left;
	padding-left: 6px;
}
.header_title{
	position: relative;
	top: 75px;
	height: 245px;
	}
	
.header_menubar{
	position: relative;
	top: 38px;
	border-top: 10px solid #F09192;
	padding-top: 5px;
}

.menu_releases{
	position: relative;
	float: left;
	height: 30px;
	width: 73px;
	background:url(images/menu-releases.jpg) no-repeat;
	z-index: 5;
}


.menu_releases_on{
	position: relative;
	float: left;
	height: 30px;
	width: 73px;
	background:url(images/menu-releases.jpg) no-repeat;
	background-position: 0 -30px;
	z-index: 5;
}

.menu_releases:hover{
	background-position: 0 -30px;
}

.menu_schedule{
	position: relative;
	float: left;
	height: 30px;
	width: 75px;
	background:url(images/menu-schedule.jpg) no-repeat;
	z-index: 5;
}

.menu_schedule_on{
	position: relative;
	float: left;
	height: 30px;
	width: 75px;
	background:url(images/menu-schedule.jpg) no-repeat;
	background-position: 0 -30px;
	z-index: 5;
}

.menu_schedule:hover{
	background-position: 0 -30px;
}

.menu_story{
	position: relative;
	float: left;
	height: 30px;
	width: 44px;
	background:url(images/menu-story.jpg) no-repeat;
	z-index: 5;
}

.menu_story_on{
	position: relative;
	float: left;
	height: 30px;
	width: 44px;
	background:url(images/menu-story.jpg) no-repeat;
	background-position: 0 -30px;
	z-index: 5;
}

.menu_story:hover{
	background-position: 0 -30px;
}

.menu_cheers{
	position: relative;
	float: left;
	height: 30px;
	width: 58px;
	background:url(images/menu-cheers.jpg) no-repeat;
	z-index: 5;
}

.menu_cheers_on{
	position: relative;
	float: left;
	height: 30px;
	width: 58px;
	background:url(images/menu-cheers.jpg) no-repeat;
	background-position: 0 -30px;
	z-index: 5;
}

.menu_cheers:hover{
	background-position: 0 -30px;
}

.menu_gallery{
	position: relative;
	float: left;
	height: 30px;
	width: 57px;
	background:url(images/menu-gallery.jpg) no-repeat;
	z-index: 5;
}

.menu_gallery_on{
	position: relative;
	float: left;
	height: 30px;
	width: 57px;
	background:url(images/menu-gallery.jpg) no-repeat;
	background-position: 0 -30px;
	z-index: 5;
}

.menu_gallery:hover{
	background-position: 0 -30px;
}

.menu_circle{
	position: relative;
	float: left;
	top: 8px;
	padding-left: 13px;
	padding-right: 13px;
}

.menu_line{
	position: relative;
	top: 0px;
}

.main_content{
	position: relative;
	left: 63px;
	width: 859px;
}

.title{
	position: relative;
	top: 20px;
	width: 859px;
	
}

.subtitle{
	position: relative;
	top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 100;
	color: #F09192;

	
}


.side_contents{
	position: relative;
	float: left;
	width: 542px;
	min-height: 100%;
	margin-top: 26px;
	margin-bottom: 100px;
}

.side_box{
	position: relative;
	float: left;
	left: 32px;
	width: 290px;
	height: 1000px;
	background-color: #FEF4E8;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 26px;

	
}

.main_center{
	position: relative;
	padding-top: 40px;
	left: 155px;
	width: 600px;
}

.padding1000{
	height:1100px;
}

.padding500{
	height:500px;
}

.padding200{
	height:210px;
}

.padding120{
	height:120px;
}


.padding50{
	height:50px;
}

.padding70{
	height:70px;
}

.footer{
	position:relative;
	font-size:10px;
	color:#898989;
	bottom: 0;
	width: 920px;
	height:27px;
	left: 63px;
	clear: both;
	border-top: solid 1px #CCCCCC;
	padding-top: 9px;
	
	font-family: Verdana, Geneva, sans-serif;
}
#footer_left{
	text-align:left;
    float:left;　// pタグを周り込ませるための指定。
    margin:0;}
#footer_right{
    text-align:right;
    padding-right:58px;
    margin:0;}	


.padding_top{
	position: fixed;
	bottom: 0px;
	height: 15px;
	height: 100%;
}

.text_main{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
	font-weight: lighter;
	color: #898989;
	text-align: left;
}

.text_intro{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: lighter;
	color: #898989;
	line-height: 20px;
}

.text_name{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	font-weight: lighter;
	color: #C7B889;
	text-align: right;
}

.text_name a{
	color: #C7B889;
}

.text_name a:hover{
	text-decoration: underline;
}

.text_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 900;
	color: #F09192;

}

.text_subheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 24px;
	color: #C7B889;
}

.text_subheading2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 24px;
	font-weight: 900;
	color: #898989;
}

.text_subtitle{
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 100;
	color: #F09192;
	padding-bottom: 10px;

}


.text_pink{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #F09192;
}


.dotted_line_half{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

.back_button{
	position: relative;
	width: 42px;
	top: -40px;	
	left: 20px;
	height: 10px;
	background-image: url(images/button-back-off.png);
	z-index: 11px;
}

.back_button:hover {
	background-image: url(images/button-back-on.png);
}

.back_button2{
	position: relative;
	float: right;
	width: 42px;
	right: 0px;
	height: 10px;
	background-image: url(images/button-back-off.png);
	z-index: 11px;
	top: -10px;
	margin-bottom: 20px;
}

.back_button2:hover {
	background-image: url(images/button-back-on.png);
}

.read_more{float:right;}

.read_more:hover{
		color: #C7B889;
	}
	
.construction{
	position: relative;
	width:200px;
	padding-top: 80px;
	left:145px;
	}
	
	/*epk*/
	
p.epk_maintitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F09192;}
p.epk_sub_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	}
p.epk_name{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	color: #D5C8A0;}
p.epk_name i{
	font-style:italic;}	
p.epk_name_sub{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5C8A0;}
p.epk_name_sub_i{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5C8A0;
	font-style:italic;}
p.epk_credit{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5C8A0;
	line-height: 24px;
}	
p.epk_sub2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;}
p.epk_download{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	color: #898989;
	}
p.epk_download :hover{
	color: #C7B889;
	}	
p.latest_sub1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5C8A0;
	float:right;}
p.latest_sub2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
	float:right;}	