@charset "utf-8";
/* CSS Document */

/*
	Site Name: New National Theatre, tokyo
	Description: operapalace setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

  1: base setting
  2: layout setting

==========================================================
*/

/* -------------------------------------------------------
  1: base setting
------------------------------------------------------- */

#layoutWrapper {
	width       : 1010px;
	margin      : 10px auto 0 auto;
	border-left : 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;

}
#ie7 #layoutWrapper img{
	display:block;
}
*html #layoutWrapper img{
	display:block;
}
.bgBtntop {
	background : url(../img/bg_btn_top.jpg) no-repeat left top;
	height     : 110px;
	padding-top: 29px;
}
.bgBtnBottom {	
	background : url(../img/bg_btn_bottom.jpg) no-repeat left top;
	clear      : both;
	height     : 99px;
	padding-top: 45px;
}
.bgBtntop img{
	width   : 531px;
	margin  : 0 auto;
	display : block;
	position: relative;
	left    : -3px;
}
.bgBtnBottom img{
	width   : 531px;
	margin  : 0 auto;
	display : block;
	position: relative;
	left    : -5px;
}


.floatLeft {
	float: left;
	width: 503px;
}
.floatRight {
	float: left;
	width: 507px;
}




.bgBtnSection1 {
	background  : url(../img/bg_section1_1.jpg) no-repeat left top;
	width       : 440px;
	height      : 72px;
	padding-top : 10px;
	padding-left: 63px;
}
.bgBtnSection2 {
	background   : url(../img/bg_section2_1.jpg) no-repeat left top;
	width        : 440px;
	height       : 72px;
	padding-top  : 10px;
	padding-right: 67px;
}
.bgBtnSection3 {
	background  : url(../img/bg_section3_1.jpg) no-repeat left top;
	width       : 430px;
	height      : 91px;
	padding-top : 9px;
	padding-left: 73px;
}
.bgBtnSection4 {
	background   : url(../img/bg_section4_1.jpg) no-repeat left top;
	width        : 434px;
	height       : 91px;
	padding-top  : 9px;
	padding-right: 73px;
}
*html .bgBtnSection4 {



}
*html .bgBtnSection4 img{
	display      :block;
	width        : 327px;
	height       : 54px;
}
*html .bgBtnSection4 a{
	display      :block;
	width        : 327px;
	height       : 54px;
}





#linkArea {
	background   : url(../img/bg_bottom_area.jpg) repeat-x left top;
	height       : 84px;
	padding-left : 45px;
	padding-right: 46px;
}
*html #linkArea {
	padding-right: 30px;
}

#linkArea .sideL {
	float: left;
	width: 340px;
}
#ie6 #linkArea .sideL dt {
	float       : left;
}
#linkArea .sideL dd {
	float       : left;
	margin-right: 17px;
}
#linkArea .sideR {
	float: right;
	margin-top: 17px;
}

*html #linkArea .sideR{
	width:510px;
}
#linkArea .sideR li {
	float: left;
	margin-left: 7px;
}

#layoutFooter address {
	color           : #FFF;
	font-size       : small;
	font-style      : normal;
	background-color: #AD8058;
	text-align      : center;
	display         : block;
	clear           : both;
	padding-top     : 8px;
	padding-bottom  : 8px;
}

