@charset "UTF-8";

#all{
	background-image: url(img/bg-all.gif);
	background-repeat: repeat;
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro','MS Pゴシック',sans-serif;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: white;
}


#header{
	width:800px;
	height: 200px;
	background-image: url(img/header01.jpg);
}

h1{
	color: #AFEEEE;
	padding-top: 20px;
	padding-left: 20px;
}


#deazer{
	width: 800px;
	height: 200px;
	border: 1px solid;
}


#nav th{
	width: 156px;
	height: 30px;
	background-image: url(img/nav-bg01.jpg);
}


p{
	line-height: 1.6;
}

#content-left{
	width: 426px;
	height: 820px;
	float: left;
	border: 1px solid;
}


#content-left h2{
	background-image: url(img/bg-left.jpg);
	background-repeat: repeat;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	color: #556B2F;
	border: solid 1px #666600;
}


#content-left h2 img{
	width: 40px;
	height: 25px;
	margin-right: 5px;
}

#content-left p{
	padding-left: 10px;
}


hr{
	width: 406px;
	padding-left: 5px;
	padding-right: 5px;
}

#news{
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro','MS Pゴシック',sans-serif;
}

#news a:link{
	text-decoration: underline;
}

#news a:visited{
	text-decoration: underline;
}

#news a:hover{
	text-decoration: underline;
}


#content-right h3{
	padding: 5px 0px 5px 5px;
	background-image: url(img/bg-right-h3.gif);
	background-repeat: repeat;
	border: 1px solid #CD853F;
	color: #330;
}


#content-right{
	width: 350px;
	height: 820px;
	background-image: url(img/bg-right.gif);
	background-repeat: repeat;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px;
}



#schedule {
	margin-top: 20px;
	background-image: url(img/bg-head-right.gif);
	background-repeat: repeat;
	padding: 0px 0px 15px 0px;
}




#place{
	background-color: white;
	margin-left: 5px;
	width: 340px;
	border: solid 3px #B87333;
	border-collapse: collapse;
}


#place th{
	border: solid 3px #B87333;
	background: #DEB887;
}

#place td{
	border: solid 3px #B87333;
	background: #FFEFD5;
}


#content-right td{
	width: 50px;
	text-align: center;
}


#links{
	margin-top: 30px;
	background-image: url(img/bg-head-right.gif);
	background-repeat: repeat;
}

#links h3{
	padding-top: 5px;
}

#links ul{
	padding-bottom: 15px;
}

#links li{
	line-height: 1.6;
}


#banner{
	clear: both;
	width: 790px;
	border: 1px solid #000000;
	padding: 10px 0px 10px 8px;
}


#banner img{
	border: 0px;
}

#footer{
	margin-top: 20px;
	border-top: 1px solid;
	text-align: center;
}


#links a:link{
	text-decoration: underline;
	color: #000000;
}


#links a:visited{
	text-decoration: underline;
	color: #000000;
}


a:link{
	text-decoration: none;
	color: #000000;
}


a:visited{
	text-decoration: none;
	color: #000000;
}

a:active{
	text-decoration: none;
	color: #000000;
}

