

#wrapper{
	width:100%;
	height:auto;
	background:url(../images/bg.jpg) #fff center 0 no-repeat;
	background-size:1000px 1800px;
	min-width:900px;
	max-width:1000px;
	zoom:1;
	position:relative;
	padding-top:240px;
	padding-bottom:30px;
	margin:0 auto;
}

#content{
	width:893px;
	margin:0 auto;
	position:relative;
	background:#fff;
	border-radius:10px;
	padding-bottom:30px;
}

#wrapper h1#theater{
	position:absolute;
	top:16px;
	left:74px;
	width:365px;
	height:273px;
	background:url(../images/logo_s.png) 0 0 no-repeat;
	z-index:10;
}



.article{
	width:700px;
	padding:15px;
	margin:12px auto;
	border:solid 8px #eaafc4;

}

.article h3 span.date{
	display:block;
	font-size:11px;
	color:#e26ea6;
}

.article h3{
	font-size:18px;
	color:#e26ea6;
	padding:8px;
	border-bottom:dotted 2px #e26ea6;
}

.article .inner{
	padding:8px;
	font-size:12px;
	color:#444;
}

.article .inner p{padding:8px 0;}

#content h3{
	display:block;
	width:810px;
	margin:35px auto 0 auto;
	color:#d0036f;
}

table.theaterList{
    width:830px;
    margin:0 auto 15px auto;
    border:none;
    white-space: normal;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    clear: both;
    margin:15px auto;
    border-top:dotted 1px #e9a4c0;

}
table.theaterList tr.even{background:#f8ece7;}
table.theaterList td{
padding: 10px 10px 10px 15px;
font-size: 12px;
color: #d0036f;
line-height: 1.8;
vertical-align:middle;
border-bottom:dotted 1px #e9a4c0;

}

table.theaterList td.code01{width:10%;}
table.theaterList td.code02{width:25%;}
table.theaterList td.code03{width:25%;}
table.theaterList td.code04{width:40%;}

table.theaterList td a{color:#d0036f; text-decoration:none;}
table.theaterList td a:hover{color:#ff5676; text-decoration:underline;}