@charset "utf-8";
/* CSS Document */

section{
	height: 500px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}


#location{
	background-image: url(../img/enkai_bg01.png);
	padding-top: 50px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
#space{background-image: url(../img/enkai_bg02.png);}
#food{
	background-image: url(../img/enkai_bg03.png);
	padding-bottom: 70px;
	background-repeat: no-repeat;
}
#drink{background-image: url(../img/enkai_bg04.png);}
#kokoro{background-image: url(../img/enkai_bg05.png);}
#koe{
	background-color: #F7EDE3;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	height: 350px;
}
#koe h1 {
	font: 36px hannari;
	color: #900;
	margin-bottom: 20px;
}
#koe p {
	color: #660000;
	font-size: 14px;
	line-height: 2em;
}

#setubi{
	text-align: center;
	height: 350px;
}



section .left {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}

section .right {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	font-size: 14px;
	padding-left: 500px;
}

#main section dl dd {
	color: #FFFF80;
	width: 450px;
	margin-top: 10px;
	text-align: justify;
	font-size: 18px;
	font-weight: bolder;
}
#setubi p {
	font-size: 14px;
}


section dt{
	font-family: ipa;
	font-size: 38px;
	color: #FFF;
	line-height: 1.3;
	font-weight: normal;
}


#main section dl dd+dd {
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
}

#main section dl dd+dd+dd{
	color: #FFF;
	font-size: 18px;
	background-color: #EA5A24;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: inline;
	border-radius:3px;
}

#main section dl dd+dd+dd a:link{color: #FFF;}
#main section dl dd+dd+dd a:visited{
	color: #FFF;
}
#main section dl dd+dd+dd a:hover{
	color: #FFF;
	font-weight: bolder;
}

#setubi table {
	border-collapse:collapse;
	color: #534741;
	background-color: #F2E0D3;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

#setubi table tr th {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	vertical-align: middle;
	font-weight: normal;
}

#setubi table thead {
	text-align: center;
}


#setubi table tr td {
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	vertical-align: middle;
}

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

#setubi a:visited{color: #660000;}
#setubi a:hover{color: #EA5A24;}#setubi h2 {
	margin-bottom: 20px;
}
