/* CSS Document */
@charset "utf-8";
/*------------------------------------------------------------------------*/
/* 全体*/
/*------------------------------------------------------------------------*/
.info-allResult#search-geo {
	position: relative;
	margin: 0;
	border-right: 1px #ff9900 solid;
	border-left: 1px #ff9900 solid;
	padding: 0 9px;
	_height: 0;
	background-color: #eeeeee;
	display: block;
	width: 930px;
	_width: 950px;
}

.safari .info-allResult#search-geo {
	width:950px;
	display: inline-table;
}


.info-allResult#search-geo a {
	text-align: left;
	font-weight:bold;
	font-size:105%;
	color:#0099FF;
}
/*------------------------------------------------------------------------*/
/* テーブル設定*/
/*------------------------------------------------------------------------*/

.info-allResult#search-geo table {
	margin: 0;
	border: 1px #d2d2d2 solid;
	border-collapse: collapse;
	background-color: #ffffff;
	width: 100%;
	_width: 97%;
	margin-bottom: 13px;
}



.info-allResult#search-geo table td {
	border-right: 1px #d2d2d2 dotted;
	border-bottom: 1px #d2d2d2 dotted;
	line-height: 1.6;
	padding: 10px;
	font-size:90%;
}

.info-allResult#search-geo img {
	margin: 0 6px;
}


.info-allResult#search-geo table td.result-line{
	border:none;
	line-height: 1.6;
	padding:0;
	width:auto;

}

.info-allResult#search-geo table.result-line-box{
	background-color:#eeeeee;
	border:none;
	font-size:100%;
}


.info-allResult#search-geo table td.result-line p.pager{
	text-align:right;
}

td.resultBg {
	background-color:#f7f7f7;
}

img.resultico{
	margin-left: 6px;
	
}


/*お知らせページ[
----------------------------------------------------------- */
#content-info{
	margin:0 120px;
}


#info-head{
	width:664px;
	border-bottom:solid 1px #999999;
}

#info-head h2{
	line-height:35px;
}


p.info-date {
	color:#999999;
	line-height:30px;
	text-align: top;
}






