@charset "utf-8";
/* CSS Document */

/*
	Site Name: New National Theatre, tokyo
	Description: default setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

  Default Reset & Base Style Sheet
  Last Update 2008-1-16

  1-01. Yahoo UI Library Fonts CSS
  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

==========================================================
*/

/* -------------------------------------------------------
  1-01. Yahoo UI Library Fonts CSS
  Copyright (c) 2007, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.net/yui/license.txt
  version: 2.2.1
------------------------------------------------------- */
body {
	*font-size:small;
	*font:x-small;
}
/* for Safari v2 only \*/
html:\66irst-child body{font-size:92%;}
/* for Safari v3 only */
html* body{font-size:92%;}

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. Structure Module
------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #3F3F3F;
	line-height: 1.4;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-style: normal;
}

hr {display:none;}


/* -------------------------------------------------------
  1-03. Text Module
------------------------------------------------------- */
p {
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-04. 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-05. 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-06. Forms Module
------------------------------------------------------- */
form {
margin:0;
padding:0;
}
form dl,
form p {
margin:0;
padding:0;
}
fieldset {
margin:0;
padding:0;
border:0;
}

legend {display:none;}/*During inspection*/

input {line-height:1.2em;}

input.textfieldSS,
input.textfieldS,
input.textfieldM,
input.textfieldL {
padding:0.2em;
border:1px solid #ddd;
font-family:monospace;
background-color:#f5f5f5;
}
input.textfieldSS {width:5.00em;}
input.textfieldS {width:12.50em;}
input.textfieldM {width:18.75em;}
input.textfieldL {width:25.00em;}

textarea {
width:18.75em;
height:8em;
}

/* for Opera */
select optgroup {
color:#181818;
background-color:#f5f5f5;
}

button {
margin:0;
border:0;
padding:0;
background:none;
cursor:pointer;
}


/* -------------------------------------------------------
  1-07. Tables Module
------------------------------------------------------- */
table {
margin:0px;
border:none;
border-collapse:collapse;
border-spacing:0;
}
th,
td {
border:none;
padding:0px;
font-weight:normal;
}
th {
text-align:left;
font-style:normal;
}
caption{
	display:none;
	height: 0px;
}

/* -------------------------------------------------------
  1-08. Image Module
------------------------------------------------------- */
img {
margin:0px;
padding:0px;
border:0;}




/* -------------------------------------------------------
  1-09. 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;/**/
}
