@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;
	padding-top: 10px;
	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;
	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 #display_content{
	height: 265px;
	width: 900px;
	clear: left;
	float: left;
	padding-bottom: 3px;
}
#header #globalnav{
	display: block;
	clear: left;
	float: left;
	height: 48px;
	width: 880px;
	background-color: #FFFFFF;
	padding-left: 15px;
	z-index:100;

}
#header #globalnav a{
	background-image: none;
	z-index:100;

}
#header #globalnav li{
	position: relative;
	display: block;
	float: left;
	z-index:100;

}
#header #globalnav li a{
	display: block;
	float: left;
	z-index:100;

}


#header #globalnav li a:hover{
}

#home #globalnav li a:hover img{
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#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;
}
#header #globalnav li a{
	font-size: small;
	display: block;
	z-index:100;

}
#header #globalnav li ul{
	position: absolute;
	top:-999em;
	left: 1px;
	width: 175px;
	padding: 0 0 2px;
	z-index:100;
}
#header #globalnav .hover ul, #header #globalnav li:hover ul{
	top: 36px;
	z-index:100;
}
#header #globalnav li ul li {
	float: none;
	z-index:100;

}
#header #globalnav li:hover li img, #header #globalnav .hover li img{
	visibility: visible;
	margin-left: 10px;
	vertical-align: middle;
	z-index:100;
}

#header #globalnav li ul li a {
	display: block;
	width: 156px;
	margin: 0;
	padding: 3px 10px;
	background: #efefef;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:100%;
	line-height:160%;
	z-index:100;
}

#header #globalnav li ul li a:visited {
}

#header #globalnav li ul li a:hover {
	color: #ddd;
	z-index:100;
}
#header #globalnav li.nav-1 ul li a {background: #ca2f1d;}
#header #globalnav li.nav-2 ul li a {background: #4b5bb2;}
#header #globalnav li.nav-3 ul li a {background: #8bb32f;}
#header #globalnav li.nav-4 ul li a {background: #2d3c75;}
#header #globalnav li.nav-5 ul li a {background: #d45431;}
#header #globalnav li.nav-6 ul li a {background: #e9bd04;}
#header #globalnav li.nav-7 ul li a {background: #4a9483;}
#header #globalnav li.nav-8 ul li a {background: #6e4e41;}


/**  メインビジュアル  **/

.pics {  
    width:   870px;  
    height:  250px;  
    padding: 0;  
    margin:  0 0 0 15px ;  
    overflow:hidden;
	z-index:10;
} 
 
.pics img {  
    background-color: #000;  
    width:   870px;  
    height:  250px;  
    top:  0; 
    left: 0 
	z-index:10;
} 

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


#home #content{
	background-image: url(../../img/home_bg.gif);
	background-position: 15px 0;
	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-top: 10px;
	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;
	padding-bottom: 15px;
}
#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: 615px;
	float: left;
	display: block;
	margin-left:15px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#info ul a,#r-banner a, #content #sub a{
	color: #7D5500;
	text-decoration: none;
}
#info ul a:hover,#r-banner a:hover, #content #sub a:hover{
	color: #df594d;
}
#r-banner img{
	padding-bottom: 4px;
}

/*

#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: 4px;
/*	background-image: url(../img/dot.gif); */
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-bottom: 4px;
	_margin-bottom: 0px;
	display: block;
	width: 585px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	font-size:115%;
}
*+html>/**/body #info dl{
	margin-top: 0px;
}
#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;
}
#home #content #sub{
	width: 245px;
	_width: 200px;
	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: 10px;
	padding-left: 9px;
}

#content #sub li{
	display: block;
	clear: both;
	float: left;
	width: 210px;
	height: 40px;
}

#home #content #sub li{
	display: block;
	clear: both;
	float: left;
	width: 233px;
	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: 233px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	text-align: left;
}
#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-8 a{background-position: 0px -280px;}
#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;}
#sub .sub-8,#sub .sub-8 a:hover{background-position: -210px -280px;}
#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;}

#sub li.dummy{display:none !important;}

