@charset "utf-8";
#header {
	height: 97px;
	width: 640px;
}
#navi {
	height: 28px;
	width: 640px;
}
#middle {
	width: 640px;
	text-align: center;
}
#left {
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	float: left;
}
#right {
	float: right;
	width: 330px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: left;
}
#footer {
	clear: both;
	height: 52px;
	width: 640px;
	background-image: url(image/footer_bg.gif);
	background-repeat: repeat-x;
	font-size: x-small;
	color: #F1E943;
	text-align: center;
	padding-top: 15px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #600;
	background-image: url(image/title_bg.gif);
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: medium;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #600;
	border-left-color: #F6C;
}
h4 {
	color: #600;
	padding-left: 10px;
}
.gyoukan {
	line-height: 15px;
}
.lineup td {
	padding: 10px;
}
.yohaku {
	float: left;
	padding-bottom: 5px;
	padding-right: 10px;
}

#wrapper {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#name {
	background-color: #e0e0e0;
}
#mail {
	background-color: #e0e0e0;
}

