﻿body {
	margin:0px;
	background-color:#ffffff;
	background-image:url("img/back.jpg");
	color:#666666;
}
img {
	border:0;
}
#shadow {
	width:820px;
	background-image:url("img/shadow.jpg");
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
}
#sotowaku {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:1px solid #eeeeee;
}

/*========== ▼ ヘッダー ▼ ==========*/

#header {
	margin-bottom:10px;
}
#header p{
	margin:0px;
	padding:0px;
}
h1 {
	font-size: 12px;
	margin:0;
	font-weight:normal;
	color:#D6AC83;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:0px;
}
h1 a{
	font-size: 12px;
	margin:0;
	font-weight:normal;
	color:#D6AC83;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:0px;
}

/*========== ▲ ヘッダー ▲ ==========*/

/*========== ▼ コンテンツ‐メニュー（左側） ▼ ==========*/

#left {
	width:180px;
	float:left;
	margin-left:2px;
}
#left p{
	margin:0;
	padding:5px;
	font-size:13px;
	color:#999;
	line-height:120%;
}
#left h2 {	
	margin-bottom:0px;
	font-size: 14px;
	padding-left: 3px;
	color:#C78E56;
	
	border-bottom:1px solid #DEBA89;
}
.menu {
	width:180px;
	margin-bottom:10px;
}
.menu a {
	text-decoration: none;
	display: block;
	padding:5px;
	width:170px;
	color:#C6A76C;
	font-size:13px;
	border-bottom:1px dotted #cccccc;
	
}
.menu a:hover {
	color:#996666;
	background-color:#F6F6F6
}

/*========== ▲ コンテンツ‐メニュー（左側） ▲ ==========*/


/*========== ▼ フッター ▼ ==========*/
#footer{
	clear:both;
	text-align:center;
	font-size:13px;
	color: #999999;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	border-top:1px dotted #ccc;
}
#footer a{
	color:#999;
	
}
#footer a:hover{
	color:#963;
	text-decoration:none;
}

address {
	color: #999999;
	text-align:center;
	font-size:13px;
	font-style:normal;
}
address a {
	color:#999;
	text-decoration:none;
}

/*========== ▲ フッター ▲ ==========*/

/*========== ▼▼▼ メインコンテンツ ▼▼▼ ==========*/

#right {
	width:600px;
	float:right
}

.contents {
	padding-right:10px;
}
.contents p {
	margin:0;
	color: #666666;
	line-height:130%;
	font-size:80%;
	padding:5px
}
.contents p a:hover{
	color:#963;
	text-decoration:none;
}
.contents p a{
	color:#666666;
}

h2 {
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 14px;
	padding-left: 3px;
	color:#C78E56;
	border-bottom:1px solid #DEBA89;
	clear:both;
}
h2 a{
	color:#C78E56;
	text-decoration: none;
}
h2 a:hover{
	color:#963;
}
h3 {
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
	padding:3px 3px 3px 3px;
	line-height:1.2em;
	font-size: 14px;
	color:#666666;
}
h4 {
	font-size:14px;
}

/*画像を右に右寄せにし、続くテキストを左に回りこませるための指定
こうしておくことで右側に寄せたい画像に対して<p class="floatright">とすればいいわけです。
このような指定は便利なテクニックなので、覚えておくといいですよ＾＾*/
.floatright{
	float:right;
	margin:auto;
}
.floatleft{
	float:left;
	margin:auto;
}
.floatclear {
  clear: both;
	margin: auto;
}

/*========== ▼ WHAT'S NEW ▼ ==========*/

.update{
	background:#ffffff;
	margin:500px;
	border:inset;
	border-width:1px;
	border-color:#DEBA89;
	width:580px;
	height:10em;
	overflow:auto;
}

/*========== ▲ WHAT'S NEW ▲ ==========*/

/*========== ▼▼▼ ここより下層ページ用 ▼▼▼ ==========*/

/*========== ▼ インフォ ▼ ==========*/

.title{
	margin:0px;
	border-left:2px solid #DEBA89;
	border-bottom:2px solid #DEBA89;
	padding:;
	font-size:1.3em;
	font-weight:bold;
	color:#C78E56;
}
.time-table{
	margin:10px 0px 0px 0px ;
}
.time-table td{
	line-height:120%;
	padding:4px;
	text-align:center;
	font-size:80%;
}
.ticketservice a {
	text-decoration: none;
	display: block;
	padding:5px;
	width:120px;
	color:;
	font-size:;
	border-bottom:1px dotted;	
}
.ticketservice a:hover {
	color:#996666;
	background-color:#F6F6F6
}

/*========== ▲ インフォ ▲ ==========*/

/*========== ▼ メンバー ▼ ==========*/
.members-table{
	margin-bottom:30px;
	border-bottom:1px dotted #996666;
}
.members-table th{
	line-height:1.2em;
	padding-right:10px;
	font-size:100%;
	width:120px;
	text-align:right;
}
.members-table td{
	line-height:1.2em;
	padding:5px;
	font-size:80%;
	width:80px;
	text-align:center
}
.members-table a{
	color:#999;
	text-decoration:none;
}
.members-table a:hover{
	color:#963;
	text-decoration:none;
}
/*========== ▲ メンバー ▲ ==========*/

/*========== ▼ メンバーの個人ページ ▼ ==========*/

.members-name{
	font-size:2em;
}
.members{
	color: #666666;
	line-height:1.2em;
	font-size:80%;
}
.members a{
	color: #666666;
	text-decoration:none;
}
.members a:hover{
	color:#963;
	border-bottom:1px dotted;
	text-decoration:none;
}
.members li{
	padding-bottom:5px;
}

/*========== ▲ メンバーの個人ページ ▲ ==========*/

/*========== ▼ ヒストリー ▼ ==========*/
.history-table{
	margin:0px;
	border-width:1px;
}
.history-table th{
	line-height:120%;
	padding:5px 0px 5px 0px;
	font-size:100%;
	text-align:left;
}
.history-table td{
	line-height:120%;
	padding:5px 5px;
	font-size:80%;
}
.history-table a{
	line-height:120%;
	padding:0px;
	font-size:100%;
	color:#999;
	text-decoration:none;
}
.history-table a:hover{
	color:#963;
	border-bottom:1px dotted;
	text-decoration:none;
}

.history-photo{
	margin:0px;
	border-width:1px;
}
.history-photo td{
	line-height:120%;
	padding:5px 5px;
	width:140px;
	text-align:center;
	font-size:80%;
}

ul.float {
	width: 588px;
	margin: 0px;
	padding: 0px;
}

ul.float li {
	float: left; 
	width: 196px; 
	list-style: none outside; 
	margin: 0px; 
	text-align: center;
}

ul.float li img{
	width: 185px; 
	margin: 5px 5px; 
}

.imgwide {
	width: 370px;
	margin: 5px 5px;
}

/*========== ▲ ヒストリー ▲ ==========*/

/*========== ▼ リンク ▼ ==========*/
.links-icon {
	width:110px;
	height:20px;
	padding:2px;
	line-height:20px;
	border:3px dotted #cccccc;	
	color:#C6A76C;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display: block;
}
.links-icon:hover {
	color:#996666;
	background-color:#F6F6F6
}

/*========== ▲ リンク ▲ ==========*/

/*========== ▼ お問い合わせ ▼ ==========*/

.form-table{
	border-collapse:collapse;
}
.form-table td{
	
	border:1px solid #ccc;
	padding:10px;
	font-size:90%;
}

/*========== ▲ お問い合わせ ▲ ==========*/