#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;
}
/*--------------- 2010 09 14 -------------*/
div#waku {
	margin-bottom:20px;
	}
#top_index_100908 {
	/*background-image:url(../img/line.gif);*/
	background-position:center bottom;
	background-repeat:repeat-x;
	float:left;
	margin-top:-10px;
	padding-bottom:1px;
	width:590px;
}
#top_index_100908 li{
	clear: both;
	padding-bottom: 10px;
	display: block;
	float: left;
	width: 590px;
	/*background-image: url(../img/award_bg.gif);*/
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 0;
	background-position: 0px 0px;
}
#top_index_100908 .img-film {
	float: left;
	background-repeat: no-repeat;
	display: block;
	background-position: 8px 4px;
	margin-top:15px;
	margin-bottom:30px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 14px;
	width: 200px;
	background-image: url(../img/gp_bg.gif);
}
#top_index_100908 li dl{
	width: 280px;
	float: left;
	display: block;
	background-image: none;
	margin-top: 0px;
	/margin-top: 0px;
	padding: 0px;
}
#info #top_index_100908 dl{
	width: 170px;
	float:left;
	clear:none;
	margin-top:15px;
}
#top_index_100908 li dt{
	width: 350px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 4px;
	float:left;
}
#top_index_100908 li dd{
	width: 350px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 4px;	
	float:left;
}

#top_index_100908 li h5 {
	font-size: 18px;
	font-weight:normal;
	margin: 0px;
	background-image: url(../img/gp_bg2.gif);
	background-repeat: no-repeat;
	height: 38px;
	background-position: 0px 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #996633;
}
.m100908{
	margin-top:-10px;
	margin-bottom:30px;
}
.m100908_2{
	margin-top:-10px;
	margin-bottom:10px;
}
.bold {
	font-weight:bold;
	}
.topTitle {
font-weight:bold;
padding:10px 10px 5px 5px;
font-size:16px;
}


.topTxtWrap {
width:600px;
}
.topColorTitle {
font-weight:bold;

font-size:20px;
margin-bottom:10px;

}

.color01 {
background-color:#c72516;
padding:5px 10px 5px 5px;
color:#FFFFFF;
}
.color02 {
background-color:#4f5fb6;
padding:5px 10px 5px 5px;
color:#FFFFFF;
}
.color03 {
background-color:#8cb42f;
padding:5px 10px 5px 5px;
color:#FFFFFF;
}
.color04 {
background-color:#d65633;
padding:5px 10px 5px 5px;
color:#FFFFFF;
}
.color05 {
background-color:#e7b403;
padding:5px 10px 5px 5px;
color:#FFFFFF;
}

h5.lineup_100908_h5 {
	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;
}
#info #box_2010	{
	margin-bottom:30px;
}
#info #box_2010 dl	{
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom:20px;
}
#info #box_2010 dt	{
	padding-left:0;
}
#info #box_2010 dd	{
	background: url("../img/arrow_box_2010.gif") 0 0 no-repeat;
	padding-left:30px;
	font-size:85%;
	color:#333;
}



/*2010-11-4 追記*/
#report #main .copy {
	width: 200px;
	display:block;
	text-align: left;
	font-size: 0.85em;
	line-height: 110%;
	color: #2D54B9;
	margin: 5px 0 0;
}

#report #content #main .txt_c{
	text-align:center;
}

#report #content #main ul.working_photo{
	margin-top: 0;
	float: none;
	width: 566px;
	background: none;
	padding: 0;
	overflow:hidden;
}

#report #content #main ul.working_photo li{
	clear:none;
	padding:0 0 10px;
	margin-right:5px;
	vertical-align:top;
	float:left;
	width: 185px;
	background:none;
}
#report #content #main ul.working_photo li.last{
	margin-right:0;
}

#report #content #main .program_table{
	width:566px;
	background:#fcf6ee;
	border-left:dotted 1px #e2bea3;
	border-top:dotted 1px #e2bea3;
}

