@charset "utf-8";
/* ===================================================================
	use second
=================================================================== */

/*---------------------------------------------------------------------------*/

ol.pan {
	margin-bottom:25px;
}

ol.pan li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

ol.pan li a {
	color:#fea700;
}

h2 {
	margin-bottom:50px;
}


#info, #info_detail {
	padding-left:15px;
	width:630px;
}

#info ul {
}

#info ul li {
	border-bottom:#d2d2d2 1px solid;
	font-size:13px;
	padding:15px 0;
}

#info ul li .date {
	color:#8a8a8a;
	font-weight:bold;
	float:left;
	width:95px;
}

#info ul li .ttl {
	float:right;
	width:530px;
}

#info ul li .ttl a {
	text-decoration:none;
}

#info ul li .ttl a:hover {
	text-decoration:underline;
}

/* page_link
----------------------------- */
.page_link {
	margin: 40px 0 0;
	padding-bottom: 15px;
	clear: both;
	text-align:center;
}
.page_link span {
	font-size: 11px;
	font-weight:bold;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: center;
	display:inline-block;
	/display:inline;
	/zoom:1;
	line-height:32px
}
.page_link span a {
	background:url(../images/pager_off.png) no-repeat center top;
	display: block;
	padding: 0px 12px;
	text-decoration: none;
	white-space: nowrap;
	color:#ffc600;
}
.page_link span strong {
	background:url(../images/pager_on.png) no-repeat center top;
	display: block;
	padding: 0px 12px;
	text-decoration: none;
	white-space: nowrap;
	color: #FFF;
}
.page_link span a:hover {
	background:url(../images/pager_on.png) no-repeat center top;
	color: #FFF;
}

.page_link span.purv a,
.page_link span.next a{
	background:none;
	color:#6c6c6c;
	border: 1px solid #ffffff;
	display: block;
	padding: 0px 8px;
	text-decoration: none;
	white-space: nowrap;
	text-decoration:underline;
}

.page_link span.purv a:hover,
.page_link span.next a:hover{
	background: #fff;
	color: #6c6c6c;
	text-decoration:none;
}

/*---------------------------------------------------------------------------*/


#info_detail {
}

#info_detail .date {
	color:#8a8a8a;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

#info_detail .ttl {
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
}

#info_detail .text_area {
	margin-bottom:30px;
}

#info_detail .back_list {
	text-align:right;
}


