@charset "UTF-8";

#ticket-icon {
	margin: 10px 0px;
	padding: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #bbb 1px 2px 2px;
    -moz-box-shadow: #bbb 1px 2px 2px;
	box-shadow: #bbb 1px 2px 2px;
	border: solid 1px #ddd;
	background-image: url(../ticket/img/bg_h3.gif);
	background-repeat: repeat;
	line-height: 1em;
	clear: both;
}

#ticket-icon h3 { 
	margin: 0px 3px 0px 3px;
	padding: 5px 10px;
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #666;
	border: dotted 1px #ccc;
	color: #fff;
	line-height: 1em;
	clear: both;
}

	#ticket-icon h3 a { color: #fff; text-decoration: none; }
	#ticket-icon h3 a:hover { color: #fff; text-decoration: underline; }

#ticket-icon h3.cal { background-color: #666;
background: -moz-linear-gradient(left, right, #666, #999);  
background: -webkit-gradient(linear, left top, right top, from(#666), to(#999)); }
#ticket-icon h3.wind { background-color: #009e96; }
#ticket-icon h3.star { background-color: #1e50a2; }
#ticket-icon h3.kokaido { background-color: #de6a08; }
#ticket-icon h3.gallery { background-color: #ea545d; }
#ticket-icon h3.studio { background-color: #339966; }
#ticket-icon h3.seishin { background-color: #aa8420; }
#ticket-icon h3.yuzo { background-color: #944d2a; }
#ticket-icon h3.dazai { background-color: #778b7f; }
#ticket-icon h3.mjo { background-color: #ff9900; }
#ticket-icon h3.workshop { background-color: #a40035; }
#ticket-icon h3.support { background-color: #601986; }
#ticket-icon h3.etc { background-color: #666666; }

#ticket-icon h3 .monthly {
	margin: -3px -5px;
	padding: 0px;
	text-align: right;
	float: right;
}

#ticket-icon ul {
margin: 5px 5px 0px 5px;
padding: 0px;
font-size: 13px;
line-height: 1em;
list-style-type: none;
float: left;
}

#ticket-icon li {
margin: 0px;
padding: 0px;
line-height: 1em;
float: left;
}

#ticket-icon li .tri {
height: 8px;
margin: -1px 0px 1px 0px;
padding: 0px;
line-height: 1em;
background-repeat: no-repeat;
background-position: bottom;
}

#ticket-icon li .wind { background-image: url(../ticket/img/tri_wind.gif); }
#ticket-icon li .star { background-image: url(../ticket/img/tri_star.gif); }
#ticket-icon li .kokaido { background-image: url(../ticket/img/tri_kokaido.gif); }
#ticket-icon li .gallery { background-image: url(../ticket/img/tri_gallery.gif); }
#ticket-icon li .studio { background-image: url(../ticket/img/tri_studio.gif); }
#ticket-icon li .seishin { background-image: url(../ticket/img/tri_seishin.gif); }
#ticket-icon li .yuzo { background-image: url(../ticket/img/tri_yuzo.gif); }
#ticket-icon li .dazai { background-image: url(../ticket/img/tri_dazai.gif); }
#ticket-icon li .mjo { background-image: url(../ticket/img/tri_mjo.gif); }
#ticket-icon li .workshop { background-image: url(../ticket/img/tri_workshop.gif); }
#ticket-icon li .yuzo { background-image: url(../ticket/img/tri_yuzo.gif); }
#ticket-icon li .dazai { background-image: url(../ticket/img/tri_dazai.gif); }

#ticket-icon li img {
margin: 5px 5px 0px 5px;
padding: 0px;
border-top: solid 1px #ccc;
border-left: solid 1px #eee;
border-right: solid 1px #ccc;

line-height: 1em;

}

#ticket-icon .ticket {
margin: 10px 8px 0px 0px;
padding: 0px;
font-size: 13px;
line-height: 1em;
color: #c00;
text-align: right;
float: right;
}

#ticket-icon .ticket .question {
margin: 4px 0px 0px 0px;
padding: 0px;
font-size: 11px;
line-height: 1em;
text-align: right;
}

#ticket-icon dl {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS Gothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	clear: both;
	}

#ticket-icon dl {
	margin: 0px 5px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	}

