@charset "euc-jp";

/*  INDEX
--------------------
1.基本設定(初期化)
2.基本レイアウト
3.テキスト基本
4.スペース
5.写真関連
6.トップページ
7.中ページ
8.詳細ページ
--------------------
*/


/* 1. 基本設定(初期化)
----------------------------------------------- */
*{
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
}

html{
	height:100%;
	background:#eee;
}


body{
	margin:0px;
	padding:0px;
	text-align:center;
	background: #fff;
	color:#333;
}

* html body{
	/* IE6 */
	overflow-y:auto;
}

*:first-child+html body{
	/* IE7 */
	overflow-y:auto;
}

a:link, a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#022784;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, p, pre,form,
blockquote, ul, ol, dl, dd, dt{
	margin:0;
	padding:0;
}
li{
	list-style-type:none;
}

img{
	border:none;
}

.clear{
	clear:both;
}

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

.clearfix{
	min-height:1px;
}

* html .clearfix{
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* 2. 基本レイアウト
----------------------------------------------- */
#wrapper{
	width:640px;
	margin:0px;
	padding:0px;
	background:#fff;
}

#contents{
	width:640px;
	margin:0px;
	padding:0px;
	background:#fff;
}

#mheader{
	width:640px;
}

#mheader h1{
	width:640px;
	text-align:left;
	margin-bottom:15px;
}

#mheader h1 a{
	width:640px;
}

#main{
	margin:0px;
	padding:0px;
	border:none;
}

#subheader{
	width:640px;
}

#subheader h1{
	width:640px;
	text-align:left;
	margin-bottom:15px;
}

#subheader h1 a{
	width:640px;
}

#subheader p{
	display:none;
}

#submain{
	margin:0px
	padding:0px;
}

#mmain{
	width:640px;
	background:#fff;
}

#detail{
	width:640px;
	text-align:left;
}

#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu ul li a img,
#menu ul li.first,
#menu ul li.sidebar_contact,
#menu ul li img.sidebar_contact_btn {
	display:none;
}

#tfooter{
	width:640px;
	background:#fff;
}

#ttfooter{
	width:640px;
	margin:0px;
	padding:0px;
	color:#000;
	background:#fff;
}

#ttfooter #copyright{
	color:#000;
	width:640px;
	text-align:left;
}

#ttfooter #unavi,
#ttfooter #unavi a:link,
#ttfooter #unavi a:visited,
#ttfooter #unavi a:hover{
	display:none;
}

#bfooter{
	width:640px;
	background:#fff;
	padding-top:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#bbfooter{
	width:640px;
	margin:0px;
	padding:0px;
	color:#000;
	background:#fff;
}

#bbfooter #bblfooter{
	width:640px;
	color:#000;
	text-align:left;
}

#bbfooter #bbrfooter{
	width:640px;
	color:#000;
	text-align:left;
}

#bbfooter #counter{
	display:none;
}

.plugin-pdf,
.plugin-pdf img,{
	display:none;
}



/* 3.テキスト基本
----------------------------------------------- */
/* フォントサイズ小 */
.fs14{font-size:14px; line-height:20px; letter-spacing:1px}		/* 見出し */
.fs12{font-size:12px; line-height:18px; letter-spacing:1px}		/* 本文 */
.fs11{font-size:11px; line-height:13px}						/* 注釈 */
.fs10{font-size:10px; line-height:14px}						/* キャプション */

.fse16{font-size:16px; line-height:18px}						/* 英見出し */
.fse14{font-size:14px; line-height:18px; letter-spacing:1px}		/* 英本文 */
.fse12{font-size:12px; line-height:14px}						/* 英注釈 */
.fse11{font-size:11px; line-height:12px}						/* 英キャプション*/

#topicpath,
#topicpath a:link,
#topicpath a:visited,
#topicpath a:hover{
	display:none;
}

.linkdot{
	background: url(../gifs/linkdot.gif) no-repeat 0px 3px;
	padding-left: 14px;
	margin: 0;
}

.linkdot2{
	background: url(../gifs/linkdot2.gif) no-repeat 0px 3px;
	padding-left: 14px;
	margin: 0;
}

.linkdot3{
	background: url(../gifs/linkdot3.gif) no-repeat 0px 0px;
	padding-left: 16px;
}

