@charset "utf-8";
/*
Theme Name: VOXhall
Theme URI: http://wordpress.org/
Description: 京都VOXhallのテーマです。
Version: 0.1
Author: ri-mo design
Author URI: http://ri-modesign.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

/*clearfix*/

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

.clearfix {
	zoom:100%;
}

.clearfix {
	display:inline-block;
}

.alink a{
	margin-top: -130px;
	position: absolute;
	}


/*------------------------------------------------------------------------------
comoon

------------------------------------------------------------------------------*/

body{
	background-color: #EFF0EB;
	background-image: url(images/common/back.gif);

}

div#container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

div#container h1{
	background-color: #EFF0EB;
	width: 800px;
	position: fixed;
	height: 20px;
		z-index: 10;
	}

div#wrapper{
	background-color: #FFF;
	width: 780px;
	padding: 20px 10px;
	}

div#header{
	width: 780px;
	position: fixed;
	padding-bottom: 10px;
	background-color: #FFF;
	padding-top: 20px;
	z-index: 10;
	}

div#header a:hover img{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

.logo{
	float: left;
	width: 335px;
	padding-right: 12px;
	}
	
.logo_R{
	float: left;
	}


div.header_L{
	font-size: 10px;
	color: #999999;
	float: left;
}

div.header_L p{
	padding-left: 60px;
}

div.header_R{
	float: right;
}

div.header_R li{
	float: right;
	font-size: 10px;
	list-style-type: none;
	margin-right: 5px;
	}

div.header_R li a,
div.header_R li a:link,
div.header_R li a:visited{
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	line-height: 180%;
	padding: 5px 8px;
	font-weight: bold;
}

div.header_R li a:hover{
	color: #D1D1D1;
	background-color: #B2B2B2;  
}

div.header_R li.staff_link a,
div.header_R li.staff_link a:link,
div.header_R li.staff_link a:visited{
	color: #FFF;
	text-decoration: none;
	background-color: #F36;
	line-height: 180%;
	padding: 5px 8px;
	font-weight: bold;
}

div.header_R li.staff_link a:hover{
	color: #FFF;
	background-color: #FF99B2;
}





div#contents{
	width: 100%;
	font-size: 12px;
	clear: both;
	padding-top: 100px;
}

div#main{
	float: right;
	width: 610px;
}

div#side{
	float: left;
	width: 150px;
	position: fixed;
}

div#side h2{
	padding-top: 15px;
	padding-bottom: 5px;
	}

div#side ul.dropdown{
	list-style-type: none;
	position: relative;

	}

div#side ul.dropdown li{
	border-bottom: 1px dashed #999;
	line-height: 180%;
	padding-top: 3px;
	padding-bottom: 3px;
	}

div#side ul.dropdown li a,
div#side ul.dropdown li a:link,
div#side ul.dropdown li a:visited{
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image: url(images/common/side_mark.gif);
	background-position: left center;
	padding-left: 25px;
	background-repeat: no-repeat;
}

div#side ul.dropdown li a:hover{
	color: #FF3366;
	background-image: url(images/common/side_mark_hover.gif);
}

ul.dropdown li.hover,
ul.dropdown li:hover{
	position: relative;
}

ul.dropdown ul{
	width: 165px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	list-style-type: none;
	margin-left: 150px;
	margin-top: -29px;
}

div#side ul.dropdown ul.sub_menu li {
	color: #FFF;
	float: none;
	list-style-type: none;
	background-color: #F36;
	width: 165px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

 /* IE 6 & 7 Needs Inline Block */
div#side ul.dropdown li ul.sub_menu a{
	display: inline-block;
	background-image: none;
	color: #FFF;
	padding-left: 10px;
} 

div#side ul.dropdown li ul.sub_menu a:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	text-decoration: underline;
	}



div#footer{}


