@charset "utf-8";
/* CSS Document */

/*
	Site Name: New National Theatre, tokyo
	Description: introduction page setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	01. content layout

==========================================================
*/

/* -------------------------------------------------------
 	01. content layout
------------------------------------------------------- */

#layoutMain{
	background      : url(../img/bg_footer.jpg) no-repeat center bottom;
	background-color: #1E0F00;
	line-height     : 1.7; 
	margin          : 0 auto;
	padding         : 10px 0 0;
	text-align      : left;
	width           : 960px;
}



/* intro area style */
.sectionIntro01 {
	background  : url(../../intro/img/ph_intro_01.jpg) no-repeat right top;
	min-height  : 355px;
	height      : auto !important;
	height      : 355px;
	margin      : 0px auto;
	padding     : 0 0px 40px 0;
	width       : 920px;
}
.sectionIntro01 .inner{
	background: url(../../intro/img/bg_intro_text.jpg) no-repeat right top;	
	width     : 450px;
}
.sectionIntro01 h3,
.sectionIntro02 h3{
	padding-bottom: 20px;
}

.sectionIntro02 {
	background  : url(../../intro/img/ph_intro_02.jpg) no-repeat left top;
	min-height  : 278px;
	height      : auto !important;
	height      : 278px;
	margin      : 0px auto;
	padding     : 0 0px 10px 0;
	width       : 920px;
}
.sectionIntro02 .inner{
	background: url(../../intro/img/bg_intro_text2.jpg) no-repeat right top;
	float     : right;
	width     : 545px;
}






/* story area style */
#story {
	padding-top: 40px;
}
.sectionStory01 {
	background: url(../../intro/img/ph_story_01.jpg) no-repeat center bottom;
	margin    : 0 auto 10px;
	padding   : 0 0 415px;
	width     : 925px;
}
.sectionStory01 .inner {
	margin: 0 auto;
	width : 920px;
}
#afterStory{
	padding : 0 0 15px;
	position: relative;
	top     : -0px;
}