@charset "Shift_JIS";


/*                                                                 初期設定
---------------------------------------------------------------------------- */
* html.buggybox{
  height: 1%;
}
*{
    margin:0;
    padding:0;
}


/*                                                                 全体構造
---------------------------------------------------------------------------- */
body{
	background-repeat:repeat-y;
	text-align: center;
	background-color:#FFFFFF;
	background-position:center;
	background-image: url(img/body_bg.gif);
	line-height: 1px;
}

.event_container{
	width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	background-color: #FFFFFF;
	line-height: 150%;
}

.header{
	width : 900px;
	height : 150px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 10px;
}
.header h1{
	background-image: url(img/event_title01.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 800px;
	text-indent: -9999px;
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.event_text01{
	line-height: 150%;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.event_container table{
	margin-right: auto;
	margin-left: auto;
	border: none;
	border-collapse:collapse;
	
}
.event_container td{
	border: none;
	padding-bottom:4px;
}
table img{
	width: 380px;
	margin: 0 4px;
	border: 1px solid #CCCCCC;
}






#footer{
	width : 900px;
	clear: both;
	height : 20px;
	background-image: url(img/footer.gif);
}



/*                                                                  共通項目
----------------------------------------------------------------------------- */
IMG{
  border-width : 0px 0px 0px 0px;
}
.clear{
  clear : both;
}



