@charset "utf-8";
 @import url("common.css");
 
 body {
	background-image: url(../images/newsbackimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #999;
}
#container2 {
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFF;
	width: 880px;
}

#mainContent .newstext{
	margin-right: 20px;
	margin-left: 20px;
}
#mainContent{
	margin-right: 20px;
	margin-left: 20px;
	height: 286px;
	width: 365px;
	overflow: scroll;
	position: absolute;
	left: 454px;
	top: 77px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainContent ul{
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	padding-bottom: 20px;
}
#mainContent ul li{
	margin-bottom: 5px;
	list-style-type: disc;
	list-style-position: inside;
}
h2{
	font-size: 13px;
	font-weight: bold;
}

.box {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 20px;
}
.title {
	font-size: 12px;
	letter-spacing: 0.15em;
	font-weight: bold;
	color: #900;
}
.date {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
.text {
	color: #000;
}
hr{
	background-color: #666;
	height: 1px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
}


table{
	border-top:1px solid #000;
	border-left:1px solid #000;
	width:100%;
}

table th,
table td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

table th{
	padding:8px 0;
	text-align:center;
	font-weight:bold;
}

table td{
	padding:8px;
}

table td.area,
table td.date,
table td.pre-ticket{
	text-align:center;
}

