@import url("global.css");
/*再定義*/
h1 {
	position:relative;
	height:87px;
}
h1 img {
	position:absolute;
	top:0px;
	left:0px;
}
#container {
/*height:1600px;*/
}
#contents {
	margin:0 0 0 1px;/*border:1px solid black;*/
}
a.btn-profile {
	float:left;
	margin:10px 0 0 0;
}
/*再定義終了*/
h2 {
	background:url(../images/line2.png) repeat-x;
	height:26px;
}
h3 {
	background:url(../images/line3.png) repeat-x;
	height:31px;
	width:90%;
	margin:0 auto;
}
#event-area {
	width:735px;
	margin:20px auto;
}
.event-comment {
	font-size:0.8em;
	margin:3px auto 20px auto;
}
#ticket-area {
}
#ticket-area p {
	font-size:0.8em;
	color:#333;
	width:700px;
	margin:10px auto;
}
.h3-name {
	float:left;
}
.h3-right {
	float:right;
}
#ticket-space {
	text-align:center;
}
#ticket-notice {
	width:630px;
	margin:0 auto;
	font-size:0.8em;
}
#printbtn-area {
	margin:10px 0 0 0;
	text-align:center;
}
/*プリントアウトページ用*/
body.printout {
	background:white;
}
#ticket-copyright {
	text-align:center;
	font-size:0.8em;
	color:#777;
}