div.footer_top{
	line-height: 180%;
	background-image: url(images/common/footer_back.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 590px;
	padding-left: 20px;
	padding-top: 8px;
	color: #FFF;
	}

div.footer_top a,
div.footer_top a:link,
div.footer_top a:visited{
	color: #FFF;
	text-decoration: none;
}

div.footer_top a:hover{
	text-decoration: underline;
}

div.footer_box{
	width: 100%;
	padding-top: 20px;
	}
	
div.footer_box_L{
	float: left;
	width: 78px;
}

div.footer_box_L a:hover img{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}


div.footer_box_R{
	float: left;
	color: #999;
	font-size: 10px;
}


div.totop{
	padding-top: 20px;
	border-top: 1px solid #CCC;
	text-align: right;
	padding-bottom: 40px;
	margin-top: 40px;
	}

div.totop a:hover img{
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

div.pan{
	color: #666;
	font-size: 10px;
	padding-bottom: 15px;
	}

div.pan a,
div.pan a:link,
div.pan a:visited{
	color: #FF3366;
}

div.pan a:hover{
	text-decoration: none;
}


.banner_btn{
	padding-bottom: 5px;
	}

.banner_btn a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}




/*------------------------------------------------------------------------------
top
------------------------------------------------------------------------------*/
div#top{

	}

#slider {
	width: 610px; /* important to be same as image width */
	height: 240px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 610px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

#sliderContent a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}


.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	padding: 10px 13px;
	width: 584px;
	background-color: #FF0;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #000;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

#slider .clear {
	clear: both;
}

#slider .sliderImage span strong {
    font-size: 14px;
}

#slider .top {
	top: 0;
	left: 0;
}

#slider .bottom {
	bottom: 0;
    left: 0;
}

#slider ul { list-style-type: none;}


div#top_main{
	padding-top: 5px;
	}

div.top_box{
	padding-top: 10px;
	padding-bottom: 15px;
	}

table.top_pickup{
	width: 100%;
	}

table.top_pickup td{
	width: 190px;
	}

table.top_info{
	width: 100%;
	}

table.top_info td{
	width: 190px;
	vertical-align: top;
	}

table.top_info th{
	font-size: 1px;
	width: 10px;
	}

table.top_info td.line{
	border-right: 1px solid #CCC;
	padding-right: 10px;
	}

table.top_info p{
	padding-right: 10px;
	font-size: 12px;
	line-height: 160%;
	}

div.top_info_box{
	width: 100%;
	}

div.top_info_box_L{
	float: left;
	width: 71px;
}

div.top_info_box_R{
	float: right;
	width: 115px;
	font-size: 12px;
	color: #000;
	line-height: 160%;
}

div.top_about{
	padding-bottom: 10px;
	}

/*news*/

div.top_entry{
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	padding-top: 8px;	
	
	}


div.top_news{
	font-size: 12px;
	width: 295px;
	}
	
div.top_date{
	padding-top: 3px;
	color: #666;
	line-height: 150%;
	font-size: 10px;
}


div.top_body{
	float: left;
	width: 510px;
	padding-right: 10px;
	line-height: 160%;
	padding-top: 3px;
}



div.top_body a,
div.top_body a:link,
div.top_body a:visited{
	color: #FF3366;
	text-decoration: none;
	font-weight: bold;
}

div.top_body a:hover{
	text-decoration: underline;
}


div.top_other{
	font-size: 10px;
	padding-top: 10px;
	}
	
div.top_other a,
div.top_other a:link,
div.top_other a:visited{
	color: #03F;
	font-weight: bold;
}

div.top_other a:hover{
		text-decoration: none;
}

.carousel{
	height: 150px;
	position: relative;
	visibility: hidden;

	}

div.carousel li{
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	list-style-type: none;
	height: 150px;	


	}

div.carousel li img{
	width: 190px;
	}

div.carousel li a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

.top_box a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}


.top_box h6{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	}

.top_box input.top_btn{
	text-align: center;
	padding-top: 10px;
	}


#top_under{
	width: 100%;
}

#top_under_L{
	float: left;
	width: 295px;
}

#top_under_R{
	float: right;
	width: 295px;
}

