@charset "utf-8";
/* CSS Document */

.mapnavi{
	text-align:center;
	font-size:80%;
	height:20px;
}
#maparea{
	/*position: absolute;*/
	/*top: 0px;
	left: 0px;*/
	width:100%;
	/*margin-left: 0px;*/
	background-color: #C4D9F8;
	/*float:right;*/
}
#maparea #map{
	/*height:418px;*/
	height:468px;
}
#maparea .loading{
	color: gray;
	padding: 162px 10px 162px 10px;
}

#listarea {
	text-align:left;
	/*position: absolute;*/
	/*top: 0px;
	left: 390px;*/
	width: 100%;
	height:450px;
	/*background-color:#DCDDDF;*/
	border:solid 1px #ccc;
}

#listarea #listHead {
	height:16px;
	text-align:center;
	padding:3px;
}
#listarea #list {
	padding:3px;
	/*height:331px;*/
	height:402px;
	overflow: auto;
}
#listarea #list .pointListAccentLinePointName {
	background-color: #DDFFDD;
}
#listarea #list .pointListLinePointName {
	background-color: #FFFFFF;
}
#listarea #list .pointListLine {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#listarea #list .pointListLine IMG.icon {
	padding-right: 2px;
	float:left;
}


#listarea #list .pointListLine .header {
	color: #000000;
	font-size: 80%;
	padding-left:20px;
}
#listarea #list .pointListLine .body {
	font-size: 70%;
	padding-left:22px;
}

.infowindow, .infoWindowHeader, .infoWindowBody, .profPhoto {
	width:350px;
}
.infowindow {
  height:200px;
}

.infoWindowNavi {
	font-size: 80%;
	margin:0;
	padding:0.5em;
	text-align:center;
}

.naviListIcon {
	margin-right:10px;
}
.infoWindowHeader {
	font-size: 90%;
	font-weight:bold;
	padding-bottom:5px;
}

.infoWindowBody {
	font-size: 80%;
	text-align:left;
	width:340px;
	overflow: auto;
	height:150px;
	line-height:140%;
}

.headtext {
	padding-bottom: 1em;
}

.headtext_label {
  color: #CC6600;
}

.headtext_content {

}

.entryInfoWindowBody {
	font-size: 80%;
	text-align:left;
	width:340px;
	overflow: auto;
	height:120px;
	line-height:140%;
}

.profInfoWindowBody {
	font-size: 80%;
	text-align:left;
	width:340px;
	overflow: auto;
	height:150px;
	line-height:140%;
}

.proftext {
	padding-bottom: 1em;
}


.landmarkInfoWindowBody {
	font-size: 80%;
	text-align:left;
}

.profInfoWindowBody .profPhoto {
	float:left;
	width:160px;
	padding-right:10px;
	padding-bottom:10px;
}

.infoWindowBody .photo {
	float:left;
	/*width:160px;*/
	padding-right:10px;
	padding-bottom:10px;
}

.infoWindowFooter {
	font-size: 80%;
}

.infoWindow .infoWindowFooter ul {
	list-style-type: none;
}
.infoWindow .infoWindowFooter #landmarkEntryList ul {
	list-style-type: none;
}

.infoWindowBody .commentPostForm {
	
}
.landmarkCommentList {
	width:95%;
	overflow: auto;
	height:100px;
}
.landmarkCommentList .landmarkComment .commentAuther {
}
.landmarkCommentList .landmarkComment .commentText {
	color:green;
}
#commentPostForm table {
	font-size: 80%;
}
#commentPostForm th {
	text-align:right;
}
#commentPostForm #author {
	width:100px;
}
#commentPostForm #text {
	width:200px;
}

#button_updateToView {
	text-align:left;
	position: absolute;
	right: 0px;
	left: 0px;
	top:20px;
	height: 17px;
	width: 155px;
	font-size: 9px;
	font-weight:bold;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#head {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	height: 150px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #252022;
}
#footer p {
	padding: 0 10px;
	color: #CCC;
}
#footer p.small {
	font-size: 10px;
	color: #CCC;
}
#footer  {
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	background-color: #FFF;
}