@media screen {
* {
	margin:0;
	background-color:transparent;
	color:inherit;
	font-weight:normal;
	font-family:Tahoma, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-style:normal;
	font-size:inherit;
	text-decoration:none;
}
body {
	padding:0;
	background:#ffffff url("./img-box/bg.jpg");
	color:#333333;
	font-size:small;
	line-height:1.5;
}
img {
	border:none;
}
hr {
	margin:1em 0;
}

/* アンカー
-------------------------------------------------- */
a {
	font-size:inherit;
	font-weight:inherit;
}
a:link, a:visited {
	background-color:transparent;
	color:#5c7a29;
	text-decoration:underline;
}
a:active, a:hover {
	background-color:#cde6c7;
	color:#5c7a29;
	text-decoration:underline overline;
}
a.img {
	padding:0px;
	background-color:transparent;
	border:none;
}
a.img img {
	vertical-align:middle;
	margin-bottom:0.5em;
}
/* 論理装飾
-------------------------------------------------- */
strong {
	font-weight:bold;
}
strong.high {
	font-weight:bold;
	color:#cc0000;
}
em {
	font-weight:bold;
	color:#ff0000;
}
em.highest {
	color:#333333;
	font-size:x-large;
}
strong em {
	color:inherit;
	text-decoration:underline;
}
del {
	text-decoration:line-through;
}
/* ヘッダー
-------------------------------------------------- */
#header {
	background-color:#ffffff;
	width:750px;
	margin:0 auto;
}
#header p {
	width:730px;
	padding:0 10px;
	margin:0 auto;
}
#to_index {
	background:#71d300;
	text-align:right;
}
#to_index * {
	color:#ffffff;
}
h1 {
	width:100%;
	height:500px;
	background:#ffffff url("img-box/top.jpg") right no-repeat;
	text-indent:-9999px;
}
/* 目次
-------------------------------------------------- */
#contents {
	background-color:#ffffff;
	width:750px;
	margin:0 auto;
	font-size:90%;
	text-align:center;
}
#contents_main {
	padding:0;
}
#contents_main a {
	display:block;
	height:70px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
#con_time {	
	width:187px;
	background-image:url(./img-box/con_time.jpg);
}
#con_setlist {
	width:188px;
	background-image:url(./img-box/con_setlist.jpg);
}
#con_pamph {
	width:188px;
	background-image:url(./img-box/con_pamphlet.jpg);
}
#con_access {
	width:187px;
	background-image:url(./img-box/con_access.jpg);
}
#contents_sub {
	padding-bottom:1em;
	background-color:#ffffff;
	clear:both;
}
#contents_sub * {
	background:transparent;
	color:#d14b00;
}

/* 内容領域
-------------------------------------------------- */
#body {
	width:750px;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
}
#body p, #body ul, #body h3 {
	width:700px;
	margin:0.5em auto;
}
#body p, #body ul {
	padding:0.5em 0;
}
/* コメント扱い */
.com {
	font-size:x-small;
}
/* ページトップへのリンク */
.gototop {
	text-align:right;
	font-size:x-small;
	clear:both;
}
/* 見出し
-------------------------------------------------- */
h2 {
	width:750px;
	margin:0;
	padding:0;
	background-color:#d14b00;
	color:#ffffff;
	font-size:200%;
	text-indent:-9999px;
	clear:both;
}
h2#time {
	height:70px;
	background:transparent url("img-box/time.jpg") left no-repeat;
}
h2#setlist {
	height:70px;
	background:transparent url("img-box/setlist.jpg") left no-repeat;
}
h2#pamphlet {
	height:70px;
	background:transparent url("img-box/pamphlet.jpg") left no-repeat;
}
h2#access {
	height:70px;
	background:transparent url("img-box/access.jpg") left no-repeat;
}
h2#download {
	height:70px;
	background:transparent url("img-box/download.jpg") left no-repeat;
}
h2#notice {
	height:50px;
	background:transparent url("img-box/notice.jpg") left no-repeat;
}
h2#link {
	height:50px;
	background:transparent url("img-box/link.jpg") left no-repeat;
}
h2#attention {
	height:50px;
	background:transparent url("img-box/attention.jpg") left no-repeat;
}
h2#contact {
	height:50px;
	background:transparent url("img-box/contact.jpg") left no-repeat;
}
h3 {
	margin:1em 0 0.5em 0;
	padding-left:1em;
	border-bottom:dashed #d14b00 2px;
	font-weight:bold;
	font-size:120%;
}
h3.img {
	padding:0;
}
/* リスト
-------------------------------------------------- */
ul {
	padding:0;
}
ul li {
	margin-left:2em;
	margin-bottom:0.25em;
	padding:0;
}
ul li span {
	font-size:small;
	margin-left:1ex;
}
ul.square {
	list-style-type:square;
}
ul.none {
	list-style-type:none;
}
}
@media print {

object,#contents {
	display:none;
}

}