#twitter li{
	list-style-type: none;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	padding-top: 10px;
	}

.tweet_avatar img{
	border: 1px solid #EEE;	
	}

.twitter_L{
	float: left;
	padding-right: 10px;
	width: 24px;
	}

.twitter_R{
	width: 248px;
	float: right;
	}

.twitter_R p a,
.twitter_R p a:link,
.twitter_R p a:visited{
	font-size: 10px;
	color: #FF3366;
	text-decoration: none;
}

.twitter_R a:hover{
	text-decoration: underline;
}


.tweet_user{
	
	}

.tweet_text{
	display: block;
	color: #666;
	}

.tweet_time{
	font-size: 10px;
	}

.tweet_time a,
.tweet_time a:link,
.tweet_time a:visited{
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

.tweet_time a:hover{
	text-decoration: underline;
}
	


/*------------------------------------------------------------------------------
schedule
------------------------------------------------------------------------------*/

div.ttl_box h3{
	font-size: 16px;
	line-height: 180%;
	color: #666;
	background-color: #F5F5F5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-left: 15px;
	}

div.next_box{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	}

div.next_box a,
div.next_box a:link,
div.next_box a:visited{
	font-weight: bold;
	color: #999;
}

div.next_box a:hover{
	text-decoration: none;
}

div.next_box_L{
	float: left;
	background-image: url(images/schedule/mark_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	}
	
div.next_box_R{
	float: right;
	background-image: url(images/schedule/mark_rigth.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	}

div.schedule_box{

	}


div.schedule_box table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	color: #333;
	line-height: 160%;
		}
	
div.schedule_box table th{
	border: 1px solid #CCC;
	background-color: #313131;
		}
		
div.schedule_box table th.td_date{
	width:58px;
	}

div.schedule_box table th.td_other{
	width:168px;
	}
div.schedule_box table td{
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #fff;
		}
	
div.schedule_box table td h3{
	font-weight: bold;
	}
	
div.schedule_box table td.Sat{
	background-color: #E5F5FF;
	}

div.schedule_box table td.Sun{
	background-color: #FFE5E5;
	}

div.schedule_box table td.Mon,
div.schedule_box table td.Tue,
div.schedule_box table td.Wed,
div.schedule_box table td.Thu,
div.schedule_box table td.Fri{
	background-color: #F5F5F5;
	}

div.schedule_date{
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	line-height: 100%;
	}

div.schedule_mon{
	text-align: center;
	font-weight: bold;
	}

div.schedule_btn{
	padding-top: 5px;
	}

div.schedule_btn a:hover img{
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}


/*------------------------------------------------------------------------------
pick up
------------------------------------------------------------------------------*/

div.pickup_box{
	
}

div.pickup_box table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	margin-bottom: 20px;
		}
	
div.pickup_box table th{
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #fff;
	font-weight: normal;
	text-align: left;
	width: 280px;
	vertical-align: middle;
		}
	
div.pickup_box table td{
	border: 1px solid #CCC;
	background-color: #fff;
	vertical-align: top;
		}
		
div.pickup_title{
	color: #999;
	background-color: #F36;
	padding: 10px;
	}

div.pickup_box table td h3{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	}

div.pickup_box table td h4{
	color: #CCC;
	font-weight: bold;
	}
	
div.pickup_box table td h5{
	color: #F36;
	font-weight: bold;
	padding-top: 10px;
	font-size: 12px;
	}
div.pickup_box table td div.pickup_body{
	padding: 10px;
	line-height: 160%;
	}

div.pickup_btn{
	padding-top:10px;
	}

div.pickup_btn a:hover img{
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

/*------------------------------------------------------------------------------
news
------------------------------------------------------------------------------*/
.news_box{
	padding-top: 10px;
	padding-bottom: 15px;
}

.news_box h3{
	font-size: 14px;
	line-height: 180%;
	font-weight: bold;
	background-color: #FFF100;
	padding-left: 10px;
	padding-top: 3px;
	}

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

.news_box h3 a:hover{
	color: #666;
	text-decoration: underline;
}

.news_body{
	padding: 6px 10px 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.news_body small{
	font-size: 12px;
	font-weight: normal;
	color: #999;
	}

.news_body .entry{
	font-size: 12px;
	line-height: 170%;	
	}
#news .navigation{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#news .alignleft{
	float: left;
	background-image: url(images/schedule/mark_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#news .alignright{
	float: right;
	background-image: url(images/schedule/mark_rigth.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}


#news .navigation a,
#news .navigation a:link,
#news .navigation a:visited{
	color: #666;
}

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


.news_other{
	font-size: 10px;
	padding-top: 10px;
	}
	
.news_other a,
.news_other a:link,
.news_other a:visited{
	color: #03F;
	font-weight: bold;
}

.news_other a:hover{
		text-decoration: none;
}


/*------------------------------------------------------------------------------
access
------------------------------------------------------------------------------*/

#access h2{
	padding-bottom: 15px;
	}
	
#access h4{
	line-height: 180%;
	background-color: #E5E5E5;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	padding-top: 3px;
	}

#access h5 a,
#access h5 a:link,
#access h5 a:visited{
	font-weight: bold;
	color: #FF3366;
	background-image: url(images/common/mark_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 180%;
}

#access h5 a:hover{
	text-decoration: none;
}

