@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{
	background-image: url(../img/deazer05.jpg);
	width: 800px;
	height: 200px;
	border: 1px solid;
}

#deazer h1{
	color: #AFEEEE;
	text-align: right;
	padding-top: 140px;
	padding-right: 20px;
}


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


p{
	line-height: 1.6;
}

#content-left{
	width: 540px;
	height: 4700px;
	float: left;
	border: 1px solid;
}


#welcome img{
	width: 540px;
	height: 405px;
}


#welcome p{
	margin-bottom: 35px;
}


#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;
	margin-bottom: 0px;
}

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



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


#content-left hr{
	width: 510px;
	padding: 0px 5px;
}


#char-l img{
	margin-right: 10px;
	padding-left: 10px;
	width: 150px;
	float: left;
}

#char-l p{
	margin-top: 0px;
	padding-left: 10px;
}

#chara-r img{
	margin-right: 10px;
	padding-left: 10px;
	width: 150px;
	float: right;
}

#chara-r p{
	margin-top: 0px;
	padding-left: 10px;
}

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


#result-l{
	padding-top: 20px;
	clear: left;
}

#result-l li{
	line-height: 1.4;
}


#result-r{
	padding-top: 20px;
	clear: right;
}

#result-r li{
	line-height: 1.4;
}


#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: 230px;
	height: 4700px;
	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: 25px;
	width: 170px;
	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.8;
}


#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;
}


