@charset "UTF-8";
@import url("photo.css");


/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.2em;
}

a img {
	margin: 0;
	padding: 0;
	border: 0;
}

a:link {
	text-decoration:none;
}
		
a:visited {
	text-decoration:none;
}
		
a:active {
	color:#FFFF00;
	text-decoration:underline;
}
		
a:hover {
	color:#ff0000;
	text-decoration:underline;
}



/* 文書本体 (body) */

body {
	color: #222222;
	background-image: url(../images/bg_basic.gif);
	background-repeat: repeat-y;
	background-color: #aaaaaa;
}

#container {
	width: 900px;
	text-align: left;
}


#side-left {
	float: left;
	width: 150px;
}

#side-right {
	float: right;
	width: 720px;
}

#header {
	background-color: #000;
	padding: 6px;
	color: #fff;
	font-size: 11px;
	width: 288px;
	margin-left: 420px;
	text-align: center;
}

#header a{
	color: #fff;
}

#header a:visited{
	color: #fff;
}

#container div#contentsSpacer{
	height: 200px;
}

h1#pagetitle{
	display: none;
}


#footer {
	margin-top: 20px;
	background-color: #000;
	padding: 4px;
	color: #fff;
	font-size: 11px;

}

#toPageTop {
	margin-top: 60px;
	color: #fff;
	font-size: 11px;	
}

#toPageTop a{
	color: #fff;
}


div#bg-piece {
	width: 900px;
}


p.end {
	clear : both ;
	height: 0px;
	margin: 0px;
	padding: 0px;
}


/* 基礎情報関係 */

#container .basicdata {
	font-family: "Hiragino Kaku Gothic w6", sans-serif;
	font-weight: bold;
	width: 500px;
	height: 260px;
	font-size:15px;
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
}

#container .basicdata div.staffMain{
	font-size:16px;
	line-height: 1.4em;
	margin-bottom: 4px;
}

#container .basicdata div.staff{
	font-size:11px;
	line-height: 1.4em;
	margin-bottom: 6px;
}


#container .basicdata div.date{
	font-weight: bold;
	font-size:15px;
	line-height: 1.4em;
}

#container .basicdata div.ticket{
	margin-top: 10px;
	font-weight: bold;
	font-size:15px;
	line-height: 1.4em;
}

#container .basicdata .sub{
	font-weight: bold;
	font-size:12px;
	line-height: 1.4em;
}


/* 本文関係 */

div#sideblock {
		width: 190px;
		float: right;
		font-size:12px;
		line-height: 1.5em;
		margin-right: 20px;
}

#container div#side-right div#sideblock h4{
		font-weight: bold
		font-size: 16px;
		line-height: 1.2em;
		margin-bottom: 15px;
		letter-spacing: -1px;
}

div#sideblock p{
		width: 100%;
		font-size:12px;
		line-height: 1.6em;
		margin-bottom: 60px;
}

div#mainblock {
		width: 470px;
		float: left;
		font-size:14px;
		line-height: 1.7em;
}

#container #mainblock img{
		margin-bottom: 4px;
}

#container #mainblock p {
		font-size:14px;
		line-height: 1.7em;
		margin-bottom: 40px;
}

#mainblock h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0px 0px 20px 0px;
}

#mainblock h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
	margin: 80px 0 20px 0;
}

#mainblock h4 {
	color: #c00;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0px 0 10px 0;
}


#mainblock h3 .sub{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.8em;
}

#container #mainblock p a {
		color: #f00;
}



#ticket{
	margin: 12px 0 16px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
	color: #dde3df;
}

#ticket #ticketMain{
	font-size: 15px;
	line-height: 1.4em;
}


#container #basicdata #calender{
	width: 500px;
	font-size:16px;
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
}




#ticketBtn {
	position: static;
	width: 200px;
	border: 0px;
	margin-bottom: 20px;
}


#credit {
	margin: 15px 0 35px 0;
	font-family: "Hiragino Kaku Gothic w6", sans-serif;
	font-weight: bold;
	width: 650px;
	font-size:16px;
	line-height: 1.3em;
}



/* メインメニュー */

#side-left ul#spacMainmenu {
		font-size:0.1em;
		line-height: 0.1em;
		margin-top: 40px;
		padding: 0px;
		border: none;
		list-style: none;
		list-style-position: outside;
}

#side-left ul#spacMainmenu li{
		font-size: 0em;
		line-height: 0em;
		margin: 0px;
		padding: 0px;
		border: 0px;
		list-style: none;
		list-style-position: outside;
}




/* サイドメニュー */

#sidebtn {
		display: block;
		font-size:0.1em;
		line-height: 0.1em;
		margin-top: 80px;
		margin-left: 530px;
		padding: 0px;
		border: none;
		list-style: none;
		list-style-position: outside;
}

#sidebtn li{
		font-size: 0.1em;
		line-height: 0.1em;
		margin: 0px;
		padding: 0px;
		border: 0px;
		list-style: none;
		list-style-position: outside;
		float: left;
}

#ticketBtn a.videobtn img{
		margin-top: 4px;
}

#container #sideblock {
		width: 210px;
		margin: 0px 10px 20px 0px;
}

#ticketBtn {
		margin-bottom: 40px;
		padding: 0px;
		border: none;
}


table#thanks {
	margin: 60px 0 20px 0px;
	border-top: 1px solid white;
	padding-top: 3px;
	width: 90%;
}

table#thanks th {
	font-size: 10px;
	font-weight: bold;
	width: 60px;
	vertical-align: top;
}

table#thanks td {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
	padding-bottom: 2px;
}

table#thanks td a{
	color: #fcc;
}





