@charset "UTF-8";

/**********************************************************/
/* 地図 */
/**********************************************************/

/* 地図メイン */
#map {
	width: 800px;
	height: 300px;
	font-size: 13px;
	margin: 0px;
}

/* 地図下側の線 */
#mapBottomLine {
	width: 800px;
	height: 10px;
	background-image: url("../img/details_map_bottom_line.jpg");
	background-repeat: repeat-x;
	margin-bottom: 10px;
}


/**********************************************************/
/* 記事詳細 */
/**********************************************************/

.detailInput {
	width: 264px;
}



/**********************************************************/
/* コメント一覧 */
/**********************************************************/

#commentList table {
	width: 600px;
	border-collapse: collapse;
}

#commentList td {
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #C4C4C4;
	padding: 5px;
}

#commentList td.caption {
	width: 600px;
	padding: 1px;
	border: solid 1px #CED7FF;
	text-align: left;
}

#commentList td.date {
	width: 127px;
	background-color: #F0F8FF;
	text-align: center;
	font-weight: normal;
	color: #003399;
}

#commentList td.name {
	width: 416px;
	border-right-style: none;
	font-weight: bold;
}

#commentList td.remove {
	width: 42px;
	border-left-style: none;
	text-align: center;
}

#commentList td.comment {

}
