@charset "UTF-8";
@import "../../css/common.css";
#conts {
	line-height: 1.5;
}

#conts h2 {
	margin: 30px 0 10px;
}

#conts h2.first {
	margin-top: 0;
}

#conts p {
	margin: 0 10px 1em;
}

#conts .time {
	color: #F39839;
	font-weight:bold;
}

#conts .pageTop {
	margin: 20px 0 -25px;
	text-align: right;
}

#conts .pageTop a {
	padding-left: 15px;
	background:url(../img/index/icon01.gif) no-repeat left center;

	zoom: 100%;
}

#conts table {
	margin: 0 0 15px 10px;
	width: 630px;
	border-collapse: collapse;
}
#conts td {
	padding: 7px;
	border: 1px solid #c5c5c5;
	text-align: left;
	font-weight: normal;
}
#conts th {
	padding: 7px;
	border: 1px solid #c5c5c5;
	text-align: left;
	font-weight: bold;
}
#conts th {
	width: 170px;
	background: #fef6ec;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}

#conts thead th {
	padding: 4px;
	background: #f5a34d;
	color: #fff;
}

#conts thead th.long {
	width: 460px;
}

#conts td {
	width: 460px;
}

