@charset "UTF-8";

html {
	height:100%;
	width:100%;
	overflow-y:scroll;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-position: center bottom;
}
p br,br{
	line-height: 0.5em;
	height: 0px;
	}


.small {
	font-size: 10px;
	line-height: 1.4em;
	color: #7a3d00;
	display: inline;
	width: auto;
}

.greeting .small {
	font-size: 10px;
	line-height: 1.4em;
	color: #7a3d00;
}

body {
	font-size: 13px;
	line-height: 1.4em;
	width:100%;
	padding: 0px;
	background-color: #990000;
	color: #7a3d00;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

.size-10 {font-size: 10px}
.size-13 {font-size: 13px}

p{
	line-height: 150%;
	margin-bottom: 20px;
	display: block;
}
.lead{
	clear: both;
	width: 556px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;

}
dd{}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
caption, th
cite,
code, var,
dfn,
em, strong {
	font-style: normal;
	font-weight: bold;
}

table {
	margin-bottom: 20px;
	clear: both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

caption,th {
	text-align: left;
}

fieldset { 
	border: 0;
}

ol,ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

abbr, acronym { 
	border: 0;
	cursol: help;
}

img {
	border:0;
}
#home a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.img-left {
	float: left;
	padding-top: 3px;
	padding-right: 16px;
}
.img-right {
	float: right;
	padding-left: 16px;
	margin-top: 3px;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	display: none;

}
a {
	outline : 0;}
#main a {
	text-decoration: none;
	color: #CC6633;
	background-image: url(../../img/link_ah.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}
#main a:hover{
	text-decoration: none;
	color: #7A3D00;
	background-image: url(../../img/link.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;

}
#main a:visited{

}
#main a:hover img{
	filter: alpha(opacity=100);
	opacity: 1;
}

.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.red {color: #CC3300}

/*----------------------------------------------------------------------header*/
h2{
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}
#about #content h2,#other #content h2{
color: #D14949;
	background-image: url(../../img/h2_about.gif);
}

#access #content h2{}
#lineup #content h2{
	background-image: url(../img/h2_lineup.gif);
	color: #5671B3;
}
#workshop #content h2{background-image: url(../img/h2_workshop.gif);}
#guest #content h2{
	background-image: url(../img/h2_guest.gif);
	color: #D76547;
}
#audition #content h2{
	background-image: url(../img/h2_audition.gif);
	color: #267461;
}
#report p{
	clear: both;
	float: left;
	width: 556px;
	padding-right: 5px;
	padding-left: 5px;
}
#report p .img-left {
	float: left;
	padding-top: 3px;
	padding-right: 40px;
}
#report #content h2{background-image: url(../img/h2_report.gif);}
#about #content h3{}
#access #content h3{}
#lineup #content h3{}
#workshop #content h3{}
#guest #content h3{}
#audition #content h3{
}
#report #content h3{
	clear: both;
}

#about #content #main h4{
	color: #CC3300;
	clear: none;
	float: none;
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#access #content #main h4{
	color: #46468C;
	padding: 0px;
}
#lineup #content h4{}
#workshop #content h4{}
#guest #content h4{}
#audition #content h4{
	color: #267461;
}
#report #main ul li h4{
	font-size: 14px;
	margin: 0px;
	background-image: url(../img/award_h4.gif);
	background-repeat: no-repeat;
	height: 38px;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #996633;
}


#wrapper{
	width: 900px;
	min-height:100%;
	padding-right: 2px;
	padding-left: 2px;
	background-repeat: repeat-y;
	overflow:visible;
	background-image: url(../img/wrapper_bg.gif);
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
* html #wrapper {
height:100%; /* ● IE7 quirk mode, IE6 以前 のIEでは min-height に対応してませんが、height が min-height として振る舞うバグがあるため、これを利用します */
}
#header{
	background-color: #FFFFFF;
	float: left;
	width: 900px;
}

#header h1, #header h1 a{
	display: block;
	width: 300px;
	height: 68px;
	background-color: #FFFFFF;
	clear: none;
	float: left;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#header h1 a{}
#header h1 a:hover{
	background-image: url(../img/logo.gif);
}
#header #subnav{
	float: right;
	margin-right: 16px;
	_margin-right: 8px;
	margin-top: 0px;
	display: block;
	background-image: url(../../img/dd_bg.gif);
	background-repeat: no-repeat;
	background-position: 65px 0px;
	padding-top: 8px;
}
#header #subnav li{
	display: block;
	float: left;
}
#header #subnav li a{
	display: block;
	float: left;
	height: 20px;
	margin-left: 20px;
	_margin-left: 10px;
	text-indent: -9999px;
}
#header #subnav li a:hover{
	background-position: 0px 0px;}
