@charset "UTF-8";

.searchArea{
	margin-bottom:30px;
	padding:1px;
	border:1px solid #ccc;
}

.searchArea table{
	width:716px;
}

.searchArea table th{
	width:9em;
	padding:10px 15px 10px 35px;
	font-size:14px;
	text-align:left;
	background:#eee url(img/ic_search.gif) 12px 7px no-repeat;
}

.searchArea table td{
	padding:8px 15px 8px 10px;
	font-size:12px;
	text-align:left;
	border-bottom:1px dotted #ccc;
}

.searchArea table td.title{
	font-weight:bold;
}

.searchArea a{
	display:inline-block;
	padding:0 18px;
	line-height:1.5em;
	background:url(img/link_arrow.gif) 0 3px no-repeat;
}


.listSection{
	margin:0 0 25px 0;
}

.listSection h3{
	margin-bottom:10px;
	padding:8px 15px;
	color:#fff;
	font-size:14px;
	background:#7373b5;
}

.listSection table{
	padding:1px;
	border-collapse: collapse;
	border:1px solid #7373b5;
}

.listSection table th{
	padding:8px 12px;
	font-size:12px;
	text-align:center;
	background:#e3e0f0;
	border-left:1px solid #fff;
}

.listSection table th.no{
	border-left:0;
}

.listSection table td{
	padding:8px 12px;
	font-size:12px;
	text-align:left;
	border-left:1px solid #e3e0f0;
	border-bottom:1px solid #e3e0f0;
}

.listSection table td a{
	font-weight:bold;
}

.listSection table td.no{
	width:80px;
	background:#eee;
	text-align:center;
	border-left:0;
}

.listSection table td.corner{
	width:220px;
	text-align:center;
}


