<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body{
     margin:0px;          
     padding:0px;         
     text-align:center;
    background-color : white;
	background-image : url(../img/haikei.gif);
 	background-repeat : repeat;
}

#main{
	width : 980px;
	background-image : url(../img/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left:auto;
	margin-right:auto;
}

.pankuzu{
	font-size : 10px;
	text-align: left;
	text-indent : 15px;
}

.eventmenu{
  width : 980px;
  height : 274px;
  text-align : center;
  margin-left:auto;
  margin-right:auto;
  margin-top : 2px; 
  padding-left:18px;
}

.eventblock{
  text-align : center;
  width : 220px;
  height : 250px;
  float : left;
  padding-top : 2px;
  padding-left : 6px;
  padding-right :6px;
  padding-bottom : 1px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  background-color : #ffff99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  height : 270px;
}

.eventblock:hover{
    background-color : #ffcc66;
    padding-top : 2px;
  	padding-left : 6px;
 	padding-right :6px;
 	padding-bottom : 0px;
    }

.eventblock h2{
  font-size : 14px;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #ff6600;
  box-shadow: 0px 0px 0px 3px #ff6600;
  border: dotted 2px white;
  padding: 0.3em 0.5em;
  margin-bottom : 5px;
}

.eventblock p{
 font-size : 12px;
 text-align : left;
  margin-bottom : 1px;
  border-bottom-width : 0px;
  margin-top : 2px;
}

.eventblock a{
 text-decoration: none ;
 color : #ffffff;
 }

.yajirusi{
  padding-top : 2px;
  padding-left : px;
  padding-right : 2px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 0px;
}
.yajirusi p{
	font-size : 10px;
	text-align : right;
  margin-top : 0px;
  margin-bottom : 0px;
}

.yajirusi a{
	font-size : 10px;
	color : #0000ff;
}

.itiran{
  font-size : 12px;
  line-height : 1.5rem;
  color : white;
  background-color : #f5ac3d;
  text-align : left;
  margin-left : 0px;
  padding-left : 14px;
  width : 300px;
  float : right;
}
.itiran ul{
  list-style: none;
}

.itiran a{
	text-decoration: none ;
	color : white;
}

.itiran2{
  font-size : 12px;
  line-height : 1.5rem;
  color : white;
  background-color : #f5ac3d;
  text-align : left;
  margin-left : 0px;
  padding-left : 14px;
  width : 338px;
  float : right;
}
.itiran2 ul{
  list-style: none;
}

.itiran2 a{
	text-decoration: none ;
	color : white;
}

#kabu{
  background-color : #f5ac3d;
  width : 100%;
  padding-top : 5px;
  padding-bottom : 10px;
  margin : 0 auto;
}

#modoru{
  text-align : right;
  padding-right : 40px;
  width : 950px;
  font-size : 12px;
  margin-top : 5px;
  margin-bottom : 5px;
  clear : right;
  margin-right : 10px;
}

.dlblock{
  text-align : left;
  width : 220px;
  height : 250px;
  float : left;
  font-size:12px;
  padding-top : 10px;
  padding-left : 5px;
  padding-right :5px;
  padding-bottom : 5px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  background-color: #ffff99;
}
</pre></body></html>