#header #subnav .home a{
	background-image: url(../img/nav_home.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	height: 20px;
	width: 34px;
}

#header #subnav .english a{
	background-image: url(../img/nav_japanese.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	height: 20px;
	width: 50px;
}
#header #subnav .japanese a{
	background-image: url(../img/nav_japanese.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	height: 20px;
	width: 53px;}
#header ul li a{
}
#header ul li a:hover{}
#header .sponsor_ad{
	height: 70px;
	width: 435px;
	float: left;
	display: block;
	padding-top: 4px;
	padding-bottom: 0px;
}
#header #flash_content{
	height: 265px;
	width: 900px;
	clear: left;
	float: left;
	padding-bottom: 3px;
}
#header #globalnav{
	display: block;
	clear: left;
	float: left;
	height: 48px;
	width: 890px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#header #globalnav a{
	background-image: none;
}
#header #globalnav li{
	display: block;
	float: left;
	height: 40px;
	background-image: url(../img/globalnav_en.gif);
	text-indent: -9999px;
}
#header #globalnav li a{
	background-image: url(../img/globalnav_a_en.gif);
	height: 40px;
	display: block;
	float: left;
	text-indent: -9999px;
}
#about #globalnav .nav-1 a{background-image: url(../img/globalnav_en.gif);}
#program #globalnav .nav-2 a{background-image: url(../img/globalnav_en.gif);}
#access #globalnav .nav-3 a{background-image: url(../img/globalnav_en.gif);}
#lineup #globalnav .nav-4 a{background-image: url(../img/globalnav_en.gif);}
#workshop #globalnav .nav-5 a{background-image: url(../img/globalnav_en.gif);}
#guest #globalnav .nav-6 a{background-image: url(../img/globalnav_en.gif);}
#audition #globalnav .nav-7 a{background-image: url(../img/globalnav_en.gif);}
#report #globalnav .nav-8 a{background-image: url(../img/globalnav_en.gif);}
#blog #globalnav .nav-9 a{background-image: url(../img/globalnav_en.gif);}
.nav-1,.nav-1 a{width: 87px;}
.nav-2,.nav-2 a{width: 113px;}
.nav-3,.nav-3 a{width: 174px;}
.nav-4,.nav-4 a{width: 105px;}
.nav-5,.nav-5 a{width: 111px;}
.nav-6,.nav-6 a{width: 87px;}
.nav-7,.nav-7 a{width: 107px;}
.nav-8,.nav-8 a{width: 96px;}

.nav-1,.nav-1 a,.nav-1 a:hover{background-position: 0px 0px;}
.nav-2,.nav-2 a,.nav-2 a:hover{background-position: -87px 0px;}
.nav-3,.nav-3 a,.nav-3 a:hover{background-position: -200px 0px;}
.nav-4,.nav-4 a,.nav-4 a:hover{background-position: -374px 0px;}
.nav-5,.nav-5 a,.nav-5 a:hover{background-position: -479px 0px;}
.nav-6,.nav-6 a,.nav-6 a:hover{background-position: -590px 0px;}
.nav-7,.nav-7 a,.nav-7 a:hover{background-position: -677px 0px;}
.nav-8,.nav-8 a,.nav-8 a:hover{background-position: -784px 0px;}


#header #globalnav li a:hover{
	background-image: url(../img/globalnav_ah_en.gif);
}
#content{
	clear: both;
	display: block;
	width: 900px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../img/content_bg.gif);
	float: left;
	background-repeat: repeat-y;
}
#home #content{
	background-image: url(../../img/home_bg.gif);
	background-repeat: repeat-y;
}
h1{
	float: left;
	font-weight: bold;
	margin-left: 28px;
	_margin-left: 14px;
	height: 30px;
	_height: 28px;
	display: block;
	padding-top: 6px;
}
#breadcrumb{
	font-size: 10px;
	display: block;
	float: left;
	margin-top: 10px;
	height: 25px;
	padding-left: 20px;
	width: 400px;
}
#breadcrumb li{
	display: block;
	background-repeat: no-repeat;
	float: left;
	background-position: 0px 4px;
	padding-right: 10px;
	text-indent: 0px;
	background-image: url(../img/pankuzu.gif);
	padding-left: 14px;
	text-transform: uppercase;
}
#breadcrumb .home{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#breadcrumb .home a{
	background-image: url(../img/pankuzu_home.gif);
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
	background-position: 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#breadcrumb a{
	color: #996633;
	text-decoration: none;
}
#breadcrumb a:hover{
	color: #df594d;
}
#fontsize{
	float: right;
	width: 75px;
	height: 32px;
	margin-bottom: 0px;
	display: block;
	margin-right: 24px;
	_margin-right: 10px;
	background-image: url(../img/fontsize_03.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 0px 4px;
	padding-left: 55px;
}