#access h6{
	font-weight: bold;
	color: #FF0000;
	padding-top: 20px;
	}
	
.access_box{
	padding: 10px 10px 20px;
	}

#map{
	border: 10px solid #EDEDED;
	}
	
.access_box p{
	line-height: 170%;
	}

/*------------------------------------------------------------------------------
hall rental
------------------------------------------------------------------------------*/

#hallrental h2{
	padding-bottom: 15px;
	}
	
#hallrental p{
	line-height: 170%;
	}

#hallrental h4{
	line-height: 180%;
	font-weight: bold;
	color: #FFF;
	background-color: #09F;
	padding-left: 10px;
	padding-top: 3px;
	margin-top: 15px;
	}

#hallrental h5{
	line-height: 170%;
	color: #FF3300;
	font-weight: bold;
	}

.hallrental_boxA{
	padding: 10px 10px 20px;
	}

.hallrental_boxA strong{

	text-decoration: underline;
	}



.hallrental_boxA table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
		}
	
.hallrental_boxA table th{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	font-weight: bold;
	text-align: left;
	width: 130px;
		}
	
.hallrental_boxA table td{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #fff;
		}

.hallrental_boxB{
	padding: 10px 10px 20px;
	}

.hallrental_boxB table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	margin-bottom: 10px;
		}
	
.hallrental_boxB table th{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	font-weight: bold;
	text-align: center;
	width: 130px;
		}
	
.hallrental_boxB table td{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #fff;
		text-align: center;
		}
	
.hallrental_boxB table td.blue{
	background-color: #EEF9FF;
	}

/*------------------------------------------------------------------------------
attention
------------------------------------------------------------------------------*/

#attention h2{
	padding-bottom: 15px;
	}

.attention_box{
		padding: 10px 10px 20px;
	}
	
.attention_box p{
	background-image: url(images/attention/mark.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 170%;
	background-position: left 4px;
	margin-bottom: 8px;
}

/*------------------------------------------------------------------------------
privacy
------------------------------------------------------------------------------*/

#privacy h2{
	padding-bottom: 15px;
	}

#privacy h4{
	padding-bottom: 15px;
	color: #333;
	}

#privacy p{
	padding: 10px 10px 15px;
	color: #333;
	}

#privacy h3{
	background-color: #E5E5E5;
	line-height: 180%;
	color: #333;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;
	}


.privacy_box{
	line-height: 170%;
	padding: 10px 10px 20px;
	}
	
.privacy_box table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
		}
	
.privacy_box table th{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	font-weight: normal;
	text-align: left;
		}
	
.privacy_box table td{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #fff;
		}
	