.linkdot3 a:link,
.linkdot3 a:visited{
	color:#0376b8;
	text-decoration:none;
}

.linkdot3 a:hover{
	color:#0376b8;
	text-decoration:none;
}



/* 4. スペース
----------------------------------------------- */
.vsp20 {			margin:20px 0 20px 0;}



/* 5.写真関連
----------------------------------------------- */
.alpha a img {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.alpha a:hover img { 
	filter: Alpha(Opacity=70); 
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.p-right10{
	float:right;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
}

.p-left10{
	float:left;
	margin-right:10px;
	margin-top:2px;
	margin-bottom:2px;
}


/* 6.トップページ
----------------------------------------------- */
#pickup_h2,
#pickup2_h2{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}

.pickup,
.pickup2{
	width:618px;
	border:1px solid #ddd;
	background:#fff;
	padding:10px;
	margin-bottom:10px;
}

.pickup_images,
.pickup2_images{
	width:210px;
	height:175px;
	background:#fff;
	overflow:hidden;
	text-align:center;
	float:left;
	margin-right:10px;
}

.pickup h2,
.pickup2 h2{
	font-weight:bold;
	text-align:left;
	font-size:14px;
	line-height:16px;
	letter-spacing:0px;
	margin:10px 0px;
	float:left;
	width:398px;
}

.third{
	margin-right:0px;
}

.agenda{
	margin-bottom:10px;
	width:398px;
	float:left;
}

.soldout{
	background:#fff;
	border:1px solid #f30000;
	color:#000;
	text-align:center;
	padding:3px 0px;
	margin-bottom:10px;
	width:200px;
	float:left;
}

.bosyu{
	background:#fff;
	border:1px solid #ff7200;
	color:#000;
	text-align:center;
	padding:3px 0px;
	margin-bottom:10px;
	width:200px;
	float:left;
}

.hanbai{
	background:#fff;
	border:1px solid #235ba7;
	color:#000;
	text-align:center;
	padding:3px 0px;
	margin-bottom:10px;
	width:200px;
	float:left;
}

.kwsk{
	display:none;
}

.itiran{
	display:none;
}

#banner{
	display:none;
}


#news{
	clear:both;
	width:640px;
	padding-top:15px;
}

#news #bronze{
	display:none;
}

#news #news_list{
	width:640px;
}

#news #news_list h3{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
	font-weight:normal;
}

#news #news_list dl{
	margin:1px 0px 0px 0px;
}

#news #news_list dt{
	width:7em;
	float:left;
	clear:both;
	background:#fff;
	padding:2px 0 4px 0px;
}

#news #news_list dd{
	margin-left:7em;
	padding:2px 0 4px 0;
	_height:1%; /* IE用 */
}

#news2 dl{
	margin:1px 0px 0px 0px;
}

#news2 dt{
	width:7em;
	float:left;
	clear:both;
	background:#fff;
	padding:2px 0 4px 0px;
	text-align:left;
}

#news2 dd{
	margin-left:7em;
	padding:2px 0 4px 0;
	_height:1%; /* IE用 */
	text-align:left;
}

#news a.link,
#news a.visited{
	color:#000;
	text-decoration:none;
}

#news a.hover{
	color:#000;
	text-decoration:none;
}



/* 7.中ページ
----------------------------------------------- */
#navi,
#navi img,
#getacrobat,
#getacrobat a img{
	display:none;
}

/* ---news--- */
h2#news_h2{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}

dl#summary{
	margin:1px 0px 0px 0px;
}

dl#summary dt{
	width:7em;
	float:left;
	clear:both;
	background:#fff;
	padding:2px 0 4px 0px;
}

dl#summary dd{
	margin-left:7em;
	padding:2px 0 4px 0;
	_height:1%; /* IE用 */
}

h3#news_h3 em{
	display:block;
	border-top:1px solid #ccc;
	font-style:normal;
	color:#797979;
	font-weight:bold;
	text-align:right;
	padding-top:5px;
}

h3#news_h3 span{
	border-bottom:4px solid #f00;
}

*html h3#news_h3 span{
	padding-bottom:2px;
}

#column{
	width:640px;
	margin:15px 0px;
	overflow:hidden;
}

/* ---link--- */
h2#link_h2{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}

h3.link_h3{
	margin:0px 0px 10px;
}

div#list1,
div#list2{
	width:640px;
	margin-bottom:15px;
}

