@charset "utf-8";
/* *********************** contents *************************** */
#contents {
	width: 960px;
	margin: 0 auto 0;
	text-align: center;
}
#contents .container {
	width: 960px;
	float:left;
	display: inline;
	margin-bottom: 25px;
	padding: 0 0 25px;
}
/* *********************** column *************************** */
.first {
	width: 687px;
	float: left;
	text-align: left;
	display: inline;
}
.second {
	width: 247px;
	float: right;
	text-align: left;
	display: inline;
}
/* *********************** main image *************************** */
#ptl_main {
	width: 100%;
	height: 324px;
	clear: both;
	margin: 19px 0 24px;
}
#ptl_main .container {
	width: 964px;
	height: 324px;
	margin: 0 auto;
}
#ptl_main .ptl_ttl {
	display: block;
}
/* *********************** first *************************** */
.ptl_wrk {
	float: left;
	width: 685px;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	padding: 13px 0 0;
	margin-bottom: 23px;
	background: #f1f6fa;
}
.ptl_wrk li {
	float: left;
	width: 324px;
	height: 79px;
	margin: 0 0 14px 13px;
}
.ptl_nws {
	float: left;
	width: 685px;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
}
.ptl_nws ul {
	width: 685px;
	float: left;
	clear: both;
	font-size: 12px;
	padding: 5px 0;
}
.ptl_nws ul li {
	width: 685px;
	float: left;
	padding: 5px 0;
	clear: both;
	text-align: left;
	display: inline;
	border-top: dotted 1px #dadada;
}
.ptl_nws ul li:first-child {
	border-top: none;
}
.ptl_nws ul .ptl_nws_dat {
	width: 115px;
	float: left;
	display: block;
	padding-left: 15px;
}
.ptl_nws ul .ptl_nws_cnt {
	width: 550px;
	float: left;
	display: block;
}

/* *********************** second *************************** */
.snd_ttl {
	width: 247px;
	height: 34px;
	position: relative;
	clear: both;
}
.snd_ttl h3 {
	width: 247px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 0;
}
.snd_ttl a {
	width: 79px;
	height: 12px;
	position: absolute;
	left: 157px;
	top: 10px;
}
.snd_box {
	float: left;
	width: 247px;
	background: url(../img/snd_box_bg.gif) repeat-y left top;
}
.snd_box_wrapper {
	float: left;
	width: 227px;
	padding: 0 10px 10px;
	background: url(../img/snd_box_btm.gif) no-repeat left bottom;
}
.snd_box dl {
	float: left;
	width: 227px;
	font-size: 12px;
	padding: 9px 0;
	border-top: dotted 1px #dadada;
	clear: both;
}
.snd_box dl:first-child {
	border-top: none;
}
.snd_box dl:last-child {
	padding: 9px 0 3px;
}
.snd_box dl dt {
	float: left;
	width: 62px;
}
.snd_box dl img {
	border: solid 1px #dadad9;
}
.snd_box dl dd {
	float: right;
	width: 155px;
	margin-top: 3px;
}