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

/*
	Site Name: New National Theatre, tokyo
	Description: kurumi setting
*/

/*
===== CONTENTS ===========================================

  Default Reset & Base Style Sheet

  1: base setting
  2: layout setting

==========================================================
*/


/* -------------------------------------------------------
  1: base setting
------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height:1.3;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-style:normal;
	text-align:center;
	overflow-y: scroll;
	background-color: #000000;
}

object {
	margin: 0;
	padding: 0;
}


/* -------------------------------------------------------
  2: layout setting
------------------------------------------------------- */
#layoutContainer {
	width: 981px;
	height: 575px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -490px;
	margin-top: -287px;
	text-align: left;
}

#layoutWrapper {
	width: 979px;
	margin: 0 auto;
}

#flashArea {
	width: 979px;
	height: 567px;
}

#layoutHeader {
	background: url(../img/bg_head.gif) left top repeat-x;
	width: 979px;
	height: 59px;
}

#layoutHeader strong,
#layoutHeader h1,
#layoutHeader p {
	float: left;
}

#layoutFooter {
	background: url(../img/bg_foot.gif) left top repeat-x;
	width: 979px;
	height: 43px;
}

#layoutFooter dl {
	float: left;
	width: 230px;
}

#layoutFooter dt,
#layoutFooter dd {
	float: left;
}

#layoutFooter dt {
	width: 230px;
}

#layoutFooter address {
	float: left;
	width: px;
}

#info {
	float: right;
	width: 300px;
}

#info ul,
#info p {
	float: left;
}

#info li {
	float: left;
	width: 150px;
}

#note {
	display: block;
	line-height: 3em;
	height: 3em;
	text-align: center;
	width: 979px;
}

img {
	display: block;
}
.clr{
	clear:both;	
}