ul.link_list1 li,
ul.link_list2 li{
	margin:10px 0px;
}

.linkdot_link{
	background: url(../gifs/linkdot.gif) no-repeat 3px 3px;
	padding-left: 19px;
	margin: 0;
}

.linkdot_link a:after{ /* （→URI） */
content: " \ff08\2192"attr(href)"\ff09";
font-size: 10px;}





/* ---sponsored--- */
h2#sponsored_h2{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}
h3.link_h3{
	margin:15px 0px 10px;
}

div#list1{
	width:360px;
	float:left;
}

div#list2{
	width:320px;
	float:right;
}

ul.link_list1 li,
ul.link_list2 li{
	margin:10px 0px;
}

.linkdot_link{
	background: url(../gifs/linkdot.gif) no-repeat 3px 3px;
	padding-left: 19px;
	margin: 0;
}



/* ---sponsored--- */
#sponsored h2 {
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}
#sponsored h3 {
	margin: 15px 0px 10px;
}
#sponsored .box {
	margin: 15px 0;
}
#sponsored ul {
	width: 100%;
}
#sponsored ul:after {
	content: "";
	display: block;
	clear: both;
}
#sponsored ul li {
	float: none;
	width: 100%;
	margin-top: 1%;
	padding-top: 1%;
	border-top: 1px dashed #ddd;
}
#sponsored ul li:nth-child(even) {
	float: none;
	width: 100%;
}
#sponsored ul li a:after{ /* （→URI） */
content: " \ff08\2192"attr(href)"\ff09";
font-size: 10px;}




/* ---outline--- */
h2#outline_h2{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}

p.outline_text{
	margin-bottom:10px;
	line-height:1.6em;
	background:#fff;
}

dl.outline_dl{
	margin:20px 0px;
	border-top:1px solid #ddd;
	page-break-after:always;
}

dl.outline_dl dt{
	width:11em;
	float:left;
	clear:both;
	padding:10px 0 10px 18px;
	border-bottom:1px solid #ddd;
}

dl.outline_dl dd{
	margin-left:11em;
	padding:10px 0 10px 0;
	_height:1%; /* IE用 */
	border-bottom:1px solid #ddd;
}

dl.outline_dl dd a:link,
dl.outline_dl dd a:visited{
	color:#0376b8;
	text-decoration:none;
}

dl.outline_dl dd a:hover{
	color:#0376b8;
	text-decoration:underline;
}

#maps{
	width:290px;
	height:320px;
	border:1px solid #ccc;
	float:left;
	text-align:center;
}

#map{
	width:290px;
	height:296px;
	margin-bottom:4px;
	border-bottom:1px solid #ccc;
}

#maps span{
	display:block;
	padding-bottom:10px;
}

#maps2{
	width:698px;
	height:300px;
	border:1px solid #ccc;
	text-align:center;
}

#map2{
	width:698px;
	height:276px;
	border-bottom:1px solid #ccc;
	margin-bottom:4px;
}

*:first-child+html #map2{
	height:280px;
}

*html #map2{
	margin-bottom:4px;
	height:280px;
}

#maps2 span{
	display:block;
	padding-bottom:10px;
}

#organization{
	width:318px;
	height:300px;
	border:1px solid #ccc;
	float:right;
	padding:10px;
	margin-bottom:10px;
}

*html #organization{
	height:305px;
}

#organization strong{
	display:block;
	margin-bottom:10px;
}

#organization img{
	margin-bottom:6px;
}

#organization p{
	margin-top:10px;
}

#organization p span{
	font-weight:bold;
}

/* ---sitemap--- */
h2#sitemap_h2{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}

ul#sitemap_list{
	width:640px;
	margin-bottom:0px;
}

ul#sitemap_list li{
	padding:2px 0 10px 55px;
	margin-bottom:10px;
	background:url(../gifs/linkdot.gif) 40px 7px no-repeat;
	border-bottom:1px solid #eee;
}

ul#sitemap_list li.home{
	padding:2px 0 10px 15px;
	background:url(../gifs/linkdot.gif) 0px 7px no-repeat;
}

ul#sitemap_list li a:link,
ul#sitemap_list li a:visited{
	color:#000;
	text-decoration:none;
}

ul#sitemap_list li a:hover{
	color:#000;
	text-decoration:underline;
}



