img
{
	border:0;
}
#area
{
	margin:auto;
	width:512px;
	height:auto;
}

#header
{
	width:512px;
	height:auto;
}

#contents
{
	width:512px;
	height:auto;
}

#footer
{
	width:512px;
	height:auto;
	text-align: center;
}

/* TOP詳細ボックス */
.top_box
{
	width: 512px;
	float: left;
	margin: 0px 0px 15px 0px;
}

	.top_box h2
	{
		margin-bottom: 15px;
	}
	
	.top_box h3
	{
		margin-bottom: 15px;
	}
	
	.top_box p
	{
		width: 100%;
		line-height: 1.5;
		text-align: center;
	}

/* 詳細ボックス */
.box
{
	width: 470px;
	float: left;
	margin: 10px 0px 15px 10px;
	padding: 10px;
	border: 1px solid #9d9d9d;
}

/* 詳細ボックス 文言 */
.box p
{
	width: 100%;
	text-align: center;
	font-size: large;
	padding-bottom: 0px;
}

/* 詳細ボックス table */
.box table
{
	width: 100%;
	border: 1px solid #67ba65;
	border-collapse: collapse;
}

	.box table th
	{
		width: 100px;
		border: 1px solid #67ba65;
		padding: 5px;
		background-color: #b5deb4;
	}
	
	.box table td
	{
		border: 1px solid #67ba65;
		padding: 5px;
	}
	
/* 結果 */
.top_box ul
{
	width: 400px;
	margin: 0px 0px 20px 35px;

}

	.top_box ul li
	{
		padding-left: 35px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	.top_box ul li.r1
	{
		background-image: url(../images/golf/icon_r1.gif);
		background-repeat: no-repeat;
	}
	
	.top_box ul li.r2
	{
		background-image: url(../images/golf/icon_r2.gif);
		background-repeat: no-repeat;
	}
	
	.top_box ul li.r3
	{
		background-image: url(../images/golf/icon_r3.gif);
		background-repeat: no-repeat;
	}

	.top_box ul li.bg
	{
		background-image: url(../images/golf/icon_bg.gif);
		background-repeat: no-repeat;
	}
		