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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
header,footer,nav,section,article{
	display: block;
}
html,body{height:100%;}
html {
}

area {
	outline: none;
}
img{
	border:0;
	vertical-align:bottom
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
html{
	height:100%;
	/*background-image: url(../images/bg.jpg);*/
	background-position: 0 0;
	background-attachment: fixed;
	background-color: #fdfcf8;
}
body{
	height:100%;
	font-family:Helvetica Neue, Arial, Helvetica,ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, meiryo, Osaka, ＭＳ Ｐゴシック;
	font-size: 77%;
	color: #000000;
	text-align: left;
	/*background-image: url(../images/bg.jpg);*/
	background-position: 0 0;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	color: #000000;
}

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

img {
	border: none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

*html .clearfix {
  height: 1px;
  /*�_*//*/
  height: auto;
  overflow: hidden;
  /**/
}


#container {
	min-width: 950px;
	width: 100%;
	font-style: italic;
}
#buy_ticket {
	position: fixed;
	left: 80%;
}

/**header**********
**************************/
header {
	display: block;
	width: 148px;
	float: left;
	height: 100%;
	background: url(../images/bg_menu.gif);
	position: fixed;
	left: 40px;
	padding: 45px 20px;
}
header h1 {
	margin-bottom: 38px;
}
header #date {
	margin-bottom: 35px;
}
header #gnavi {
	margin-bottom: 25px;
}
header #gnavi li {
	margin-bottom: 3px;
	line-height: 100%;
}
header #archive {
	display: block;
}
header #archive li {
	margin-bottom: 5px;
	line-height: 100%;
	display: block;
}

/**contents**********
**************************/
#contents {
	padding: 45px 0;
	width: 100%;
	min-width: 950px;
}
#mainvisual {
	width: 100%;
	min-width: 950px;
	height: 377px;
	position: absolute;
	z-index: -1;
	overflow: hidden;
}
#mainvisual ul {
	height: 377px;
	float: left;
	display: inline;
	overflow: hidden;
}
#mainvisual ul li {
	height: 377px;
	float: left;
	display: inline;
	overflow: hidden;
	border-left: solid 1px #fff;
}
/* =======================================
	ClearFixElements
======================================= */
#mainvisual ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#mainvisual ul {
	display: inline-block;
	overflow: hidden;
}


#main {
	margin-top: 377px;
	padding-left:285px;
	padding-bottom: 200px;
}

#topics {
	padding-top: 180px;
}
#topics h2 {
	margin-bottom: 17px;
}
#topics li {
	line-height: 140%;
	font-size: 100%;
	display: block;
}

#artist {
	padding-top: 70px;
}
#artist h2 {
	margin-bottom: 47px;
}
#artist dt {
	margin-bottom: 16px;
}
#artist dd {
	margin-bottom: 40px;
}
#artist #andmore {
	margin-top: -25px;
}

#timetable {
	padding-top: 97px;
}
#timetable h2 {
	margin-bottom: 53px;
}

#ticket {
	padding-top: 104px;
}
#ticket h2 {
	margin-bottom: 33px;
}

#access {
	padding-top: 84px;
}
#access h2 {
	margin-bottom: 22px;
}

#detail {
	padding-top: 82px;
	margin-bottom: 82px;
}
#detail h2 {
	margin-bottom: 22px;
}

#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
}




#topicspage #main {
	margin-top: 0;
}
#topicspage h2 {
	margin-bottom: 52px;
}
#topicspage #container #contents #main .entry {
	width: 560px;
	padding-bottom: 45px;
	margin-bottom: 45px;
	background: url(../images/bg_entry.png) 0 100% no-repeat;
}
#topicspage #container #contents #main .entry h3 {
	font-weight: bold;
	font-size: 120%;
}
#topicspage #container #contents #main .entry .entry_date {
	margin-bottom: 20px;
	font-size: 110%;
}
#topicspage #container #contents #main .entry .entry_body {
	line-height: 170%;
}

