@charset "utf-8";
/* CSS Document */


#contents{
	min-height: 1000px;
	padding-bottom: 150px;
}

.box-wrapper{
	background:url(../img/frameTop.png) center top no-repeat;
	width:880px;
	margin: 20px auto 20px;
	padding-top:10px;
}
.box-bottom{
	background:url(../img/frameBottom.png) center bottom no-repeat;
	width:880px;
	margin:0 auto;
	padding-bottom:5px;
}
.box-container{
	background:url(../img/bg_txt.png);
	padding: 35px 40px;
}
.date{
	background-image: url(../img/bullet.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #f69000;
	padding-left: 10px;
	margin-bottom: 7px;
}
.caption{
	color: #f8d300;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 7px;
	letter-spacing: 0.03em;
	padding: 0 0 17px;
	background: url(../img/line.png) center bottom no-repeat;
}
.text{
	color: #FFF;
	font-size: 12px;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	padding-top: 10px;
}
.text a{
	color: #f69000;
	text-decoration:none;
}
.text a:hover{
	text-decoration:underline;
}
.pagetop{
	position:relative;
	width:880px;
	margin:0 auto;
	text-align:right;
}
.pagetop a{
	color: #f69000;
}

.tpics_table {
	width:800px;
}
.tpics_table,
.tpics_table td {
	border-collapse:collapse;
}
.tpics_table th {
	color:#f8d300;
}
.tpics_table th,
.tpics_table td {
	border:1px solid #CCC;
	padding:8px 15px;
	text-align:center;
	vertical-align:middle;
}

p.topics_right {
	text-align:right;
}
p.red {
	color:red;
}
p.topics_title {
	text-align:center;
	font-size:1.4em;
	padding-top:5px;
	padding-bottom:8px;
}