#fontsize li{
	display: block;
	float: left;
	height: 26px;
	width: 26px;
	margin-left: 10px;
	_margin-left: 5px;
}
#fontsize li a{
	display: block;
	float: left;
	height: 26px;
	width: 26px;
	text-indent: -9999px;
}
#fontsize li a:hover{
	background-position: 0px -26px;}
#fontsize .large a{
	background-image: url(../img/fontsize_02.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#fontsize .small a{
	background-image: url(../img/fontsize_01.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#l-banner{
	width: 210px;
	display: block;
	float: left;
	margin-left: 14px;
	_margin-left: 7px;
	clear: left;
	margin-top: 10px;
}
#l-banner li{
	display: block;
	margin-bottom: 8px;
}
#r-banner{
	width: 200px;
	display: block;
	float: left;
}
#r-banner h2{
	width: 200px;
	background-repeat: no-repeat;
	font-size: 0.9em;
	height: 10px;
	background-image: url(../img/banner_eigasaijoho.gif);
	background-position: left top;
	text-indent: -9999px;
	clear: both;
	float: left;
}
#r-banner img{
	margin-bottom: 4px;
}
#r-banner div{
	display: block;
	width: 180px;
	margin-left: 10px;
	margin-bottom: 15px;
	font-size: 80%;
	_font-size: small;
	line-height: 1.3em;
	background-image: url(../img/dot.gif);
	background-position: left bottom;
	padding-bottom: 15px;
	background-repeat: repeat-x;
}
*:first-child+html #r-banner div{font-size: 70%;} 
#r-banner p{
	line-height: 125%;
	margin-bottom: 0px;
}
#info{
	width: 446px;
	float: left;
	margin-left: 0px;
	display: block;
	background-image: url(../img/line_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}
#info a,#r-banner a{
	color: #7D5500;
	text-decoration: none;
}
#info a:hover,#r-banner a:hover{
	color: #df594d;
}

#info h2{
	background-image: url(../../img/information.gif);
	text-indent: -9999px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 10px 0px;
	margin-top: 10px;
}
#info dl{
	float: left;
	padding-bottom: 8px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
	display: block;
	width: 426px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
}
#info dt{
	float: left;
	clear: both;
	width: 406px;
	display: block;
	padding-left: 20px;
	padding-bottom: 0.4em;
	background-image: url(../img/list_01.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	font-weight: bold;
}
#info dd{
	display: block;
	float: left;
	width: 406px;
	clear: both;
	padding-left: 20px;
	_margin-right: 2px;
}
#info .infoall{
	font-size: 80%;
	float: right;
	display: inline;
}
#content #sub{
	width: 216px;
	float: left;
	clear: left;
	display: block;
	margin-left: 14px;
	_margin-left: 7px;
	background-image: url(../img/line_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	padding-left: 9px;
}

