@charset "utf-8";
/* CSS Document */

body{font:12px/1.431 "Hiragino Kaku Gothic ProN",helvetica, sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{*font-size:108%;line-height:100%;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,button,textarea,select {
	*font-size: 100%;
}


/* body -------------------------------- */

body {
	color: #000;
	text-align: center;
	height: 100%;
}

/* link -------------------------------- */

a { color: #d3426c; outline: none; text-decoration:none; }
a:hover{ text-decoration:underline; }

a:hover img {
  opacity:0.6;
  filter: alpha(opacity=60);
}

/* clearfix -------------------------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}


/* Margin */


.mr10px { 
	margin-right: 10px !important; 
	}
.mb15px	{ 
	margin-bottom: 15px !important; 
	}
	
/* Contensts -------------------------------- */
#contensts {
	width: 700px;
	margin: 0px auto 0 auto;
	text-align: left;
}

#contensts .lContents {
	float: right;
	width: 700px;
}


/* lContensts golf information -------------------------------- */
#contensts .lContents .golfInfo {
	width: 700px;
	height: 349px;
}
#contensts .lContents .golfInfo .ttl {
	padding: 19px;
}
#contensts .lContents .golfInfo .golfListArea {
	overflow: auto;
	width: 700px;
	height: 270px;
	margin: 0;
}
#contensts .lContents .golfInfo .golfListArea .golfList {
	
}
#contensts .lContents .golfInfo .golfListArea .golfList .golfBox {
	float: left;
	width: 300px;
	height: 110px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f7f5f4;
}
#contensts .lContents .golfInfo .golfListArea .golfList .golfBox .ph {
	float: left;
	width: 120px;
}
#contensts .lContents .golfInfo .golfListArea .golfList .golfBox .golfData {
	float: right;
	width: 180px;
	line-height: 1.4;

	*line-height: 1.2; /* IE7 */
}
#contensts .lContents .golfInfo .golfListArea .golfList .golfBox .golfData .gName {
	font-weight: bold;
	margin-bottom: 10px;
}
#contensts .lContents .golfInfo .golfListArea .golfList .golfBox .golfData .address {
	margin-bottom: 15px;
}
#contensts .lContents .golfInfo .golfListArea .golfList .golfBox .golfData .url {
	width: 207px;
	color: #5d9a00;
	word-wrap:break-word;
}	

tr {
	border-bottom: dotted 1px ;
}
	