#report #content #main .program_table td,
#report #content #main .program_table th{
	border-right:dotted 1px #e2bea3;
	border-bottom:dotted 1px #e2bea3;
	background:#fff;
}

#report #content #main .program_table .bg01,
#report #content #main .program_table .bg02,
#report #content #main .program_table .bg04,
#report #content #main .program_table .bg05{
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:3px 10px;
}

#report #content #main .program_table .bg01{
	background:#b5cd58;
}
#report #content #main .program_table .bg02{
	background:#72aec9;
}
#report #content #main .program_table .bg03{
	background:#fcf6ed;
}
#report #content #main .program_table .bg04{
	background:#f3b64a;
}
#report #content #main .program_table .bg05{
	background:#f97d69;
}



#report #content #main .program_table ul{
	float:left;
	margin:0;
	padding:0;
	float:none;
	clear:none;
	background:#000000;
	width:185px;
}

#report #content #main .program_table a{
	display:block;
	color:#7a3d00;
	vertical-align:top;
}

#report #content #main .program_table a:hover{
	color:#cc6633;
	background:#fcf6ed;
}

#report #content #main .program_table img{
	margin-right:5px;
	vertical-align:middle;
}

#report #content #main .program_table th img{
	margin-top:3px;
}

#report #content #main .program_table li{
	float:left;
	margin:0;
	padding:0;
	clear:none;
	width:30px;
	margin-right:5px;
}

#report #content #main .program_table span{clear:left;}


#report #content #main .program_table a{
	padding:0;
	margin:0;
	background:none;
}

#report .img-left2 {
	padding-right: 10px;
}


#report #content #main .photo2{
	margin-top: 0;
	float: none;
	width: 566px;
	margin-bottom:20px;
	background: none;
	padding: 0;
	overflow:hidden;
}
#report #content #main .photo2 li{
	clear:none;
	padding:0 0 8px;
	margin-right:8px;
	vertical-align:top;
	float:left;
	width: 275px;
	background:none;
}

#report #content #main .photo3{
	margin-top: 0;
	float: none;
	width: 566px;
	background: none;
	padding: 0;
	overflow:hidden;
}
#report #content #main .photo3 li{
	clear:none;
	padding:0 0 8px;
	margin-right:4px;
	margin-bottom:15px;
	vertical-align:top;
	float:left;
	background:none;
}

#report #content #main .photo3 li.li01{width:358px;float:none;}
#report #content #main .photo3 li.li02{width:273px;}
#report #content #main .photo3 li.li03{width:284px;}
#report #content #main .photo3 li.li04{width:566px;clear:left;margin-right:0;}

/*2010-11-17 追記*/

#report #report18_link{
	padding:0;
	margin:0 0 20px 0;
	overflow:hidden;
	background:none !important;
}

*:first-child+html #report #report18_link{margin-bottom:0;}
* html #report #report18_link{margin-bottom:0;}

#report #report18_link li{
	margin:0 5px 2px 0 !important;
	padding:0 !important;
	clear:none !important;
	float:left !important;

}

#report #report18_link li a{
	height:40px !important;
	display:block;
	float:left !important;
	padding:0;
	text-indent:-9999px;
	background:url(../report/img_18th/btn_anchor.gif);
}

#report #report18_link #li01,#report #report18_link #li01 a{width:105px !important;background-position:0 0;}
#report #report18_link #li02,#report #report18_link #li02 a{width:77px !important;background-position:0 -40px;}
#report #report18_link #li03,#report #report18_link #li03 a{width:77px !important;background-position:0 -80px;}
#report #report18_link #li04,#report #report18_link #li04 a{width:164px !important;background-position:0 -120px;}
#report #report18_link #li05,#report #report18_link #li05 a{width:103px !important;background-position:0 -160px;}
#report #report18_link #li06,#report #report18_link #li06 a{width:120px !important;background-position:0 -200px;}
#report #report18_link #li07,#report #report18_link #li07 a{width:105px !important;background-position:0 -240px;}
#report #report18_link #li08,#report #report18_link #li08 a{width:50px !important;background-position:0 -280px;}
#report #report18_link #li09,#report #report18_link #li09 a{width:89px !important;background-position:0 -320px;}
#report #report18_link #li10,#report #report18_link #li10 a{width:122px !important;background-position:0 -360px;}
#report #report18_link #li11,#report #report18_link #li11 a{width:90px !important;background-position:0 -400px;}
#report #report18_link #li12,#report #report18_link #li12 a{width:116px !important;background-position:0 -440px;}
#report #report18_link #li13,#report #report18_link #li13 a{width:119px !important;background-position:0 -480px;}
#report #report18_link #li14,#report #report18_link #li14 a{width:106px !important;background-position:0 -520px;}


