@charset "shift_jis";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: small;
	background: url(../img/base.jpg) repeat-y 50% #433C54;
	text-align: center;
}

a {
	color: #c19c27;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

li {
	list-style-type: none;
}

#base {
	background: url(../img/back.jpg);
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	background: url(../img/title_01.jpg) no-repeat;
	width: 600px;
	height: 101px;
	text-indent: -9999px;
}

h2 {
	color: #FFF;
	width: 480px;
	margin: 0 auto;
	font-size: medium;
	padding: 15px 0 5px;
}	

p {
	color: #FFF;
	width: 480px;
	margin: 0 auto;
	padding: 10px 0;
}
.cap {
	text-align: right;
	font-size: x-small;
	color: silver;
}

#todouhuken {
	width: 480px;
	color: #FFF;
	margin: 0 auto;
	padding: 30px 0;
	border-top: #c19c27 solid 1px;
	text-align: center;
}
#todouhuken li {
	display: inline;
	padding: 0 0.5em;
}
#todouhuken a {
	color: #FFF;
}
.line {
	border-left: #FFF solid 1px;
}

dl {
	width: 440px;
	margin: 0 auto;
	padding-bottom: 20px;
}

dt {
	color: #c19c27;
}

table {
	width: 438px;
	border: #c19c27 solid 1px;
	border-collapse: collapse;
}
th {
	background: #c19c27;
	color: #c19c27;
}
td {
	color: #c19c27;
	border: #c19c27 solid 1px;
	background: #5b1a44;
	padding: 3px;
}
.ken {
	width: 15%;
	text-align: center;
}
.place {
	padding-left: 2.5em;
}


#close {
	width: 600px;
	height: 44px;
	background: url(../img/close.jpg) no-repeat;
}

#close_button {
	width: 74px;
	height: 24px;
	background: url(../img/close.jpg) no-repeat -263px -18px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	top: 18px;
	left: 263px;
}
#close_button:hover {
	width: 74px;
	height: 24px;
	background: url(../img/close.jpg) no-repeat -263px -62px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	top: 18px;
	left: 263px;
}