#content #sub li{
	display: block;
	clear: both;
	float: left;
	width: 210px;
	height: 40px;
}
#content #sub li a{
	display: block;
	height: 40px;
}
#home #content #sub li a{
	display: block;
	height: auto;
}
#home #content #sub{
	padding-top: 10px;
}
#home #content #sub li{
	display: block;
	clear: both;
	float: left;
	width: 210px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: center;
}
#sub .sub-1 a{background-position: 0px 0px;}
#sub .sub-2 a{background-position: 0px -40px;}
#sub .sub-3 a{background-position: 0px -80px;}
#sub .sub-4 a{background-position: 0px -120px;}
#sub .sub-5 a{background-position: 0px -160px;}
#sub .sub-6 a{background-position: 0px -200px;}
#sub .sub-7 a{background-position: 0px -240px;}
#sub .sub-1,#sub .sub-1 a:hover{background-position: -210px 0px;}
#sub .sub-2,#sub .sub-2 a:hover{background-position: -210px -40px;}
#sub .sub-3,#sub .sub-3 a:hover{background-position: -210px -80px;}
#sub .sub-4,#sub .sub-4 a:hover{background-position: -210px -120px;}
#sub .sub-5,#sub .sub-5 a:hover{background-position: -210px -160px;}
#sub .sub-6,#sub .sub-6 a:hover{background-position: -210px -200px;}
#sub .sub-7,#sub .sub-7 a:hover{background-position: -210px -240px;}
#about #sub li,#about #sub li a{background-image: url(../img/sub_about.gif);text-indent: -9999px;}
#program #sub li,#program #sub li a{background-image: url(../img/sub_program.gif);text-indent: -9999px;}
#lineup #sub li,#lineup #sub li a{background-image: url(../img/sub_lineup.gif);text-indent: -9999px;}
#workshop #sub li,#workshop #sub li a{background-image: url(../img/sub_workshop.gif);text-indent: -9999px;}
#guest #sub li,#guest #sub li a{background-image: url(../img/sub_guest.gif);text-indent: -9999px;}
#audition #sub li,#audition #sub li a{background-image: url(../img/sub_audition.gif);text-indent: -9999px;}
#report #sub li,#report #sub li a{background-image: url(../img/sub_report.gif);text-indent: -9999px;}



#content #main{
	float: right;
	width: 566px;
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	padding-top: 30px;
	margin-right: 14px;
	_margin-right: 7px;
	background-image: url(../img/line_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 300px;
}
#content #main .greetings{
	display: block;
	float: left;
	width: 390px;
	padding-right: 20px;
	_padding-right: 18px;

}
.staff dl{
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-bottom: 8px;
	clear: both;
	float: left;
	width: 566px;
	margin-bottom: 8px;
}
.staff dt{
	float: left;
	width: 190px;
	display: block;
	padding-left: 10px;
}
.staff dd{
	display: block;
	float: left;
	width: 366px;
}
#report #content #main .photo,.photo{
	text-align: center;
	width: 566px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: none;
}
#report #content #main .photo li,.photo li{
	display: inline;
	float: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#report #content #main ul{
	margin-top: -10px;
	float: left;
	width: 566px;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 1px;
}
#report #content #main li{
	clear: both;
	padding-bottom: 10px;
	display: block;
	float: left;
	width: 536px;
	background-image: url(../img/award_bg.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 20px;
	background-position: 0px 0px;
}
#report.filmtitle{}
#report #content #main li strong{}
#report .img-film {
	float: right;
	background-repeat: no-repeat;
	display: block;
	background-position: 8px 4px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 14px;
	width: 200px;
	background-image: url(../img/gp_bg.gif);
}
.sitemap #content #main{
	float: right;
	width: 581px;
	display: block;
	padding-right: 60px;
	padding-left: 5px;
	padding-bottom: 30px;
	padding-top: 60px;
	background-position: 0px 0px;
	margin-right: 14px;
	_margin-right: 7px;
}
.staff #content #main ul{}
.staff #content #main ul li{
	display: block;
	float: left;
	width: 280px;
	padding-left: 3px;
}
#content #main h2{
	font-weight: bold;
	margin-bottom: 30px;
	clear: both;
	background-position: center top;
	display: block;
	font-size: 16px;
	padding-top: 15px;
}
#content #main h3{
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
	float: left;
	width: 546px;
	margin-top: 0px;
}
#content #main .h3-2{
	margin-top: -15px;
	background-image: url(../img/h3_2.gif);
}
.sitemap #content #main h3{
	width: 210px;
	background-image: url(../img/h3_sitemap.gif);
}
#access .img-left{}
#access #main h3{
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../img/h3_access.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
	float: left;
	width: 376px;
	margin-top: 10px;
}
#content #main h4{
	font-weight: bold;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
		clear: both;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 7px;
}
.about dl,.history dl,#audition dl,#guest dl,.inquiry dl{
	display: block;
	float: left;
	width: 565px;
	padding-bottom: 10px;
	clear: both;
}

.about dl dt{
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 7px;
	width: 95px;
	color: #7A3D00;
	background-image: url(../img/star_red.gif);
	background-position: 2px 4px;
	background-repeat: no-repeat;
}


