@charset "utf-8";
	
/*固定枠
----------------------------------------------------------------*/	
#second{
	width:540px;
	margin:10px 0 0;
}
	#second .contents{
		width:520px;
		padding:10px 10px 0;
	}
		#second .contents .ind{
			width:500px;
			padding:10px 10px 0;
		}

/*　共通みだし　
----------------------------------------------------------------*/	
#pt{
	position:relative;
	width:540px;
	height:75px;
	background-image:url(../common_img/pt_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
	#pt h2{
		position:absolute;
		top:10px;
		left:10px;
	}
#second h3{
	width:520px;
	color:#4e810d;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	border-top:3px solid #62a110;
	background-image:url(../common_img/m_bg.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	padding:10px 10px 7px;
}

#second .km{
	color:#4e810d;
	font-size:14px;
	border-left:5px solid #62a110;
	border-bottom:1px solid #62a110;
	padding:3px 10px 2px;
}

/*共通表組
----------------------------------------------------------------*/
.commontbl{
	border-top:solid 1px #ccc;
}
	.commontbl .td01{
		font-size:12px;
		line-height:20px;
		font-weight:bold;
		background-color:#f5f5f5;
		border-bottom:solid 1px #ccc;
		border-top:solid 1px #fff;
		padding:5px 10px;
	}
	.commontbl .td02{
		line-height:20px;
		border-bottom:solid 1px #ccc;
		border-top:solid 1px #fff;
		padding:5px 10px;
	}
	.commontbl .td03{
		line-height:20px;
		border-bottom:solid 1px #ccc;
		border-top:solid 1px #fff;
		padding:10px 0;
	}
		.commontbl .td03 p{
			color:#f70;
			font-size:14px;
			font-weight:bold;
		}
		.commontbl .td03 img{
			float:left;
			border:1px solid #dadada;
			padding:4px;
			margin:0 10px;
		}

/* ぱんくずリスト
----------------------------------------------------------------*/
#breadlist{
	width:540px;
}
	#breadlist a{
		color:#fff;
		background-color:#7fbb43;
		padding:2px 5px;
	}
	#breadlist a:hover{
		background-color:#518f00;
	}
	#breadlist span{
		color:#4e810d;
		margin:0 10px;
	}

/* マップ
----------------------------------------------------------------*/
#mapmenu{
	width:540px;
	background-image:url(../images/map_bg_02.gif);
	background-repeat:repeat-y;
	background-position:0 0;
}
	#mapmenu #head{	
		background-image:url(../images/map_bg_01.gif);
		background-repeat:no-repeat;
		background-position:0 top;
	}
	#mapmenu #foot{	
		background-image:url(../images/map_bg_03.gif);
		background-repeat:no-repeat;
		background-position:0 bottom;
		padding:5px;
	}
	#mapmenu #map{
		float:left;
		margin:5px 0 5px 5px;
	}
	#mapmenu .nav{
		float:right;
		width:225px;
		background-image:url(../images/map_navbg_01.gif);
		background-repeat:repeat-y;
		background-position:0 0;
		margin:5px 0 0;
	}
		/* 物件別で選ぶ */
		#mapmenu .nav #material{
			width:200px;
			background-image:url(../images/map_navbg_02.gif);
			background-repeat:no-repeat;
			background-position:0 bottom;
			padding:5px 15px 10px 10px;
		}
		#mapmenu .nav #materialm{
			width:200px;
			height:20px;
			color:#fff;
			font-size:14px;
			line-height:20px;
			font-weight:bold;
			background-image:url(../images/map_mbg_01.gif);
			background-repeat:no-repeat;
			background-position:0 0;
			padding:6px 15px 4px 10px;
		}
		#mapmenu .nav #material a{
			color:#4e810d;
			background-image:url(../images/map_navarw_01.gif);
			background-repeat:no-repeat;
			background-position:0 2px;
			text-decoration:underline;
			padding:0 0 0 15px;
		}
		#mapmenu .nav #material a:hover{
			color:#71ac26;
			background-position:1px 2px;
			padding:0 0 0 15px;
		}
		/* エリアから選ぶ */
		#mapmenu .nav #area{
			width:200px;
			background-image:url(../images/map_navbg_02.gif);
			background-repeat:no-repeat;
			background-position:0 bottom;
			padding:5px 15px 10px 10px;
		}
		#mapmenu .nav #aream{
			width:200px;
			height:20px;
			color:#fff;
			font-size:14px;
			line-height:20px;
			font-weight:bold;
			background-image:url(../images/map_mbg_02.gif);
			background-repeat:no-repeat;
			background-position:0 0;
			padding:6px 15px 4px 10px;
		}
		#mapmenu .nav #area a{
			color:#844915;
			background-image:url(../images/map_navarw_02.gif);
			background-repeat:no-repeat;
			background-position:0 2px;
			text-decoration:underline;
			padding:0 0 0 15px;
		}
		#mapmenu .nav #area a:hover{
			color:#b26a2a;
			background-position:1px 2px;
			padding:0 0 0 15px;
		}


/* ページネーション */
.pagenation{
	width:540px;
	text-align:center;
	margin:10px 0 0;
}
.pagenation p{
		line-height:23px; /* for WinIE */
 	}
