@charset "windows-874";
/* CSS Document */

#course-des {
	width: 620px;
	margin: 30px auto;
	text-align: left;
	font-family: Arail, Geneva, sans-serif;
}
	#course-des strong {
		font-size: 17px; line-height: 20px;
		color: #2A4467;
		font-weight: normal;
	}
	
	#course-des h2 {
		font-size: 14px;
		color: #053700;
		margin: 10px;
	}
#course-des table {
	font-size: 14px; line-height: 18px;
	margin: 0 0 20px 10px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#course-des ul {
	margin:0; padding:0;
	list-style: none;
	float: left;
	width: 100%;
}
	#course-des ul li{
		font-size: 14px;
		line-height: 20px;
		margin-left: 10px;
		padding-left: 18px;
		margin-bottom: 4px;
		background: url(map/flag_blue.png) no-repeat 0 5px;
	}
#course-des p {
	margin:0; padding: 0;
	font-size: 14px;
}
#image {
	width: 240px;
	border: 1px solid #ccc;
	text-align:center;
	float: left;
}
	#image img { 
		border: none;
		margin: 10px;
	}
#data {
	float: right;
	width: 330px;
}
	#course-des .hole-name strong {
		font-size: 36px;
		line-height: 36px;
		color: #941000;
		border-bottom: 1px dotted #941000;
		margin-bottom: 10px;
		float:left;
		width: 100%;
		font-weight: bold;
		font-family: "Times New Roman", Times, serif;
	}
	#course-des .hole-detail {
		margin-bottom: 3px;
	}
	.hole-data {
		margin-top: 10px;
	}
		#data .hole-data strong {
			margin-bottom: 10px;
			width: 100%;
			float: left;
		}
#course-des .des {
	margin-top: 30px;
}
	.des strong {
		margin-bottom: 10px;
		width: 100%;
		float: left;
	}
/*
* Clear
* === === === === === ===
*/
	
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}