.history dl dt,.inquiry dl dt{
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 7px;
	width: 100px;
	background-image: url(../img/star_red.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	clear: left;
}
#audition dl dt{
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 7px;
	width: 75px;
	background-image: url(../img/star_darkgreen.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
#guest dl dt{
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 7px;
	width: 75px;
	background-image: url(../img/star_orange.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
.about dd,.inquiry dl dd{
	padding-right: 10px;
	padding-left: 140px;
	margin-top: 7px;
	background-image: url(../img/dd_1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-bottom: 5px;
}

.history dd,#audition dd,#guest dd{
	padding-right: 10px;
	padding-left: 100px;
	margin-top: 7px;
	background-image: url(../img/dd_1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-bottom: 5px;
}
#audition dd{
	padding-right: 10px;
	padding-left: 120px;
	margin-top: 7px;
	background-image: url(../img/dd_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-bottom: 5px;
}
.about p{
	display: block;
	margin-bottom: 30px;
	float: left;
	width: 566px;
	padding: 0px;
}
#report #main dl{
	display: block;
	float: left;
	width: 565px;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
#report #main dl dt{
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	width: 65px;
	color: #7A3D00;
	background-image: url(../img/star_brown.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
}
#report #main dl dd{
	padding-right: 10px;
	padding-left: 110px;
	background-image: url(../img/dd_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#report #main ul li dl{
	width: 305px;
	display: block;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#report #main ul li dt{
	width: 290px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-image: none;
}
#report #main ul li dt strong{}
#report #main ul li dd{
	width: 290px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 4px;
}


.sitemap #content #main li{
	float: left;
}
.sitemap #content #main ul{
	float: left;
	width: 230px;
	margin-left: 60px;
	_margin-left: 30px;
	padding-bottom: 40px;
	display: block;
}
.sitemap #content #main li{
	float: left;
	clear: both;
	width: 220px;
	padding-bottom: 8px;
}
#content #main .box-in{
	background-image: url(../img/box_in_bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 565px;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
#content #main .box-out{
	background-image: url(../img/box_out_bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 565px;
	background-position: left top;
	padding-top: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #main-footer{
	width: 646px;
	background-color: #FFFFFF;
	display: block;
	background-image: url(../img/main_foot_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	text-align: right;
	margin-right: 14px;
	_margin-right: 7px;
	float: right;
}

#access #content{
	background-image: none;
}
#access #content #main{
	background-color: #FFFFFF;
	float: left;
	display: block;
	padding: 0px;
	width: 872px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	_margin-left: 7px;
	background-image: url(../img/ticket_main_bg.gif);
	background-repeat: repeat-y;
}
#access #content #main div{
	float: left;
	width: 396px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#access #content #main div dl{
	width: 396px;
	clear: both;
	float: left;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 8px;
	min-height: 60px;
	margin-top: 10px;
	_height: 60px;
}
#access #content #main div dt{
	font-weight: bold;
	float: left;
	display: block;
	clear: both;
	width: 70px;
	color: #46468C;
	background-image: url(../img/star_navy.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}