/* ---contact--- */
h2#contact_h2{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}

h3#contact_h3{
	margin:15px 0px 10px;
}

dl.contact_dl{
	width:640px;
	margin:0px;
	border-top:1px solid #ddd;
}

dl.contact_dl dt{
	width:11em;
	float:left;
	clear:both;
	padding:10px 0 10px 18px;
	border-bottom:1px solid #ddd;
}

dl.contact_dl dd{
	margin-left:11em;
	padding:10px 0 10px 0;
	_height:1%; /* IE用 */
	border-bottom:1px solid #ddd;
}

dl.contact_dl dd a:link,
dl.contact_dl dd a:visited{
	color:#0376b8;
	text-decoration:none;
}

dl.outline_dl dd a:hover{
	color:#0376b8;
	text-decoration:underline;
}



/* ---theater--- */
h2#theater_h2{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}

#backnumber,
#ticket,
#ticket dl,
#ticket dl dt,
#ticket dl dd,
#ticket dl dd table,
#ticket dl dd table tr td.name,
#ticket dl dd table tr td.tel,
#ticket dl dd table tr td.address,{
	display:none;
}


/* ---workshop--- */
h2#workshop_h2{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}

/* ---theater&workshop--- */
.set{
	width:618px;
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:10px;
	clear:both;
}

.set .summary{
	width:500px;
	float:left;
}

.set .summary h3{
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.set .summary h3 a:link,
.set .summary h3 a:visited{
	color:#028ac2;
	text-decoration:none;
}

.set .summary h3 a:hover{
	color:#028ac2;
	text-decoration:underline;
}

.set dl.exhibition{
	width:200px;
}

.set dl.price{
	width:300px;
}

.set dl.exhibition2{
	width:300px;
}

.set dl.price2{
	width:200px;
}

.set dl.exhibition,
.set dl.price,
.set dl.exhibition2,
.set dl.price2{
	margin:5px 0px 0px 0px;
	padding:0px;
	float:left;
}

.set dl.exhibition dt,
.set dl.price dt,
.set dl.exhibition2 dt,
.set dl.price2 dt{
	width:60px;
	background:#fff;
	color:#000;
	text-align:center;
}

*:first-child+html .set dl.exhibition dt,
*:frist-child+html .set dl.price dt,
*:first-child+html .set dl.exhibition2 dt,
*:first-child+html .set dl.price2 dt{
	padding:5px 5px 3px;
}

.set dl.exhibition dd,
.set dl.price dd,
.set dl.exhibition2 dd,
.set dl.price2 dd{
	padding:5px 5px;
	_height:1%; /* IE用 */
}

.set dl.exhibition dd em,
.set dl.price dd em,
.set dl.exhibition2 dd em,
.set dl.price2 dd em{
	font-style:normal;
	color:#f00;
}

.set .photo{
	width:110px;
	height:110px;
	overflow:hidden;
	float:right;
	background:#fff;
}

.set .guide{
	background:#fff7f7;
	border:1px solid #ffcfcf;
	color:#c00;
	padding:3px 0px;
	text-align:center;
	clear:both;
	margin-bottom:5px;
}

*:first-child+html .set .guide{
	padding:5px 0px 3px;
}

/* ---backnumber--- */
h2#backnumber_h2{
	border-bottom:1px solid #022784;
	margin:15px 0px 10px;
}
strong.bntitle {
	display: block;
	margin: 10px 0;
	padding: 2px 10px;
	background: #eee;
	border-left: 5px solid #f60;
	color: #222;
}
strong.bntitle40 {
	display: block;
	margin: 40px 0 10px;
	padding: 2px 10px;
	background: #eee;
	border-left: 5px solid #f60;
	color: #222;
}



/* 8. 詳細ページ
----------------------------------------------- */
#event{

}

h3.event_h3{
	font-size:14px;
	color:#333;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0px;
}

p.date{
	padding:5px 0px;
}

div.photos{
	width:380px;
	padding:10px;
	text-align:center;
	border:1px solid #eee;
	float:left;
	margin-bottom:10px;
}

div.photos span{
	display:block;
	margin-top:3px;
}

div.lc{
	width:400px;
	float:left;
}

div.massage{
	width:380px;
	margin-bottom:15px;
	padding:0px 10px;
}

div.rc{
	width:210px;
	float:right;
}