#ticket-icon dt {
	margin: 0px 5px;
	padding: 0px;
	background-color: #999;
	border-top: solid 1px #505959;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: -moz-linear-gradient(top, #696f6f), #b0b9b9);  
	background: -webkit-gradient(linear, center top, center bottom, from(#696f6f), to(#b0b9b9));
	
	line-height: 1em;
	display: block;
	white-space: nowrap;
	float: left;
	}

	#ticket-icon dt a { white-space: nowrap; color: #fff; text-decoration: none; display: block; padding: 4px 10px; }
	#ticket-icon dt a:hover { color: #fff; background: #677; text-decoration: underline; display: block; padding: 4px 10px;  -moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px; }
	#ticket-icon dt a.now { color: #fff; background: #808080; text-decoration: none; display: block; padding: 4px 10px; -moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	text-shadow: #333 1px 1px 2px; }

#ticket-icon .follow {
	margin: 2px 3px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS Gothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	float: right;
	}
	
#main {
	margin: 5px 0px 10px -1px;
	padding: 0px;
	line-height: 1em;
	width: 765px;
	background-image: url(http://mitaka.jpn.org/ticket/img/shadow_body.gif);
	background-repeat:repeat-y;
	float: left;
	}

#main .shadow_top {
	width: 765px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://mitaka.jpn.org/ticket/img/shadow_top.gif);
	background-repeat:no-repeat;
	}

#main .shadow_bottom {
	width: 765px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://mitaka.jpn.org/ticket/img/shadow_bottom.gif);
	background-repeat:no-repeat;
	clear: both;
	}

#main .finished {
	margin: 0px 20px 0px 18px;
	padding: 5px 10px 5px 8px;
	border-top: 1px dotted #999;
	}

#main .more {
	margin: 4px 0px 4px 2px;
	padding: 0px;
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	clear: both;
	}
	
#main .more a { 
	margin: 0px;
	padding: 0px 0px 0px 18px;
	background-image: url(http://mitaka.jpn.org/ticket/img/gr_next.gif);
	background-repeat:no-repeat;
	color: #000;
	text-decoration: none;
	}

#main .more a:hover { 
	margin: 0px;
	padding: 0px 0px 0px 18px;
	background-image: url(http://mitaka.jpn.org/ticket/img/bl_next.gif);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: underline;
	}

#main .next {
	margin: 0px 0px 0px 20px;
	padding: 2px 0px;
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	float: left;
	}

#main .next a { 
	margin: 0px;
	padding: 1px 0px 3px 18px;
	background-image: url(http://mitaka.jpn.org/ticket/img/br_next.gif);
	background-repeat:no-repeat;
	color: #000;
	text-decoration: none;
	}

#main .next a:hover { 
	margin: 0px;
	padding: 1px 0px 3px 18px;
	background-image: url(http://mitaka.jpn.org/ticket/img/gr_next.gif);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: underline;
	}

#main .go {
	margin: 0px 20px 0px 0px;
	padding: 2px 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	float: right;
	}
	
#main .go a { 
	margin: 0px;
	padding: 1px 0px 3px 18px;
	background-image: url(http://mitaka.jpn.org/ticket/img/or_next.gif);
	background-repeat:no-repeat;
	color: #000;
	text-decoration: none;
	}

#main .go a:hover { 
	margin: 0px;
	padding: 1px 0px 3px 18px;
	background-image: url(http://mitaka.jpn.org/ticket/img/gr_next.gif);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: underline;
	}

#main .refer {
	height: auto;
	margin: 5px 0px;
	padding: 2px 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	text-align: left;
	}
	
#main .refer a { 
	margin: 0px;
	padding: 1px 0px 3px 18px;
	background-image: url(http://mitaka.jpn.org/ticket/img/bl_next.gif);
	background-repeat:no-repeat;
	color: #000;
	text-decoration: none;
	}

#main .refer a:hover { 
	margin: 0px;
	padding: 1px 0px 3px 18px;
	background-image: url(http://mitaka.jpn.org/ticket/img/gr_next.gif);
	background-repeat:no-repeat;
	color: #000;
	text-decoration: underline;
	}

#main .backnumber {
	width: 200px;
	margin: 10px 5px;
	padding: 0px;
	background-image: url(http://mitaka.jpn.org/img/spacer.gif);
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	position: relative;
	}
	
