

/* ----------------------------------------------------------------------------- */
/* 釣場データベース ポイント詳細ページ専用 スタイルシート ( ver. 2012.10 )	*/
/* point_page_v1210.css	*/
/* ----------------------------------------------------------------------------- */


body{
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : #375909;
	background-color : #ffffff;
	background-image : url(head_bg.gif);
	background-repeat : repeat-x;
	font-size : 12px;
	line-height : 18px;
}
a{
	color : #375909;
	text-decoration : none;
}
a:hover{
	text-decoration : underline;
}
a:visited{
	color : #375909;
}

.line-dot{
	background-image : url(body_line_dot_span3_v1210.gif);
	width : 400px;
	height : 17px;
}

#top{
	background-image : url(head_logo_v1210.gif);
	background-repeat : no-repeat;
	width : 100%;
	height : 45px;
}

	#point-name{
		margin-left : 361px;
		padding-top : 21px;
		font-size : 12px;
		line-height : 13px;
	}

#comments{
	width : 400px;
	margin-top : 15px;
	margin-bottom : 15px;
	margin-left : 20px;
	margin-right : 20px;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	float : left;
}

#map{
	margin-top : 15px;
	margin-bottom : 15px;
	margin-left : 20px;
	margin-right : 20px;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	color : black;
}

#bottom{
	clear : both;
	margin-top : 20px;
	margin-bottom : 20px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 12px;
	line-height : 13px;
}
