@charset "UTF-8";
body {
	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 1.7;
	color: #A5864D;
	background-color: #000;
	text-align:center;
	margin-top: 0;
}


html, body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	
}


img {
	border: none;
}

ul, ol {
	list-style-type: none;
}

li { list-style-type: none; }



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
/* IE6用 */
* html .clearfix {
    display: inline-block;
}
/* IE7用 */
*+html .clearfix {
    display: inline-block;
}

	
/*event_lineup*/
.event_window{
	height: 500px;
	width: 580px;
	}

.event_title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #9c7e45;
	text-align: center;
	}
.event_title_sub{
	background-color: #000;
	}
.event_bg{
	background-color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}
.event_bg_sub{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	}
.text001{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	}
.text002{
	font-size: 12px;
	font-weight: normal;
	color: #9c7e45;
	}
.text003{
	font-size: 12px;
	font-weight: normal;
	color: #9c7e45;	
	}
.text004{
	font-size: 12px;
	font-weight: normal;
	color: #9c7e45;
	}
.text005{
	font-size: 12px;
	font-weight: normal;
	color: #9c7e45;
	}
table{
	width: 100%;
}
tr{
	border: 1px solid #9c7e45;
}
td{
	border: 1px solid #9c7e45;
	height: 50px;
}
a {
	color: #9c7e45;
}

	
	