#main .backnumber a { color: #fff; text-decoration: none; display: block; padding: 8px 16px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; background-image: none; }
#main .backnumber a.wind { background-color: #009e96; }
#main .backnumber a.star { background-color: #1e50a2; }
#main .backnumber a.kokaido { background-color: #de6a08; }
#main .backnumber a.gallery { background-color: #ea545d; }
#main .backnumber a.studio { background-color: #339966; }
#main .backnumber a.seishin { background-color: #aa8420; }
#main .backnumber a.yuzo { background-color: #944d2a; }
#main .backnumber a.dazai { background-color: #778b7f; }
#main .backnumber a.mjo { background-color: #ff9900; }
#main .backnumber a.workshop { background-color: #a40035; }
#main .backnumber a.support { background-color: #601986; }
#main .backnumber a.etc { background-color: #666666; }
#main .backnumber a:hover { color: #000; background: #dadcdb; text-decoration: underline; }

.backnumberout a { color: #fff; text-decoration: none; display: block; padding: 8px 16px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; background-image: none; }
.backnumberout {
	width: 200px;
	margin: 0px 5px;
	padding: 0px;
	background-image: url(http://mitaka.jpn.org/img/spacer.gif);
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	float: left;
	}

.backnumberout a.gallery { background-color: #ea545d; }

.backnumberflyer a { color: #fff; text-decoration: none; display: block; padding: 8px 16px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; background-image: none; }
.backnumberflyer {
	width: 230px;
	margin: 0px 5px;
	padding: 0px;
	background-image: url(http://mitaka.jpn.org/img/spacer.gif);
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	float: left;
	}

.backnumberflyer a.gallery { background-color: #ea545d; }

#content {
	margin: 10px;
	padding: 5px 8px 0px 8px;
	line-height: 1em;
	width: auto;
	}

	#content p a { color: #06c; text-decoration: none; }
	#content p a:hover { color: #000; text-decoration: underline; }
	#content a.pdf { padding-right: 15px; background-image: url(http://mitaka.jpn.org/img/li_pdf.png); background-repeat: no-repeat; background-position: top right; }
	#content a.pdf:hover { padding-right: 15px; background-image: url(http://mitaka.jpn.org/img/li_pdf.png); background-repeat: no-repeat; background-position: top right; }
	#content a.blank { padding-right: 15px; background-image: url(http://mitaka.jpn.org/img/li_blank.gif); background-repeat: no-repeat; background-position: top right; }
	#content a.blank:hover { padding-right: 15px; background-image: url(http://mitaka.jpn.org/img/li_blank.gif); background-repeat: no-repeat; background-position: top right; }
	#content a.url { padding-right: 15px; background-image: url(http://mitaka.jpn.org/img/li_blank.gif); background-repeat: no-repeat; background-position: top right; }
	#content a.url:hover { padding-right: 15px; background-image: url(http://mitaka.jpn.org/img/li_blank.gif); background-repeat: no-repeat; background-position: top right; }

#content h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "平成明朝", "MS PMincho", serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 2px;
	text-shadow: #999 2px 2px 2px;
	}

	#content h1 a:link { color: #000; text-decoration: none; }
	#content h1 a:visited { color: #000; text-decoration: none; }
	#content h1 a:active { color: #f00; text-decoration: underline; }
	#content h1 a:hover { color: #000; text-decoration: underline; }

#content h2 {
	margin: 5px 0px;
	padding: 0px;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "平成明朝", "MS PMincho", serif;
	font-size: 16px;
	font-weight: bold;
	}

#content h2 p {
	margin: 0px;
	padding: 3px 0px 0px 5px;
	line-height: 1.4em;
	}

#content .center {;
	margin: 10px 0px;
	padding: 0px;
	line-height: 1.5em;
	text-align: center;
	}

#content .stage {
	width: 210px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	float: left;
	}

#content .stage a { color: #06c; text-decoration: none; }
#content .stage a:hover { color: #09f; background-color: #def; text-decoration: underline; }

#content .stage p {
	margin: 5px 0px 15px 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	}
	
#content .stage img {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	border: 0px;
	line-height: 1em;		
	}