#access #content #main div dd{
	display: block;
	width: 311px;
	float: left;
}
#access strong{

}
#content #main .line{
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	clear: both;
	height: 40px;
}
#content #main .dot{
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	clear: both;
	height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#access #content #main .dot{
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	clear: both;
	height: 20px;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer{
	clear: both;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 870px;
	background-position: 0px top;
	padding-top: 17px;
	padding-right: 30px;
	padding-left: 0px;
	text-align: center;
}
#home #footer{
	background-image: url(../img/footer_about.gif);
	padding-top: 17px;
	background-repeat: no-repeat;
	background-position: -1px 0px;
}
#about #footer,#other #footer{background-image: url(../img/footer_about.gif);}
#program #footer{background-image: url(../img/footer_program.gif);}
#access #footer{background-image: url(../img/footer_ticket.gif);}
#lineup #footer{background-image: url(../img/footer_lineup.gif);}
#workshop #footer{background-image: url(../img/footer_workshop.gif);}
#guest #footer{background-image: url(../img/footer_guest.gif);}
#audition #footer{background-image: url(../img/footer_audition.gif);}
#report #footer{background-image: url(../img/footer_report.gif);}
#footer .sponsor-1{
	float: left;
	clear: both;
	width: 840px;
	text-align: center;
	height: 60px;
	display: block;
	padding-top: 10px;
}
#footer .sponsor-1 li{
	margin-right: 20px;
	margin-left: 20px;
}
#footer .sponsor-2{
	float: left;
	clear: both;
	width: 840px;
	text-align: center;
	height: 80px;
	display: block;
}
#footer .sponsor-2 li{
	margin-right: 6px;
	margin-left: 6px;
}
#footer ul li{
	display: inline;
}
#footer #footnav{
	width: 400px;
	text-align: left;
	height: 34px;
	display: block;
	float: left;
	margin-right: 0px;
	padding-top: 6px;
	padding-left: 30px;
}
#footer,#footer a{
	color: #FFFFFF;

}
#footer #footnav li{
	display: inline;
	margin: 0px;
	padding: 0px;

}
#footer #footnav li a{
	text-decoration: none;
	display: inline;
}
#footer #footnav li a:hover{
	text-decoration: underline;

}
#footer .copyright{
	display: block;
	width: 840px;
	clear: both;
	font-size: 9px;
	float: left;
	height: 30px;
	margin: 0px;
	color: #7A3D00;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer .copyright a{
	color: #C5544D;
	text-decoration: none;
}
#footer .copyright a:hover{
	text-decoration: none;
	color: #7A3D00;
}
#footer .pagetop{
	height: 25px;
	width: 47px;
	background-image: url(../img/pagetop.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
	margin: 0px;
	clear: none;
}
#footer .pagetop a{
	height: 25px;
	width: 47px;
	float: right;
	margin: 0px;
	padding: 0px;
	display: block;
}
#footer .pagetop a:hover{
	background-image: url(../img/pagetop_ah.gif);
}
#footer h4 {
	color: #333;
}
#sponsor {
	float: left;
	width: 900px;
	display: block;
	clear: both;
	background-color: #FFF;
	text-align: center;
	background-image: url(../img/bg_sponsor.gif);
	background-repeat: repeat-y;
	background-position: 0px top;
}
#sponsor h4 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/h4_sponsor.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	height: 20px;
}
#sponsor .sponsor-1{
	float: left;
	clear: both;
	width: 900px;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
}
#sponsor .sponsor-1 li{
	margin-right: 20px;
	margin-left: 20px;
}
#sponsor .sponsor-2{
	float: left;
	clear: both;
	width: 900px;
	text-align: center;
	display: block;
}
#sponsor .sponsor-2 li{
	margin-right: 20px;
	margin-left: 20px;
}
#sponsor ul li{
	display: inline;
}
#footer ul li{
	display: inline;
}

#lineup #main div {
	background-image: url(../../img/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 566px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#lineup #main div img {
	float: right;
	background-repeat: no-repeat;
	display: block;
	background-position: 8px 4px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 14px;
	background-image: url(../../img/lineup_bg.gif);
}
#lineup #main div .copy img {
	background-image: none;
	padding: 0px;
	float: right;
}
#lineup #content #main div h4 {
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	width: 334px;
	display: block;
	color: #2D5CB9;
	padding-bottom: 0px;
	margin: 0px;
	clear: none;
	background-image: none;
	_float: left;
}
#lineup #main div p {
	width: 335px;
}

