@charset "SHIFT-JIS";

@import "common.css";

/*-------------------------------- メインコンテンツ --------------------------------*/
#main_left {
	width: 530px;
	margin: 0 20px 15px 10px;
	float: left;
	clear: both;
}

#main_left h2 {
	height: 50px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	overflow: hidden;
}

#main_right2 {
	width: 130px;
	margin: 5px 0 10px 0px;
	float: left;
	font-size: 11px;
	text-align: right;
	display: block;
}

#main_full {
	width: 700px;
	margin: 0 10px 15px 10px;
	float: left;
	clear: both;
}

#main_full h2 {
	height: 50px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
	overflow: hidden;
}

#right_gohome {
    font-size: 11px;
    padding: 0px 0 10px 750px;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

/*-------------------------------- title --------------------------------*/
h2.title01a {background: url(../images/title_01a.gif) no-repeat;}
h2.title01b {background: url(../images/title_01b.gif) no-repeat;}
h2.title02 {background: url(../02/images/title_02.gif) no-repeat;}
h2.title03 {background: url(../03/images/title_03.gif) no-repeat;}
h2.title04 {background: url(../04/images/title_04.gif) no-repeat;}
h2.title05 {background: url(../05/images/title_05.gif) no-repeat;}
h2.title06 {background: url(../06/images/title_06.gif) no-repeat;}
h2.title07 {background: url(../07/images/title_07.gif) no-repeat;}
h2.title08 {background: url(../08/images/title_08.gif) no-repeat;}

/*-------------------------------- カスタム --------------------------------*/
div.std{
  	margin: 0 0 0 10px;
	float: left;
	clear: both;
	width: 100%;
}

div.program{
  	margin: 0 0 10px 10px;
	float: left;
	clear: both;
	padding: 0px 0px 2px 5px; 
	border: 1px solid #d6d6d6;
	background-color: #eeeeee;
	font-size: 12px;
}

div.announce{
  	margin: 0 0 10px 10px;
	float: left;
	clear: both;
	padding: 0px 0px 2px 5px; 
	border: 1px solid #d6d6d6;
	background-color: #fffff0;
	font-size: 12px;
	width:620px;
}

div.stage_title{
  clear: both;
  padding: 8px 0 0 0;
  font-weight: bold;
}

.event_title{
    color: #4E0A17;
    font-size: 13px;
    font-weight: bold;
}

dl.event_detail dt{
  clear: both;
  float: left; 
  padding: 0 0 0 10px;
  width: 100px;
}

dl.event_detail dd{
  float: left;
  width: 390px;
}

dl.stage_detail dt{
  clear: both;
  float: left; 
  padding: 0 0 0 20px;
  width: 350px;
}

dl.stage_detail dd{
  float: left;
  width: 250px;
}


dl.stage_detail_left dt{
  clear: both;
  float: left; 
  padding: 0 0 0 20px;
  width: 280px;
}

dl.stage_detail_left dd{
  float: left;
  width: 210px;
}


