@charset "UTF-8";

@import"base.css";

.main {
	margin: 20px 0 0 50px;
	width: 820px;
}

.main ul#menu {
	padding: 0 0 7px 0;
}

.main ul#menu li {
	display: inline;
	background: url(../images/jisseki/mark_arrow.gif) no-repeat 0 0;
	padding: 0 10px 0 18px;
	}

.wrap_middle .content .main h4 {
	background: url(../images/jisseki/area_titbg.gif) repeat-y top;
	height: 16px;
	width: 820px;
	text-align: center;
	color: #FFF;
	line-height: 110%;
	font-size: 100%;
	font-weight: normal;
	padding: 3px 0 0 0;
}

.wrap_middle .content .main .areabox {
	padding: 0 0 20px 0;
	height: 1%;
}

.wrap_middle .content .main .areabox:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.wrap_middle .content .main .cp_list_l {
	float: left;
	border-collapse: collapse;
	width: 400px;
	margin-top: 5px;
}

.wrap_middle .content .main .cp_list_r {
	float: right;
	border-collapse: collapse;
	width: 400px;
	margin-top: 5px;
}

.wrap_middle .content .main .title_l {
	background: url(../images/jisseki/name.gif) no-repeat 0 0;
	width: 190px;
	height: 25px;
	color: #00a9f0;
	font-weight: normal;
	text-align: center;
}

.wrap_middle .content .main .title_r {
	background: url(../images/jisseki/source.gif) no-repeat 0 0;
	width: 210px;
	height: 25px;
	color: #575757;
	font-weight: normal;
	text-align: center;
}

.wrap_middle .content .main .cp_list_l td ,
.wrap_middle .content .main .cp_list_r td{
	padding: 3px 5px;
	font-size: 80%;
	line-height: 120%;
	color: #575757;
	border-bottom: dotted 1px #e6e6e6;
}

.main:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}




