@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

==========================================================
*/
html{
    height: 100%;
}
body{
    /* IE7以降,モダンブラウザ用 */
    width     : 100%;
    min-width : 979px;
    min-height: 567px;
    /* ここまで */
    height    :100%;
    position  : relative; 
}

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

object {
	margin : 0;
	padding: 0;
}


/* -------------------------------------------------------
  2: layout setting
------------------------------------------------------- */

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

#layoutWrapper {
	width : 979px;
	margin: 0 auto;
	border: 1px #303030 solid;
}

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

#layoutHeader {
	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: 292px;
}

#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;
	text-align : center;
	width      : 979px;
	height     : 3em;
}

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