#content .stage .right {
	margin: 3px 0px 12px 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS Gothic", sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: right;
	}

#content .stage .right img {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	border: 0px;
	line-height: 1em;
	text-align: right;	
	}

#content .stage h5 {
	margin: 5px 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	color: #000;
	text-align: left;
	}

#content .stage .profile {
	margin: 0px 0px 15px 12px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "Meiryo", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #333;
	text-align: left;
	}
	
#content .info {
	width: 500px;
	margin: 10px 0px 5px 15px;
	padding: 0px;
	line-height: 1em;
	text-align: left;
	float: left;
	}

#content .info h3 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "Meiryo", "MS Gothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
	text-align: left;
	}

#content .info h3.akachan { color: #fff; background-color: #d53; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 2px 0px 0px 4px; }
#content .info h3.shogaku { color: #fff; background-color: #099; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 2px 0px 0px 4px; }
#content .free h3.h3_f98 { color: #fff; background-color: #f98; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 2px 0px 0px 4px; }

#content .info h4 {
	margin: 5px 0px;
	padding: 0px;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "平成明朝", "MS PMincho", serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	}

#content .info h5 {
	margin: 0px;
	padding: 0px;
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #f00;
	line-height: 1.5em;
	text-align: right;
	}

	#content .info h5 a { color: #00f; text-decoration: none; }
	#content .info h5 a:hover { color: #063; background: #cfc; text-decoration: underline; }

#content .info h5.store {
	margin: 0px;
	padding: 0px 18px 3px 0px;
	background-image: url(../img/li_store.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 13px;
	line-height: 1.7em;
	}

#content .info h6 {
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "Meiryo", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	}

	#content .info h6 a { color: #039; text-decoration: none; }
	#content .info h6 a:hover { color: #000; text-decoration: underline; }

#content .pict1 {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 5px 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	float: right;
	}

#content .pict1 img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}

#content .pict2 {
	margin: 0px 5px 10px 0px;
	padding: 0px 0px 5px 10px;
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	float: left;
	}

#content .pict2 img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}

#content .pict3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	float: left;
	}

#content .pict3 img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}

#content .pict4 {
	margin: 0px 20px 10px 0px;
	padding: 0px 0px 5px 10px;
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	float: left;
	}

#content .pict4 img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}

#content .pic_left {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 5px 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	float: right;
	}

#content .pic_left img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}

#content .pic_last {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 5px 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	float: right;
	}

#content .pic_las img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}


#content .info table {
	width: auto;
	margin: 5px 0px;
	padding: 0px;
	border: 0px;
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
	text-align: left;
	}

	#content .info table a { color: #06c; text-decoration: none; }
	#content .info table a:hover { color: #09f; background-color: #def; text-decoration: underline; }

#content .info tr {
	vertical-align: top;
	}

#content .info td {
	margin: 0px;
	padding: 1px 0px;
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
	}

#content .info .item {
	margin: 0px;
	padding: 1px 3px 1px 5px;
	text-align: right;
	white-space: nowrap
	}

#content .info .iten {
	margin: 0px;
	padding: 2px 1px 1px 0px;
	font-size: 11px;
	color: #666;
	text-align: right;
	line-height: 1.4em;
	}

#content .info .iteb {
	margin: 0px;
	padding: 2px 5px 2px 5px;
	text-align: right;
	}

#content .info .note {
	margin: 0px;
	padding: 4px 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	}

#content .info .baby {
	margin: 0px;
	padding: 4px 0px;
	font-family: "Osaka", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Gothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f0908a;
	line-height: 1.4em;
	}

#content .info .notice {
	margin: 0px;
	padding: 2px 0px 1px 0px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 1.4em;
	}

#content .info p {
	margin: 5px 0px;
	padding: 0px 0px 5px 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 1.8em;
	text-align: left;
	}

	#content .info p a { color: #06c; text-decoration: none; }
	#content .info p a:hover { color: #09f; background-color: #def; text-decoration: underline; }

#content .info blockquote {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px 0px 5px 20px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
	text-align: left;
	}

#content .info .border_red {
	margin: 5px 0px;
	padding: 10px;
	border: solid 1px #f00;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 1.6em;
	text-align: left;
	}

