﻿@charset "utf-8";

/*
============================================

	Golf CSS

============================================
*/


div#wrap div#contents div#left_column div#pic_space {
    margin-top:3em;
    background-image:url('../common-images/bar.png');
	background-repeat:no-repeat;
	background-position:top;
	padding-top:2.5em;
}

div#wrap div#contents div#left_column div#golf_details {
	background-image:url('../golf/golf_back2.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	width:670px;
	padding-bottom:30px;
	margin-top:3em;
	overflow:hidden;
}

div#wrap div#contents div#left_column div#golf_details dl {
	width:310px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:1em;
	line-height:1.8em;
}

div#wrap div#contents div#left_column div#golf_details dl dt {
	float:left;
	margin-right:1em;
	font-size:0.9em;
	color:#008e3c;
	font-weight:bold;
}

div#wrap div#contents div#left_column div#golf_details dl dd {
	font-size:0.9em;
	border-bottom:dotted 1px #008e3c;
}

div#wrap div#contents div#left_column div#golf_details dl dd span {
	margin-left:3em;
}