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

#wrap {
	width:920px;
	background:url(../img/bg03.jpg) no-repeat;
	text-align:center;
}

#top {
	height:25px;
	background:#000;
	color:#000;
}

#header {
	height:105px;
	width:920px;
}

#header h1 {
	height:96px;
	width:368px;
	background:url(../img/title.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
}

#header  h1 a {
	display:block;
	overflow:hidden;
	height:96px;
	width:368px;
}

#header_navi {
	float:right;
	width:350px;
	padding-top:5px;
}

#header_navi li {
	padding:0 15px 0 20px;
	float:left;
	background:url(../img/ya01.gif) no-repeat right;
	list-style:none;
}

#header_qr_txt {
	float:right;
	width:208px;
	position:relative;
	top:5px;
	left:-80px;
}

*:first-child+html #header_qr {
	float:right;
	height:49px;
	width:49px;
	position:relative;
	top:15px;
	left:130px;
}

p.zoom a,
p.zoom a:visit {
	position:absolute;
	display:block;
	width:60px;
	height:60px;
}

p.zoom a img {
	width:49px;
	height:49px;
}

p.zoom a:hover {
	position:absolute;
	width:98px;
	height:98px;
}

p.zoom a:hover img {
	position:absolute;
	top:-50px;
	left:-150px;
	width:98px;
	height:98px;
}

#gnavi {
	clear:both;
	height:30px;
	width:920px;
	background: url(../img/gnavi_button.jpg) no-repeat;
	border-bottom:1px solid #600;
	line-height:1.5;
	text-align:center;
}

#gnavi ul{
	padding-left:10px;
}

ul#gnavi:after {
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#gnavi ul li {
	float: left;
	width: 150px;
}

#gnavi ul li a {
	display: block;
	position: relative;/* IE6noFix */
	top:1px;
}

#gnavi ul li a:hover {
	text-decoration:none;
	color:#fff;
	background:url(../img/gnavi_button_hover.jpg);
}

#main1_padding {
	width:860px;
	padding:20px 30px 10px;
}

#schedule_contents{
	width:860px;
	padding: 50px 0 600px;
	text-align:center;
	line-height:150%;
}

#schedule_contents p {
	padding:7px 35px;
}

#accordion {
	width:700px;
	margin:auto;
}

.accordion_toggle {
	background: url(../img/dot01.gif) no-repeat 10px center #900;
	font-weight:bold;
	color: #FFF;
	border:1px solid gray;
	margin: 0 0 10px 0;
}

.accordion_toggle_active {
	background: url(../img/dot02.gif) no-repeat 10px center #f60;
	font-weight:bold;
	color: #000;
	border:1px solid gray;
	margin: 0 0 10px 0;
}

.accordion_content{
	padding:0 0 10px 10px;
	margin:5px 0 10px 0;
	background:black;
	border:1px solid gray;
	overflow:hidden;
}

#cp {
	width:660px;
	margin: 5px auto;
	padding: 2px 10px;
	border: medium solid #800;
	line-height:20px;
}

#cp .cp_l{
	font-size:14px;
	line-height:10px;
	color: #FFDFE0;
}

#cp .cp_n{
	font-size:15px;
}

#footer {
	clear:both;
	background:url(../img/footer_bg.jpg) no-repeat;
}

#footernavi {
	padding-top:140px;
	text-align:center;
}

#footernavi ul li {
	display:inline;
	padding:0 2px;
}

#copy {
	background:#000;
	border-top:1px solid #600;
	line-height:3;
}