.pagenation a{
			color:#4e810d;
			font-size:11px;
			line-height:15px;
			text-align:center;
			vertical-align:middle;
			border:1px solid #ccdfb6;
			background-color:#e3f4d0;
			padding:2px 5px 1px;
			text-decoration:none;
		}
.pagenation a:hover{
	color:#fff;
	border:1px solid #aecc8b;
	background-color:#b9dc91;
	text-decoration:none;
}
.pagenation .preview{
	line-height:15px;
	margin:0 5px 0 0;
}
.pagenation .forward{
	line-height:15px;
	margin:0 0 0 5px;
}
.pagenation .preview a,
.pagenation .forward a{
	color:#4e810d;
	text-decoration:none;
	border:none;
	background-color:#FFFFFF;
	font-size:12px;
}
.pagenation .preview a:hover,
.pagenation .forward a:hover{
	color:#71ac26;
	text-decoration:underline;
}
.pagenation .current{
	color:#CCCCCC;
	font-size:11px;
	line-height:15px;
	text-align:center;
	vertical-align:middle;
	padding:2px 5px 1px;
	border:1px solid #CCCCCC;
}



/* ページネーション
.pagenation{
	width:540px;
	text-align:center;
	margin:10px 0 0;
}
	.pagenation p{
		line-height:23px; *//* for WinIE */
/* 	}
	.pagenation .preview{
		line-height:15px;
		margin:0 10px 0 0;
	}
	.pagenation .forward{
		line-height:15px;
		margin:0 0 0 10px;
	}
		.pagenation .preview a,
		.pagenation .forward a{
			color:#4e810d;
			text-decoration:none;
		}
		.pagenation .preview a:hover,
		.pagenation .forward a:hover{
			color:#71ac26;
			text-decoration:underline;
		}
	.pagenation .page{
		margin:0 5px;
	}
		.pagenation .page a{
			color:#4e810d;
			font-size:11px;
			line-height:15px;
			text-align:center;
			vertical-align:middle;
			border:1px solid #ccdfb6;
			background-color:#e3f4d0;
			padding:2px 5px 1px;
			text-decoration:none;
		}
		.pagenation .page a:hover{
			color:#fff;
			border:1px solid #aecc8b;
			background-color:#b9dc91;
			text-decoration:none;
		}
 */

/* 一覧下ナビゲーション */
.listnav{
	width:540px;
}
.listmaterial{
	background-color:#ccdfb6;
}
	.listmaterial th{
		width:80px;
		color:#4e810d;
		vertical-align:middle;
		background-color:#e3f4d0;
		border:1px solid #fff;
		padding:5px 10px;
	}
	.listmaterial td{
		color:#4e810d;
		font-size:11px;
		line-height:20px;
		background-color:#fff;
		border:1px solid #fff;
		padding:5px 10px;
	}
		.listmaterial td a{
			color:#4e810d;
			text-decoration:underline;
		}
		.listmaterial td a:hover{
			color:#71ac26;
		}
.listarea{
	background-color:#f1debf;
}
	.listarea th{
		width:80px;
		color:#844915;
		vertical-align:middle;
		background-color:#f9efdf;
		border:1px solid #fff;
		padding:5px 10px;
	}
	.listarea td{
		color:#844915;
		font-size:11px;
		line-height:20px;
		background-color:#fff;
		border:1px solid #fff;
		padding:5px 10px;
	}
		.listarea td a{
			color:#844915;
			text-decoration:underline;
		}
		.listarea td a:hover{
			color:#b26a2a;
		}

/* 物件種別/エリアコメント
----------------------------------------------------------------*/
#listmaterial{
	width:540px;
	background-image:url(../images/listmaterial_bg_02.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	background-color:#e3f4d0;
	margin:10px 0 0;
}
	#listmaterial .title{
		color:#fff;
		font-size:14px;
		font-weight:bold;
		background-image:url(../images/listmaterial_bg_01.gif);
		background-repeat:no-repeat;
		background-position:0 0;
		background-color:#62a110;
		border-bottom:2px solid #4e8e0d;
		padding:7px 10px 2px 30px;
	}
	#listmaterial .comment{
		padding:10px;
	}
#listarea{
	width:540px;
	background-image:url(../images/listarea_bg_02.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	background-color:#f9efdf;
	margin:10px 0 0;
}
	#listarea .title{
		color:#fff;
		font-size:14px;
		font-weight:bold;
		background-image:url(../images/listarea_bg_01.gif);
		background-repeat:no-repeat;
		background-position:0 0;
		background-color:#9c6121;
		border-bottom:2px solid #884e1a;
		padding:7px 10px 2px 30px;
	}
	#listarea .comment{
		padding:10px;
	}

/* 一覧に戻る
----------------------------------------------------------------*/
#backbtn{
	margin:20px 0;
}
	#backbtn a{
		display:block;
		width:128px;
		height:20px;
		text-align:center;
		color:#4e810d;
		border:1px solid #ccdfb6;
		background-color:#e3f4d0;
		
		padding:5px 10px 3px;
	}
	#backbtn a:hover{
		/*color:#fff;*/
		border:1px solid #aecc8b;
		background-color:#b9dc91;
	}

/* リンク集
----------------------------------------------------------------*/
.linktbl{
}
	.linktbl .td01{
		vertical-align:middle;
	}
	.linktbl .td02{
		width:120px;
		padding:5px 0;
	}


