@charset "utf-8";
@import url(global.css);

/* ------------------------------
 Common
------------------------------ */

#topics h2{
	background:url(../topics/images/top.jpg) no-repeat left top;
}

/* ------------------------------
 idx
------------------------------ */

h3#h3_idx{
	width:686px;
	height:34px;
	text-indent:-9999px;
	display:block;
	background:url(../topics/images/h3_idx.jpg) no-repeat left top;
	margin-bottom:20px;
}
.text ul{
	padding:0 5px;
	margin-bottom:20px;
}
.text ul li{
	margin:0 0 5px 0;
	padding:5px;
	border-bottom:1px dotted #E9CEC9;
}
.text ul li .topicsdtl{
	width:90px;
	height:20px;
	float:left;
}
.text ul li .topicsdtl p.date{
	width:90px;
	height:20px;
	float:left;
	font-size:14px;
}
.text ul li .topicsdtl p.icon{
	width:40px;
	height:20px;
	line-height:20px;
	float:right;
}
.text ul li .topicsdtl p.icon img{
	vertical-align:middle;
}
.text ul li p.topicstxt{
	width:570px;
	float:right;
	padding-top:3px;
}

/* ------------------------------
 entry
------------------------------ */

.entrytitle{
	width:635px;
	height:34px;
	line-height:34px;
	background:url(../topics/images/h3_entry.jpg) no-repeat left top;
	padding:0 10px 0 41px;
	margin:20px 0 5x;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
.entrytitle h3{
	width:590px;
	height:34px;
	float:left;
}
.entrytitle p{
	width:40px;
	height:26px;
	padding:8px 0 0;
	float:right;
}
p.entrydate{
	text-align:right;
	margin-bottom:20px;
	font-size:14px;
}
p.imgarea{
	width:630px;
	margin:0 auto 15px;
	text-align:center;
}
p.imgarea img{
	margin-bottom:10px;
	vertical-align:middle;
}
p.imgarea span{
	width:630px;
	margin:0 auto;
	text-align:center;
}
.entryarea{
	padding:0 5px;
	margin-bottom:10px;
}
.entryarea p{
	margin-bottom:10px;
}
p.linktext{
	padding:0 5px 0 46px;
	margin:15px 0 10px;
	background:url(../topics/images/point.png) no-repeat left center;
}
.pagenavi{
	margin: 30px auto 20px; 
	text-align: center;
	width: 686px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 3px;
	clear: both;
	font-size: 95%;
}


table.schedule {
	border-collapse: collapse;

}
table.schedule th,
table.schedule td{
	padding:10px 0;
	border-bottom: 1px solid #eee;
}
table.schedule td{
	padding-left:10px;
}