/*------------------------------------------------------------------------------
studio
------------------------------------------------------------------------------*/

#studio h2{
	padding-bottom: 15px;
	}

.studio_box{
	width: 100%;
	padding-bottom: 30px;
	}
	

.studio_box h4{
	background-color: #F7F7F7;
	padding: 20px 10px;
	border: 1px solid #CCC;
	font-weight: bold;
	color: #333;
	text-align: center;
	}

.studio_box_L{
	float: left;
	width: 300px;
}

.studio_box_R{
		float: right;
	width: 300px;
	}

table.studioA{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
		}
	
table.studioA th{
	padding: 4px 10px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	font-weight: bold;
	text-align: left;
		}
	
table.studioA td{
	padding: 4px 10px;
	border: 1px solid #CCC;
	background-color: #fff;
		}


table.studioB{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
		}
	
table.studioB th{
	padding: 4px 10px;
	border: 1px solid #CCC;
	background-color: #F4EFE3;
	font-weight: bold;
	text-align: center;
		}
	
table.studioB td{
	padding: 4px 10px;
	border: 1px solid #CCC;
	background-color: #fff;
		}
		
table.studioB td.textA{
	background-color: #EEF9FF;
	font-weight: bold;
}

table.studioB td.textB{
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

.studio_under{
	padding: 10px 10px 20px;
	}

.studio_under p{
	line-height: 170%;
	}
	
.studio_under p strong{
	color: #F36;
	}

.studio_under table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
		}
	
.studio_under table th{
	padding: 4px 10px;
	border: 1px solid #CCC;
	background-color: #F4EFE3;
	font-weight: bold;
	text-align: left;
	width: 150px;
		}
	
.studio_under table td{
	padding: 4px 10px;
	border: 1px solid #CCC;
	background-color: #fff;
	font-weight: bold;

		}
		
	
/*------------------------------------------------------------------------------
system
------------------------------------------------------------------------------*/

#system h2{
	padding-bottom: 15px;
	}

#system h3{
	padding-bottom: 10px;
	}
	
.system_box{
	}

.system_box table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
		}
	
.system_box table th{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #999;
	font-weight: bold;
	color: #FFF;
		}
	
.system_box table td{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #fff;
		}
		
.system_box table td.label{
	background-color: #F7F7F7;
	font-weight: bold;
	}

.system_box table td.label2{
	background-color: #09F;
	font-weight: bold;
	color: #FFF;
	}
	
	
/*------------------------------------------------------------------------------
live
------------------------------------------------------------------------------*/

#live h2{
	padding-bottom: 5px;
	}

#live p{
	line-height: 170%;
	}
	
.live_box{
	padding: 10px 10px 20px;
	}
	
.live_box h4{

	}
	
.live_box h5{
	color: #999;
	}
	
.live_txt{
	padding: 20px;
	background-color: #F5F5F5;
	margin-bottom: 30px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	}
	


.live_body h6{
	line-height: 180%;
	font-weight: bold;
	color: #333;
	background-color: #E5E5E5;
	padding-top: 3px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	}

.live_body{
	padding: 10px 10px 20px;
	width: 550px;
	}

.live_body_L{
	float: left;
	width: 150px;
}

.live_body_R{
	float: right;
	padding-top: 30px;
	width: 400px;
}

.live_body .excel{
	padding-bottom: 10px;
	background-image: url(images/live/mark_A.jpg);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 10px;
	line-height: 170%;
	}

.live_body .excel a,
.live_body .excel a:link,
.live_body .excel a:visited{
	font-weight: bold;
	color: #F36;
}

.live_body .excel a:hover{
	text-decoration: none;
}

.live_body .pdf{
	padding-bottom: 20px;
	background-image: url(images/live/mark_B.jpg);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 25px;
		line-height: 170%;
	}

.live_body .pdf a,
.live_body .pdf a:link,
.live_body .pdf a:visited{
	font-weight: bold;
	color: #F36;
}