#content .info .border_black {
	margin: 5px 0px;
	padding: 10px;
	border: solid 1px #000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 1.6em;
	text-align: left;
	}

#content .info .pict {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	float: right;
	}

#content .info .pict img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}

#content .info .schedule {
	margin: 0px;
	padding: 5px 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	text-align: right;
	}

#content .info .program {
	margin: 10px 0px;
	padding: 5px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #cdd;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	}

#content .info .program a { color: #084; text-decoration: none; }
#content .info .program a:hover { color: #09f; background-color: #def; text-decoration: underline; }

#content .free {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	text-align: left;
	clear: both;
	}

#content .free h3 {
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "Meiryo", "MS Gothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
	text-align: left;
	}

#content .free h3.shogaku { color: #fff; background-color: #099; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 2px 0px 0px 4px; }

#content .free h4 {
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "平成明朝", "MS PMincho", serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
	}

#content .free h5 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "Meiryo", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 1.6em;
	}

	#content .free h5 a { color: #039; text-decoration: none; }
	#content .free h5 a:hover { color: #000; text-decoration: underline; }
	
#content .free h5.bgr { color: #fff; background-color: #b1b1b1; padding: 3px 6px; -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; }

#content .free h6 {
	margin: 15px 0px 10px 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "Meiryo", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
	}

#content .free .iteb {
	margin: 0px;
	padding: 2px 5px 2px 5px;
	text-align: right;
	}

#content .free .note {
	margin: 0px;
	padding: 4px 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	}

#content .free .baby {
	margin: 0px;
	padding: 4px 0px;
	font-family: "Osaka", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Gothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #f0908a;
	line-height: 1.4em;
	}

#content .free .lunch {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	}


#content .free .bg_interview_star {
	margin: 15px 0px;
	padding: 15px 0px 10px 10px;
	background-color: #1e51a2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "Meiryo", "メイリオ", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	}

#content .free table {
	margin: 5px 0px 10px 15px;
	padding: 0px;
	border: 0px;
	font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	}

	#content .free table a { color: #06c; text-decoration: none; }
	#content .free table a:hover { color: #09f; background-color: #def; text-decoration: underline; }
	#content .free table.in-20 { margin: 10px 0px; }
	#content .free .border3_left350fab table { margin: 5px 0px; }	

#content .free tr {
	vertical-align: top;
	}

#content .free .item {
	margin: 0px;
	padding: 0px 3px 0px 5px;
	text-align: right;
	white-space: nowrap
	}

#content .free p {
	width: auto;
	margin: 8px 0px 10px 15px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 1.8em;
	text-align: left;
	}

	#content .free p a { color: #06c; text-decoration: none; }
	#content .free p a:hover { color: #09f; background-color: #def; text-decoration: underline; }

#content .free ul {
	margin: 5px 0px 5px 30px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	text-align: left;
	list-style-type: circle;
	}

	#content .free ul a { color: #06c; text-decoration: none; }
	#content .info ul a:hover { color: #09f; background-color: #def; text-decoration: underline; }

#content .free ul li {
	margin: 5px 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	line-height: 1.7em;
	}

#content .free ol {
	margin: 5px 0px;
	padding: 0px 0px 5px 40px;
list-style-type: decimal;
	color: #333;
	text-align: left;
	}

#content .free ol li {
	margin: 0px;
	padding: 3px 0px;
	font-family: "Lucida Grande", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6em;
	}

#content  .free .qab {
	margin: 0px 3px 0px 0px;
	padding: 4px;
	background-color: #9cc;
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	}

#content .left {
	margin: 3px 20px 10px 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	float: left;
	}

#content .left img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}

#content .leftlast {
	margin: 3px 0px 10px 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	float: left;
	}

#content .leftlast img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}

#content .right {
	margin: 3px 5px 10px 20px;
	padding: 0px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	float: right;
	}

#content .right img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}

#content .whole {
	margin: 3px 0px 10px 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	float: left;
	}

#content .whole img {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border: 0px;
	line-height: 1em;
	}

#content .sign {
	margin: 10px 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 1.4em;
	text-align: right;
	}

#content .tweet {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	clear: both;
	}

#side {
	width: 210px;
	margin: 7px 4px 5px 0px;
	padding: 0px;
	border: 0px;
	line-height: 1em;
	float: right;
	}