*:first-child+html div.rc{
	margin-right:22px;
}

div.details{
	width:210px;
	padding:10px;
	text-align:left;
	border:1px solid #eee;
	float:right;
	background:#f7feed;
}

div.details h4{
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
	margin-bottom:2px;
}

div.details dl{
	margin:0px;
	padding:0px;
}

div.details dl dt{
	padding:0px;
	font-weight:bold;
	color:#354320;
}

div.details dl dd{
	margin-left:0px;
	padding:0px 0 10px 0px;
	_height:1%; /* IE用 */
}

div.details dl dd span{
	font-weight:bold;
	color:#f00;
}

div.details dl dd em{
	font-style:normal;
	font-size:10px;
}

p.kyosai{
	width:220px;
	float:right;
	text-align:left;
	padding:5px;
	margin-bottom:10px;
}

p.text{
	clear:both;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px;
	margin-bottom:10px;
}

p.text strong{
	font-weight:bold;
	color:#f00;
	font-size:14px;
}

p.text2{
	clear:both;
	border-bottom:1px solid #eee;
	padding:0px 10px 10px;
	margin-bottom:10px;
}

p.text a:link,
p.text2 a:link,
p.text a:visited,
p.text2 a:visited{
	color:#0376b8;
	text-decoration:none;
}

p.text a:hover,
p.text2 a:hover{
	color:#0376b8;
	text-decoration:underline;
}

dl.ticket{
	margin:0px 10px;
	padding:0px;
}

dl.ticket dt.ticket_dt{
	width:250px;
	background:#fff;
	border-bottom:none;
	border-left:none;
	padding:0px;
}

dl.ticket dt{
	width:150px;
	float:left;
	clear:both;
	padding:10px;
	font-weight:bold;
	margin-bottom:2px;
	color:#354320;
	border-left:3px solid #354320;
	background:#f9f9f9;
}

dl.ticket dd.ticket_dd{
	margin-left:250px;
	padding:0px;
	_height:1%; /* IE用 */
	margin-bottom:2px;
	background:#fff;
	border-right:none;
	border-left:none;
}

dl.ticket dd{
	margin-left:175px;
	padding:10px;
	_height:1%; /* IE用 */
	margin-bottom:2px;
	border-left:1px solid #fff;
	border-right:3px solid #354320;
	background:#f9f9f9;
}

dl.ticket dd a:link,
dl.ticket dd a:visited{
	color:#0376b8;
	text-decoration:none;
}

dl.ticket dd a:hover{
	color:#0376b8;
	text-decoration:underline;
}

div.attention{
	margin:0px 10px;
	text-align:left;
}

#soldout{
	background:#fff7f7;
	color:#c00;
	text-align:center;
	padding:3px 0px;
	margin:0px 10px 3px 10px;
	border:1px solid #ffcfd1;
	font-weight:bold;
}

#sale{
	background:#f7faff;
	color:#022784;
	text-align:center;
	padding:3px 0px;
	margin:0px 10px 3px 10px;
	border:1px solid #235ba7;
	font-weight:bold;
}

dl.actor{
	margin:0px 10px;
}

dl.actor dt{
	width:100px;
	float:left;
	clear:both;
	padding:5px;
	font-weight:bold;
	color:#354320;
	border-left:3px solid #354320;
	margin-bottom:2px;
}

dl.actor dd{
	margin-left:120px;
	padding:5px;
	_height:1%; /* IE用 */
	margin-bottom:2px;
}

dl.actor dd a:link,
dl.actor dd a:visited{
	color:#0376b8;
	text-decoration:none;
}

dl.actor dd a:hover{
	color:#0376b8;
	text-decoration:underline;
}

/* ---bungei--- */
table#bungei,
table#seminar{
	width:638px;
	border:1px #E3E3E3 solid;
	border-collapse:collapse;
	border-spacing:0;
}

table#bungei th,
table#seminar th{
	padding:5px;
	border:#E3E3E3 solid;
	border-width:0 0 1px 1px;
	background:#0e96cb;
	font-weight:bold;
	line-height:120%;
	text-align:center;
	white-space:nowrap;
	color:#fff; 
}

table#bungei th#day,
table#seminar th#day{
	width:150px;
}

table#bungei th#theme,
table#seminar th#theme{
	width:350px;
}

table#bungei th#teacher,
table#seminar th#teacher{
	width:200px;
}