.live_body .pdf a:hover{
	text-decoration: none;
}

.banner_pdf{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
.live_body a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

.live_body table{
	text-align: center;
	margin: 10px auto 20px;
	}
	
.live_main_L{
	float: left;
	width: 200px;
}

.live_main_R{
	float: right;
	width: 340px;
}

.live_body .textC{
	font-weight: bold;
	padding: 20px;
	border: 3px solid #FFF100;
	margin-top: 10px;
	}

	
/*------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------*/

#contact h2{
	padding-bottom: 5px;
	}
	
#contact p{
	line-height: 170%;
	}

#contact span{
	color: #F00;
	font-weight: bold;
	}

.contact_box{
	padding: 10px;
	}

#contact table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width:100%;
	margin-top: 18px;
		}
	
#contact table th{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	font-weight: bold;
	text-align: left;
	width: 110px;
		}
	
#contact table td{
		padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #fff;
		}
	
.contact_btn{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	
/*------------------------------------------------------------------------------
ticket
------------------------------------------------------------------------------*/

.ticket_form{
	}
	
.ticket_form span{
	color: #F00;
	font-weight: bold;
	}

.ticket_form h5{
	font-size: 10px;
	font-weight: bold;
	color: #666;
	}


.ticket_form p{
	line-height: 170%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.ticket_form table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width:590px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
		}
	
.ticket_form table th{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	font-weight: bold;
	text-align: left;
	width: 180px;
		}
	
.ticket_form table td{
	padding: 5px 10px;
	border: 1px solid #CCC;
	background-color: #fff;
		}

#ticket h2{
	padding-bottom:15px;
	}

#ticket h3{
	padding-bottom:10px;
	}


#ticket h4{
	line-height: 180%;
	font-weight: bold;
	color: #333;
	background-color: #E5E5E5;
	padding-top: 2px;
	padding-left: 15px;
	}

.ticket_text{
	padding: 10px;
	}

.ticket_text p{
	line-height: 170%;
	text-indent: -12px;
	padding-left: 20px;
	padding-bottom: 8px;
	}

.ticket_text p span{
	color: #999;
}

.ticket_text h5{
	font-weight: bold;
	color: #F00;
	padding: 10px 20px;
	border: 1px solid #F00;
	line-height: 170%;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.ticket_under{
	font-weight: bold;
	color: #0099FF;
	padding: 10px 20px;
	border: 1px solid #0099FF;
	line-height: 170%;
	text-align: center;
	}

/*------------------------------------------------------------------------------
recruit
------------------------------------------------------------------------------*/

#recruit h2{
	padding-bottom: 15px;
	}
	
.recruit_box{
	padding: 10px;
	line-height: 170%;
	}

.recruit_box h4{
	line-height: 180%;
	font-weight: bold;
	background-color: #E5E5E5;
	padding-top: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	}

.recruit_box p{
	padding-bottom:10px;}


.recruit_under{
	padding-top: 25px;
	}

.recruit_under a,
.recruit_under a:link,
.recruit_under a:visited{
	font-weight: bold;
	color: #F36;
}

.recruit_under a:hover{
	text-decoration: none;
}


/*------------------------------------------------------------------------------
staff
------------------------------------------------------------------------------*/

#staff h2{
	padding-bottom: 15px;
	}

.staff_box{
	padding-bottom: 10px;
	}

.staff_box h3{
	font-weight: bold;
	padding-top: 8px;
	}


.staff_box p{
	font-size: 10px;
	}
	
.staff_box table{
	width: 100%;
	line-height: 140%;
	color: #666;
	}

.staff_box table td{
	background-color: #F5F5F5;
	padding: 10px;
	}

.staff_box table th{
	font-size: 1px;
	background-color: #FFF;
	width: 10px;
	}
	



div.header_R li.gakunori_banner a,
div.header_R li.gakunori_banner a:link,
div.header_R li.gakunori_banner a:visited{
	background-color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.header_R li.gakunori_banner a:hover{
}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

