@charset "UTF-8";
/* タグ ----------------------------------- */


body {
	color:#000000;
	background-color:#FFFFFF;
	margin:20px 0 0 0;
	padding:0;
	text-align:center;
}

td{
	font-size:85%;
	color: #000000;
	line-height:160%;
}

p{
	padding:0;
	margin:0;
}

/* サイト共通 ----------------------------------- */

.oowaku{
	padding:20px 30px;
}

.foot_txt{
	font-size:75%;
}

.pankuzu{
	margin:25px 0 5px 0;
}

/* トップページ ----------------------------------- */

.top_event{
	padding:0 16px;
}

.top_kyoryoku{
	font-size:80%;
	line-height:150%;
	vertical-align:top;
}

.top_contact_ttl{
	border-top:0px solid #CCCCCC;
	border-bottom:0px solid #CCCCCC;
	font-size:100%;
	font-weight:bold;
	padding:0;
	margin:30px 0 10px 0;
}

.top_contact{
	font-size:85%;
	font-weight:normal;
	line-height:140%;
}

.top_link{
	font-size:90%;
	line-height:150%;
	vertical-align:top;
}

/* お問い合わせ ----------------------------------- */

.contact{
	border-top:1px solid #DDDDDD;
}

td.contact1{
	background-color:#FAEDEC;
	border-bottom:1px solid #DDDDDD;
}

td.contact2{
	border-bottom:1px solid #DDDDDD;
}

td.contact3{
	background-color:#7B206F;
	border-bottom:1px solid #DDDDDD;
	color:#FFFFFF;
	font-weight:bold;
}


/* チケット ----------------------------------- */

.agent{
	padding:20px 0 0 0;
	font-weight:bold;
	color:#663366;
}

.event{
	margin:30px 0 0 0;
	font-weight:bold;
	background:#E3D9E3;
	font-size:130%;
	color:#663366;
	padding:6px 6px 6px 10px;
	border-bottom:1px solid #663366;
	border-left:4px solid #663366;
}


/* イベントスケジュール ----------------------------------- */

.sche_tbl{
	border:1px solid #666666;
}

.sche_td1{
	border-right:1px dotted #666666;
	border-bottom:1px dotted #666666;
}

.sche_td2{
	border-right:1px dotted #666666;
}

.sche_td3{
	border-bottom:1px dotted #666666;
}

.sche_yaj01{
	border-bottom:1px dotted #666666;
	background-image:url(../img/bg_yaj01.gif);
}

.sche_yaj02{
	border-right:1px dotted #666666;
	border-bottom:1px dotted #666666;
	background-image:url(../img/bg_yaj02.gif);
}

.sche_yaj03{
	border-right:1px dotted #666666;
	background-image:url(../img/bg_yaj02.gif);
}

.sche_yaj04{
	background-image:url(../img/bg_yaj02.gif);
}


/* 画像マージン ----------------------------------- */

.img_t10b10{
	margin:10px 0;
}

.img_t5b5{
	margin:5px 0;
}


.img_b10{
	margin:0 0 10px 0;
}

.img_t10{
	margin:10px 0 0 0;
}
.img_t6{
	margin:6px 0 0 0;
}

.img_r20{
	margin:0 20px 0 0;
}

.img_l20{
	margin:0 0 0 20px;
}

.img_r10{
	margin:0 10px 0 0;
}

.img_l10{
	margin:0 0 0 10px;
}

/* テキスト ----------------------------------- */

.txt_70{
	font-size:70%;
	line-height:130%;
}

.txt_130{
	font-size:130%;
	line-height:130%;
}


/* リンク ----------------------------------- */

A
{
	color: #0033CC;
	text-decoration: none;
}
A:visited
{
	color: #0033CC;
	text-decoration: none;
}
A:hover
{
	color: #FF6600;
	text-decoration: underline;
}