table#bungei td,
table#seminar td{
	padding:5px;
	border:1px #E3E3E3 solid;
	border-width:0 0 1px 1px;
	text-align:center;
	white-space:nowrap;
	background:#F5FAFC;
}


table#bungei td p,
table#seminar td p{
	margin-bottom:5px;
}

table#bungei td p span
table#seminar td p span{
	display:block;
}

.honour{
	text-align:right;
	margin:5px 0px 10px;
}

#end{
	margin-bottom:10px;
	padding:5px 0px;
	text-align:center;
	background:#FFF7F7;
	border:1px solid #FFCFD1;
	font-weight:bold;
	color:#c00;
}

/* ---文芸賞--- */
dl.day_detail{
	margin:5px 0px;
}

dl.day_detail dt{
	width:56px;
	float:left;
	clear:both;
	margin-bottom:2px;
}

dl.day_detail dd{
	margin-left:56px;
	_height:1%; /* IE用 */
	margin-bottom:2px;
}

.bungei2_title{
	font-weight:bold;
	margin-top:25px;
	margin-bottom:5px;
	border-bottom:1px solid #eee;
	padding-bottom:3px;
}

.bungei2_title em{
	color:#ff6600;
	font-style:normal;
}

table#bungei2{
	width:638px;
	border:1px #E3E3E3 solid;
	border-collapse:collapse;
	border-spacing:0;
}

table#bungei2 th{
	padding:5px;
	border:#E3E3E3 solid;
	border-width:0 0 1px 1px;
	background:#0e96cb;
	font-weight:bold;
	line-height:120%;
	text-align:center;
	white-space:nowrap;
	color:#fff;
}

table#bungei2 th.genre{
	width:238px;
}

table#bungei2 th.kikaku{
	width:140px;
}

table#bungei2 th.show{
	width:260px;
}

table#bungei2 td{
	padding:5px;
	border:1px #E3E3E3 solid;
	border-width:0 0 1px 1px;
	text-align:center;
	white-space:nowrap;
	background:#F5FAFC;
}

table#bungei2 td.point{
	background:#F5FAFC;
	font-weight:bold;
	color:#000;
}

table#bungei2 td.award{
	text-align:left;
}

table#bungei2 td.standard{
	text-align:left;
}

table#bungei2 td table.bungei2_mini{
	width:260px;
	border-collapse:collapse;
	border-spacing:0;
	margin-top:5px;
}

table#bungei2 td table.bungei2_mini th{
	width:56px;
	border:none;
	background:transparent;
	text-align:left;
	color:#000;
	font-weight:normal;
}

table#bungei2 td table.bungei2_mini td{
	width:204px;
	border:none;
	text-align:left;
	background:transparent;
}

.kikaku{
	padding:5px 5px 5px 10px;
	margin:3px 0px;
	background:#f7f7f7;
	border:1px solid #ddd;
}

span.attention{
	display:block;
	text-align:right;
}

dl.happyo{
	padding:5px 5px 5px 10px;
	margin:10px 0px;
	background:#f7f7f7;
	border:1px solid #ddd;
	color:#022784;
	font-weight:bold;
}

dl.happyo dt{
	width:60px;
	float:left;
	clear:both;
	font-weight:bold;
	margin-bottom:2px;
}

dl.happyo dd{
	margin-left:60px;
	_height:1%; /* IE用 */
	margin-bottom:2px;
}

.download a:link,
.download a:visited{
	color:#c00;
}

/* ---美術展--- */
dl.day_detail_bijutu{
	margin:5px 0px;
}

dl.day_detail_bijutu dt{
	width:80px;
	float:left;
	clear:both;
	margin-bottom:2px;
}

dl.day_detail_bijutu dd{
	margin-left:80px;
	_height:1%; /* IE用 */
	margin-bottom:2px;
}

.bijutu_title{
	font-weight:bold;
	margin-top:25px;
	margin-bottom:5px;
	border-bottom:1px solid #eee;
	padding-bottom:3px;
}

.bijutu_title em{
	color:#ff6600;
	font-style:normal;
}

table#bijutu{
	width:638px;
	border:1px #E3E3E3 solid;
	border-collapse:collapse;
	border-spacing:0;
	margin-top:10px;
}

