@media print {
html{
	background-color:#ffffff;
}
html *{
	_zoom:0.89;
}
body{
	text-align:left;
	font-size:22px;
}
h1{
	font-size:16px;
	color:#ffffff;
	margin:0px;
	padding:3px 10px 3px 10px;
	background-color:#bc164c;
	border-left:10px solid #000000;
}

img {
	border:0px;
}

a {
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	color:#990000;
}
p{
	margin:0px;
	padding:0px;
}

/* てるてる亭ヘッダー */

#header{
	margin:0px 0px 10px 0px;
	padding:0px;
}
#logo{
	width:100%;
	margin:0px;
	padding:0px;
	float:left;
}
/* トップ部分マーキー */
#slogan{
	width:100%;
	clear:both;
	display:block;
	border:0px;
	background:#b9124b;
	color:#ffffff;
	font-size:12px;
	margin:0px;
	padding:2px 6px 3px 6px;
	text-align:right;
}

/* ページのメイン部分 */
#main{
	line-height:150%;
	margin-top:20px;
	clear:both;
}
#main img{
	margin:0px auto 0px auto;
	width:80%;
}
/* 各項目用ヘッダーclass */
.title{
	width:100%;
	margin-bottom:5px;
}


/* 公演日程 */
#information{
	clear:both;
	margin-bottom:10px;
}
#information td{
	border:1px solid #000000;
	border-collapse:collapse;
	padding:10px;
}
.kokoromi{
	width:70%;
	height:70%;
}
.print{
	width:80%;
	height:80%;

}
/* 写真サイズ */
#infotitle{
	display:none;
}
#information table{
	width:100%;
}
#information table tr td *{
	font-size:32px;
}
#information table tr td img{
	width:50%;
	height:50%;
	margin:10px;
}
/* チケット購入用ボタン */
#information table tr td table tr td{
	border:0px;
}
#information table tr td table tr td a img{
	width:100%;
	height:100%;
}
/* お問い合わせ用ID（フッター） */
#contact{
	float:right;
	display:none;
/*
	width:500px;
	border:1px solid #000000;
	background-color:#ffffff;
*/
}

/* フッター用ID */
#footer{
	background:#000000;
	color:#ffffff;
	clear:both;
	font-size:12px;
	padding:10px;
}

#footer a{
	color:#ffffff;
}
#pagetop {
	display:none;
}
#menu {
	display:none;
}
}