@charset "utf-8";
#Bn_Space {
	margin: 0 0 20px 0;
	padding-left: 5px;
}

/* コープビジョン add saitou 100609 */
#coopvision {
	width: 580px;
	clear: both;
	overflow: hidden;
	border-bottom: 2px dotted #CCCCCC;
}
#coopvision .img_box {
    width: 100px;
	padding: 3px;
	float: left;
}

#coopvision .txt_box {
	width: 468px;
	padding: 0 3px;
	float: right;
}

#coopvision .txt_box p {
	margin: 0 0 0 5px;
	padding: 0;
	border-bottom: none;
}

#coopvision h4.cv_title {
	color: #666;
}
.link {
	text-align: right;
	font-size: 0.8em;
	padding: 3px 0;
}

/* 地図検索 */
#whatsnew_top img.map_btn {
    margin-left: 40px;	
}

#whatsnew_top img.map_btn_s {
    float: right;	
}

/* 表組み add saitou 100630 */
table.tbl {
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.5;
}

table.tbl th {
    background-color: #CCC;
	text-align: center;
}

table.tbl th,table.tbl td {
    border: solid 1px #666666;
    padding: 5px;
}