@charset "utf-8";
.mapa0 {
	margin: 0px;
	padding: 0px;
}
#what_new_comment {
	width:500px;
	height:auto;
	background-color:#FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px;
	overflow: hidden;
}

#what_new_comment_top {
	width:520px;
	height:150px;
	background-color:#FFFFFF;
	overflow: scroll;
	color: #333333;
}


.new_comment {
	width:500px;
	height:auto;
	overflow:hidden;
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-weight: normal;
}

.day {
	float:left;
	width:100px;
	height:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.comment {
	float:right;
	width:390px;
	height:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.new_comment2 {
	clear:both;
	width:500px;
	height:1px;
	padding:0px 0;
	background-image:url(../img/common/border.gif);
	background-repeat:repeat-x;
	text-indent:-9999px;
	font-size:1px;
	line-height:1em;
	margin-top: 5;
	margin-left: 5;
}

.new_comment:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

* html .new_comment {
	height:1em;
	overflow:visible;
}

