@charset "utf-8";
/* CSS Document */

/*
	Site Name: New National Theatre, tokyo
	Description: movie setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

  Default Reset & Base Style Sheet

  1-01. Structure Module
  1-02. Structure Module
  1-03. Text Module
  1-04. Hypertext Module
  1-05. List Module
  1-06. Forms Module
  1-07. Tables Module
  1-08. Image Module
  1-09. Clear Fix

==========================================================
*/

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;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	font-size: small;
}

select,
input,
textarea {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:99%;
}


/* -------------------------------------------------------
  1-02. Text Module
------------------------------------------------------- */
p,div {
margin:0;
padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin:0;
padding:0;
}

address {
margin:0;
padding:0;
}

em {
font-style:normal;
font-weight:bold;
}

strong {
font-style:normal;
font-weight:bold;
}

abbr,
acronym {
border-bottom:0;
cursor:help;
}

blockquote {
margin:0;
padding:0;
}

dfn {
font-style:normal;
}

a{
padding:0px;
margin:0px;
border:none;
}

/* -------------------------------------------------------
  1-03. Hypertext Module
------------------------------------------------------- */
a:link {
color:#1E3C96;
text-decoration:none;
}

a:visited {
color:#1E3C96;
text-decoration:none;
}

a:hover,
a:active,
a:focus {
color:#D41D00;
text-decoration: underline;
}

.txtLink a:link, .txtLink a:visited {
	color:#1E3C96;
	text-decoration: underline;
}

.txtLink a:hover,
.txtLink a:active,
.txtLink a:focus {
	color:#D41D00;
	text-decoration: underline;
}

/* -------------------------------------------------------
  1-04. List Module
------------------------------------------------------- */
ul,
ol,
dl {
margin:0;
padding:0;
list-style:none;
}

li,
dt,
dd {
margin:0;
padding:0;
font-size:100%;
list-style:none;
}

li li,
li p,
li dt,
li dd,
dd li,
dd p,
dd dt,
dd dd {font-size:100%;}

/* -------------------------------------------------------
  1-05. Image Module
------------------------------------------------------- */
img {
margin:0px;
padding:0px;
border:0;}

/* -------------------------------------------------------
  1-06. Clear Fix
------------------------------------------------------- */
/*   clear       */

.clr {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1%;
}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

/* -------------------------------------------------------
  1-07. flashArea
------------------------------------------------------- */

#flashArea {
	width: 640px;
	height: 430px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -215px;
	margin-left: -320px;}



object {
	margin: 0;
	padding: 0;
}