table#bijutu th{
	padding:5px;
	border:#E3E3E3 solid;
	border-width:0 0 1px 1px;
	background:#0e96cb;
	font-weight:bold;
	line-height:120%;
	text-align:center;
	white-space:nowrap;
	color:#fff;
}

table#bijutu th#kikaku{
	width:140px;
	text-align:center;
}

table#bijutu td{
	padding:5px;
	border:1px #E3E3E3 solid;
	border-width:0 0 1px 1px;
	text-align:left;
	white-space:nowrap;
	background:#F5FAFC;
}

table#bijutu td.kikaku{
	padding:5px;
	border:1px #E3E3E3 solid;
	border-width:0 0 1px 1px;
	text-align:center;
	white-space:nowrap;
	background:#F5FAFC;
}

dl.kokai{
	padding:5px 5px 5px 10px;
	margin:10px 0px;
	background:#f7f7f7;
	border:1px solid #ddd;
	color:#022784;
	font-weight:bold;
}

dl.kokai dt{
	width:80px;
	float:left;
	clear:both;
	font-weight:bold;
	margin-bottom:2px;
}

dl.kokai dd{
	margin-left:80px;
	_height:1%; /* IE用 */
	margin-bottom:2px;
}

table#prize{
	width:638px;
	border:1px #E3E3E3 solid;
	border-collapse:collapse;
	border-spacing:0;
	margin-top:10px;
}

table#prize th{
	padding:5px;
	border:#E3E3E3 solid;
	border-width:0 0 1px 1px;
	background:#0e96cb;
	font-weight:bold;
	line-height:120%;
	text-align:left;
	white-space:nowrap;
	color:#fff;
	vertical-align:middle;
}

table#prize td{
	padding:5px;
	border:1px #E3E3E3 solid;
	border-width:0 0 1px 1px;
	text-align:left;
	white-space:nowrap;
	background:#F5FAFC;
}

table#prize th.prize01{
	width:130px;
}

table#prize td.prize02{
	width:200px;
}

table#prize td.prize03{
	width:130px;
}

table#prize td.prize04{
	width:90px;
}

/* ---bijutsu--- */
h2#bijutsu_h2{
	display:none;
}

#index_bijutsu{
}

#index_bijutsu ul{
	display:none;
}

#index_bijutsu ul li{
	display:none;
}

#index_bijutsu ul li.left{
	display:none;
}

#index_bijutsu ul li.right{
	display:none;
}

#index_bijutsu h3{
	color:#274f00;
	padding:3px;
	margin-bottom:10px;
	border-bottom:1px solid #FFBF00;
}

#index_bijutsu h4{
	display:none;
}

/* 各主催・助成・後援 */
table#sponsor{
	width:230px;
	float:right;
	text-align:left;
	clear:both;
	margin:5px 0 0 0;
	padding:0;
	border-spacing:0;
	border-collapse:collapse;
}
table#sponsor th{
	clear:both;
	width:85px;
	float:left;
	font-weight:normal;
	margin:0;
	padding:1px 0;
	text-align:right;
	vertical-align:top;
}
table#sponsor td{
	float:right;
	width:142px;
	margin:0;
	padding:1px 0 1px 3px;
}





/* ---recruit--- */
h2#recruit_h2{
	width:700px;
	height:46px;
	background:url(../recruit/gifs/title.gif) no-repeat;
	text-indent:-99999px;
	margin:10px 0px 15px;
}
h3#recruit_h3{
	margin:15px 0px 10px;
	padding-bottom: 5px;
	color: #690;
	border-bottom: 1px solid #ccc;
}
.recruitbox {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.recruitbox table {
	width: 700px;
	border-spacing: 0;
	border-collapse: collapse;
}
.recruitbox table thead th {
	padding: 5px 10px 5px 0;
	color: #022784;
	border-bottom: 1px solid #fff;
}
.recruitbox table thead th span {
	color: #f00;
}
.recruitbox table tbody th {
	width: 160px;
	padding: 5px 10px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	background: #f2f1f0;
}
.recruitbox table tbody th span {
	color: #235ba7;
}
.recruitbox table tbody td {
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}
.recruitbox table tbody td a:link,
.recruitbox table tbody td a:visited {
	color: #0376b8;
}
.recruitbox table tbody td a:hover {
	color: #0376b8;
}
.recruit_attention {
	text-indent: -1em;
	padding-left: 1em;
}