@charset "utf-8";
/* CSS Document */

/*
	Site Name: New National Theatre, tokyo
	Description: temporary setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

  Default Reset & Base Style Sheet
  Last Update 2008-1-16

  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;
	background: #000;
	text-align:center;
}

object {
	margin: 0;
	padding: 0;
}


/* -------------------------------------------------------
  2: layout setting
------------------------------------------------------- */
#tosca #layoutWrapper {
	width: 978px;
	height:569px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -489px;
	margin-top: -284px;
	text-align:left;
	border:1px #303030 solid;
}

#tosca #layoutHeader {
	width:978px;
	border-bottom:1px #000 solid;
}

#tosca #layoutHeader p,
#tosca #layoutHeader h1 {
	float:left;
}

#tosca #flashArea {
	width: 978px;
	height: 410px;
	border-bottom:1px solid #000;
}

#tosca #linkArea {
	width:978px;
	padding:7px 0 7px 0;
	border-top:1px #303030 solid;
}

#tosca #linkArea h2 {
	float:left;
	padding-right:123px
}

#tosca #linkArea ul {
	padding-top:5px;
}

#tosca #linkArea li{
}

#tosca #linkArea li.top {
	margin-bottom:7px;
}

#tosca #layoutFooter {
	clear:both;
	width:978px;
	border-top:1px #303030 solid;
}

#tosca #layoutFooter img {
	display:block;
	float:left;
}