#lineup #main div .info {
	font-size: 0.8em;
	margin-bottom: 10px;
	color: #2d54b9;
}
#lineup #main div .story {
	line-height: 125%;
}
#lineup #main div .story img {
	background-image: none;
	width: auto;
	float: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clear {
	clear: both;
}
th{
}
#audition th{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/star_darkgreen.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 2em;
	white-space: nowrap;
}
#audition td{
	padding-top: 5px;
	padding-bottom: 5px;
}
#audition .volunteer th{
	width:9em;
}
#audition .kinderjuly th{
	width:4em;
}
table tr {
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
p.note {
	font-size: 0.9em;
	border: 1px solid #549D88;
	color: #555555;
	padding: 5px;
}
.img-center {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	text-align: center;
	clear: both;
}
#workshop table.workshop{
	float: left;
	width: 340px;
	clear: none;
}
#workshop th{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/star_brown.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-right: 2em;
	width: 60px;
}
#workshop td{
	padding-top: 5px;
	padding-bottom: 5px;
}
#int-guest {
	padding-left: 20px;
	display: block;
	width: 545px;
	clear: both;
	float: left;
	margin-top: 20px;
}
#int-guest div {
	display: block;
	width:545px;
	margin-bottom: 0px;
	_margin-bottom: 30px;
	clear: both;
	float: left;
}
*:first-child+html #int-guest div {margin-bottom: 30px;}
#int-guest div img {
	float: left;
	padding-right: 30px;
	margin-bottom: 40px;
}
#content #main #int-guest div h4 {
	color: #C30;
	display: block;
	clear: none;
	padding-top: 0px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 7px;
	padding-bottom: 5px;
	float: left;
	width: 355px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main a.nobg {
	background-image: none;
	padding: 0px;
}
div.workshop {
	float: left;
	width: 340px;
}
#lineup #main .copy {
	float: right;
	clear: right;
	width: 200px;
	padding-right: 15px;
	text-align: right;
	font-size: 0.85em;
	line-height: 110%;
	color: #2D54B9;
	margin: 0px;
}
p.center {
	text-align: center;
}
#int-guest div p {
	float: left;
	width: 355px;
}
#int-guest div .info {
	float: right;
	width: 20em;
	clear: none;
	text-align: left;
	padding-left: 2em;
}
#accessmenu {
}
#accessmenu li,
#accessmenu li a{
	float: left;
	height: 70px;
	display:block;
	background-color: #FFFFFF;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#accessmenu .aoyama {
	width: 350px;
}
#accessmenu .hamakko {
	width: 172px;
}
#accessmenu .chofu {
	width: 350px;
}
#accessmenu .aoyama a{
	width: 350px;
	background-image: url(../img/accessmenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#accessmenu .hamakko a{
	width: 172px;
	background-image: url(../img/accessmenu.gif);
	background-repeat: no-repeat;
	background-position: -350px 0px;
}
#accessmenu .chofu a{
	width: 350px;
	background-image: url(../img/accessmenu.gif);
	background-repeat: no-repeat;
	background-position: -522px 0px;
}
#accessmenu .aoyama a:hover,
#accessmenu .aoyama a.current{
	background-image: url(../img/accessmenu_on.gif);
	background-position: 0px 0px;
}
#accessmenu .hamakko a:hover,
#accessmenu .hamakko a.current{
	background-image: url(../img/accessmenu_on.gif);
	background-position: -350px 0px;
}
#accessmenu .chofu a:hover,
#accessmenu .chofu a.current{
	background-image: url(../img/accessmenu_on.gif);
	background-position: -522px 0px;
}

#access #right {
	float: right;
	width: 428px;
}
#access #left {
	width: 400px;
	float: left;
	padding-left: 24px;
}
#access p {
	line-height: 140%;
}
#access #left img {
	margin-bottom: 20px;
}
#accessmenu {
	margin-bottom: 20px;
}
#access #right h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

body #sub #banner {
	background-color: #FFFFFF;
	background-image: none;
	text-indent: 0px;
	padding-top: 20px;
	text-align: center;
}
body  #sub #banner a{
	background-color: #FFFFFF;
	background-image: none;
	text-indent: 0px;
	text-align: center;
}

#sub li .text {
	text-align: center;
	text-indent: 0px;
	font-size: 0.8em;
}
#program #content{
	background-image: url(../img/content_bg_access.gif);
	background-repeat: repeat-y;
	background-position: center center;

}
#program #content #main{
	float: left;
	display: block;
	padding: 0px;
	width: 872px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	_margin-left: 7px;
}


#program strong{
	color: #46468C;
	font-weight: normal;
}

#programmenu li,
#programmenu li a{
	float: left;
	height: 70px;
	display:block;
	background-color: #FFFFFF;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#programmenu .aoyama {
	width: 350px;
}
#programmenu .hamakko {
	width: 172px;
}
#programmenu .chofu {
	width: 350px;
}
#programmenu .aoyama a{
	width: 350px;
	background-image: url(../img/programmenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#programmenu .hamakko a{
	width: 172px;
	background-image: url(../img/programmenu.gif);
	background-repeat: no-repeat;
	background-position: -350px 0px;
}
#programmenu .chofu a{
	width: 350px;
	background-image: url(../img/programmenu.gif);
	background-repeat: no-repeat;
	background-position: -522px 0px;
}
#programmenu .aoyama a:hover,
#programmenu .aoyama a.current{
	background-image: url(../img/programmenu_on.gif);
	background-position: 0px 0px;
}
#programmenu .hamakko a:hover,
#programmenu .hamakko a.current{
	background-image: url(../img/programmenu_on.gif);
	background-position: -350px 0px;
}
#programmenu .chofu a:hover,
#programmenu .chofu a.current{
	background-image: url(../img/programmenu_on.gif);
	background-position: -522px 0px;
}