#report #report18_link #li01 a:hover{background-position:-165px 0;}
#report #report18_link #li02 a:hover{background-position:-165px -40px;}
#report #report18_link #li03 a:hover{background-position:-165px -80px;}
#report #report18_link #li04 a:hover{background-position:-165px -120px;}
#report #report18_link #li05 a:hover{background-position:-165px -160px;}
#report #report18_link #li06 a:hover{background-position:-165px -200px;}
#report #report18_link #li07 a:hover{background-position:-165px -240px;}
#report #report18_link #li08 a:hover{background-position:-165px -280px;}
#report #report18_link #li09 a:hover{background-position:-165px -320px;}
#report #report18_link #li10 a:hover{background-position:-165px -360px;}
#report #report18_link #li11 a:hover{background-position:-165px -400px;}
#report #report18_link #li12 a:hover{background-position:-165px -440px;}
#report #report18_link #li13 a:hover{background-position:-165px -480px;}
#report #report18_link #li14 a:hover{background-position:-165px -520px;}


#report strong.kijderfilm_icon{
	font-size: 14px;
	background-image: url(../img/award_h4.gif);
	background-repeat: no-repeat;
	background-position: 210px 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom:5px;
	color: #996633;
	display:block;
}


#report .underline{
	padding-bottom:20px;
	background:url(../report/img_18th/line.gif) left bottom no-repeat;
}

#report .underline2{
	padding-bottom:30px !important;
	margin-bottom:20px !important;
	background:url(../report/img_18th/line.gif) left bottom no-repeat;
}

#report h3.high{
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../../img/h3_high.gif) !important;
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
	float: left;
	width: 546px;
	margin-top: 0px;
}

.m_b20{margin-bottom:20px;}
.m_r20{margin-right:20px;}

.m_l14{margin-left:14px}


/*2010-11-30 追記*/

#report #link_list{
	padding-bottom:10px !important;
	width:556px;
	overflow:hidden;
	padding-left:10px;
	background:none !important;
}

#report #link_list li{
	width:auto !important;
	margin:0 15px 10px 0 !important;
	padding:0 !important;
	clear:none !important;
	float:left !important;
	background:none !important;
	border-bottom: dashed 1px #7a3d00;
	word-break: keep-all;
}

#report #link_list li a{
	display:inline-block;
	background-position:0 5px !important;
}


#report .pagetop{
	height: 25px;
	width: 47px;
	text-indent: -9999px;
	display: block;
	float: right;
	margin: 0 0 20px 0;
	clear: none;
}
#report .pagetop a{
	height: 25px;
	width: 47px;
	float: right;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url(../../img/pagetop.gif);
	background-position:0 0;
}
#report .pagetop a:hover{
	background-image: url(../../img/pagetop_ah.gif);
	background-position:0 0;
}

/*clearfix*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix{height:1%;}

/*\*//*/
.clearfix{
	display: inline-table;
}
/**/

/*-----------2011 6 13------------*/
.fujiki {
	float:right;
	}





h3#title02 {
	background-image: url(../img/h3_high.gif)!important;
	background-position: 0 0!important;
	background-repeat: no-repeat!important;
	display: block!important;
	font-weight: bold!important;
	margin-top: 0!important;
	padding: 5px 10px 20px!important;
	width: 546px!important;

}


/***********************************/
h5.fontsize01 {
font-size:12px;
}

