* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	background-image: url(images/top_img/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#all {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5B0F00;
}
#header {
	background-image: url(images/base_img/header_bg.gif);
	background-repeat: repeat-x;
	height: 80px;
	width: 800px;
	background-position: center top;
	position: relative;
	z-index: 100;
}
#header .title {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header .maincopy {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header-menu {
	position: absolute;
	height: 20px;
	width: 448px;
	right: 5px;
	display: block;
	bottom: 6px;
}
#header li {
	display: block;
	height: 20px;
	width: 64px;
	float: left;
}
#header li a {
	display: block;
	width: 64px;
	height: 20px;
	overflow: hidden;
	background-image: url(images/base_img/header_btn.gif);
	background-repeat: no-repeat;
	text-indent: -2000px;
}
#header li.drop-btn ul{
	display:none;
	position:absolute;
	height: 40px;
	width: 100px;
	top: 20px;
	left: 128px;
}
#header li.drop-btn:hover ul{
	display: block;
}
#header li.drop-btn li {
	float:none;
	height: 20px;
	width: 100px;
	display: list-item;
}
#header li.drop-btn li a {
	background-image: url(images/base_img/header_sub-btn.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 100px;
	display: block;
}

#top-btn00 a {
	background-position: 0px top;
}
#top-btn00 a:hover {
	background-position: -448px top;
}
#top-btn01 a {
	background-position: -64px top;
}
#top-btn01 a:hover {
	background-position: -512px top;
}
#top-btn02 a {
	background-position: -128px top;
}
#top-btn02 a:hover {
	background-position: -576px top;
}
#top-btn03 a {
	background-position: -192px top;
}
#top-btn03 a:hover {
	background-position: -640px top;
}
#top-btn04 a {
	background-position: -256px top;
}
#top-btn04 a:hover {
	background-position: -704px top;
}
#top-btn05 a {
	background-position: -320px top;
}
#top-btn05 a:hover {
	background-position: -768px top;
}
#top-btn06 a {
	background-position: -384px top;
}
#top-btn06 a:hover {
	background-position: -832px top;
}
#drop-btn01 a {
	background-position: left top;
}
#drop-btn01 a:hover {
	background-position: right top;
}
#drop-btn02 a {
	background-position: left -20px;
}
#drop-btn02 a:hover {
	background-position: right -20px;
}

#container {
	background-image: url(images/base_img/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	padding: 10px;
	position: relative;
	z-index: 50;
}
#container h1 {
	margin-right: 290px;
	margin-left: 290px;
}
#container h2 {
	font-family: "Hiragino Mincho Pro", "Kozuka Mincho std", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bolder;
	font-size: 2em;
	color: #5B0F00;
	padding-left: 4px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-top: 25px;
	margin-bottom: 6px;
	letter-spacing: .1em;
	border: 1px solid #5B0F00;
}
#container h3 {
	font-size: 1.2em;
	font-weight: bold;
	border-left-width: 1.2em;
	border-left-style: solid;
	border-left-color: #5B0F00;
	padding-left: 3px;
	margin-bottom: 4px;
	margin-top: 8px;
}
#container p {
	font-size: 1em;
	line-height: 1.3em;
	text-indent: 1em;
	margin-top: 4px;
	margin-bottom: 2px;
}

#schedule p {
	font-size: 1.2em;
	color: #444;
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: .5em;
	text-indent: -0.1em;
}
#schedule h2{
	font-family: "Hiragino Mincho Pro", "Kozuka Mincho std", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bolder;
	font-size: 2em;
	color: #5B0F00;
	padding-left: 4px;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 6px;
	letter-spacing: .1em;
	border: 1px solid #5B0F00;
}

#footer {
	background-image: url(images/base_img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 800px;
	clear: both;
}
#footer address {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: center;
	letter-spacing: .2em;
	line-height: 1.5em;
}
.clear-flort {
	clear: both;
}