#side h1 {
	margin: 5px 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.1em;
	text-align: left;
	}
	
	#side h1 a { color: #fff; text-decoration: none; }
	#side h1 a:hover { color: #fff; text-decoration: underline; }
	
#side h2 {
	margin: 5px 3px;
	padding: 6px 5px 5px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #fff;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	background-color: #eee;
	background-image: url(../ticket/img/bg_h2.gif);
	background-repeat: repeat-x;
	line-height: 1.1em;
	text-align: left;
	}
	
	#side h2 a { color: #000; text-decoration: none; }
	#side h2 a:hover { color: #000; text-decoration: underline; }
	
	#side h2 a.flyer { color: #03f; text-decoration: none; }
	#side h2 a.flyer:hover { color: #09f; background-color: #def; text-decoration: underline; }

#side p {
	margin: 10px -5px 0px 0px;
	padding: 0px;
	font-family: "Osaka", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 1.5em;
	text-align: left;
	}

	#side p a { color: #fff; text-decoration: none; }
	#side p a:hover { color: #fff; text-decoration: underline; }

#side .telnum {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	}

#side .train {
	margin: 0px 2px 0px 0px;
	font-family: "Webdings";
	font-size: 14px;
	}

#side .istt {
	margin: 0px;
	padding: 0px;
	border: solid 1px #fff;
	line-height: 1em;
}

#side .balloon {
	width: 196px;
	margin: 0px 0px 15px 0px;
	padding: 8px;
	border: solid 1px #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #999 1px 2px 2px;
    -moz-box-shadow: #999 1px 2px 2px;
	box-shadow: #999 1px 2px 2px;
	background-color: #ccc;
	line-height: 1em;
}

#side .balloon ul {
	margin: 7px 3px 10px 3px;
	padding: 0px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #bbb;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	}

#side .balloon li {
	margin: 0px;
	padding: 5px 0px;
	color: #666;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #ddd;
	line-height: 1.3em;
	text-align: left;
	}

	#side .balloon li a { color: #048; text-decoration: none; }
	#side .balloon li a:hover { color: #036; background-color: #cde; text-decoration: underline; }

#side .when {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-family: "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS PGothic", sans-serif;
	font-size: 11px;
	}

#side .balloon .square {
	margin: 3px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	float: left;
	}

#side .baloon h2 .flyerg {
	font-size: 12px;
	font-weight: normal;
	}

	#side .baloon h2 .flyerg a { color: #048; text-decoration: none; }
	#side .baloon h2 .flyerg a:hover { color: #036; background-color: #cde; text-decoration: underline; }

#side .monthly {
	margin: 5px 0px;
	padding: 5px 0px 0px 0px;
	clear: both;
	}

#side .balloon img {
	margin: 0px;
	padding: 0px;
	border: solid 1px #fff;
	line-height: 1em;
	}

#side .place {
	width: 192px;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: #999 2px 3px 3px;
    -moz-box-shadow: #999 2px 3px 3px;
	line-height: 1em;
	clear: both;
}

#side .wind { background-color: #009e96; border: solid 1px #8bb; }
#side .star { background-color: #1e50a2; border: solid 1px #8bd; }
#side .kokaido { background-color: #de6a08; border: solid 1px #ea8; }
#side .gallery { background-color: #ea545d; border: solid 1px #f99; }
#side .studio { background-color: #339966; border: solid 1px #8db; }
#side .seishin { background-color: #aa8420; border: solid 1px #db8; }
#side .yuzo { background-color: #944d2a; border: solid 1px #db8; }
#side .dazai { background-color: #778b7f; border: solid 1px #bcb; }
#side .mjo { background-color: #ff9900; border: solid 1px #fc9; }
#side .workshop { background-color: #a40035; border: solid 1px #d89; }
#side .support { background-color: #601986; border: solid 1px #a8d; }
#side .etc { background-color: #666666; border: solid 1px #bbb; }


#side .twitter {
	width: 212px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #999 1px 2px 2px;
    -moz-box-shadow: #999 1px 2px 2px;
	box-shadow: #999 1px 2px 2px;
	border: solid 1px #bde;
	background-color: #8ec1da;
	line-height: 1em;
	clear: both;
}