#program #right {
	float: right;
	width: 428px;
}
#program #left {
	width: 400px;
	float: left;
	padding-left: 24px;
}
#program p {
	line-height: 140%;
}
#program #left img {
	margin-bottom: 20px;
}
#programmenu {
	margin-bottom: 20px;
}
#program #right h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#program table#aoyama ,
#program table#chofu {
	background-image: url(../img/dot_tate.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 1px;
	width: 800px;
}

#program table#aoyama th,
#program table#chofu th{
	background-image: url(../img/bgprogram_td.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
}
#program table td{
	background-image: url(../img/line_program_td.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	line-height: 1.5em;
}
#program table#aoyama td:hover,
#program table#chofu td:hover,
#program table#hamakko td:hover{background-image: url(../img/bgprogram_td.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#program table#hamakko {
	background-image: url(../img/dot_tate.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 1px;
	width: 600px;
}
#program table#hamakko tr{
}
#program table#hamakko th{
	background-image: url(../img/bgprogram_td.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
}
#program table#hamakko td{
	background-image: url(../img/line_program_td.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.date {
}

.time {
	width: 80px;
}
#program table .orange a{
	color: #DE4136;
}
#program table .green a{
	color: #690;
}
#program table .blue a{
	color: #39C;
}

#program table .yellow a{
	color: #D28E00;
}
#program .wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#program .wrap-hama {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#program table img {
	vertical-align: middle;
	padding-right: 4px;
	float: left;
}
#program table th img {
	float: none;
}
#program table a {
	background-image: none;
	height: 100%;
	color: #7A3D00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#program table a:hover {
	color: #cc6633;
	background-image: none;
	padding: 0px;
}
#program #content #main h2 {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #CC0000;
}
#program table#aoyama .date,
#program table#chofu .date,
#program table#hamakko .date {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#program table span.guest {
	clear: both;
}
#program table span.guest a {
	clear: both;
}
#program table td.orange {
background-image:url(../img/program/bg_orange.gif)
}
#program table td.yellow {background-image:url(../img/program/bg_yellow.gif)
}
#program table td.blue {background-image:url(../img/program/bg_blue.gif)
}
#program table td.red {background-image:url(../img/program/bg_red.gif)
}
#program table td.green {background-image:url(../img/program/bg_green.gif)
}
#program #main ul,
#access #main ul{
	float: left;
	display: block;
	clear: both;
	width: 872px;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#access #content{
	background-image: url(../img/content_bg_access.gif);
	background-repeat: repeat-y;
	background-position: center center;

}
#access #content #main{
	float: left;
	display: block;
	padding: 0px;
	width: 872px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	_margin-left: 7px;
}


#access strong{
	color: #46468C;
	font-weight: nomal;
}
#content #main .line{
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	clear: both;
	height: 40px;
}
#content #main .dot{
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	clear: both;
	height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#access #content #main .dot{
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	clear: both;
	height: 20px;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#access #wrapper #content #main ul li {
	float: left;
}
#workshop dl dt{
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 0px;
	width: 80px;
	background-image: url(../img/star_brown.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	clear: left;
}
#workshop div.workshop dt{
	width: 50px;
}
#workshop div.workshop dd{
	padding-left:90px;
}

#workshop dd{
	padding-right: 0px;
	padding-left: 120px;
	margin-top: 0px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#workshop dd{padding-left: 125px;}

#actor ul li{
	display: block;
	float: left;
	width: 280px;
	padding-left: 3px;
}
/*----------2010 7 12 --------------*/
#programmenu .aoyama2010 {
	width: 436px;
}
#programmenu .chofu2010 {
	width: 436px;
}
#programmenu .aoyama2010 a{
	width: 436px;
	background-image: url(../img/programmenu2010.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#programmenu .chofu2010 a{
	width: 436px;
	background-image: url(../img/programmenu2010.gif);
	background-repeat: no-repeat;
	background-position: -435px 0px;
}
#programmenu .aoyama2010 a:hover,
#programmenu .aoyama2010 a.current{
	background-image: url(../img/programmenu2010_on.gif);
	background-position: 0px 0px;
}
#programmenu .chofu2010 a:hover,
#programmenu .chofu2010 a.current{
	background-image: url(../img/programmenu2010_on.gif);
	background-position: -435px 0px;
}
