@charset "utf-8";
/* CSS Document */
/*------------------ ヘッダーイメージ ------------------*/
.header-img{
	background-image: url(../img/header_golf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*------------------ アクセス ------------------*/
#access{
	border-bottom:1px solid #aaaaaa;
	margin-left:15px;
	padding-bottom:15px;
	width:515px;
	_width:100%;
}
#access_none{
	border-bottom:1px solid #aaaaaa;
	margin-left:15px;
	padding-bottom:15px;
	width:515px;
	_width:100%;
	margin-top:-15px;
}
#access #txt,
#access_none #txt{
	float:right;
	line-height:1.3;
	width:415px;
}
#access #ttl,
#access_none #ttl{
	float:left;
	line-height:1.3;
	width:100px;
}

/*------------------ 詳細テキスト ------------------*/
#detail{
	border-bottom:1px solid #aaaaaa;
	margin-left:15px;
	padding:15px 0px;
	width:515px;
	_width:100%;
}
#detail #txt{
	line-height:1.3;
	padding-right:10px;
}
#detail #img_1{
	padding-bottom:10px;
	width:260px;
}
#detail #img_2{
	text-align:left;
	width:130px;
}
#detail #img_3{
	text-align:right;
	width:130px;
}

/*------------------ 詳細テキスト ------------------*/
#privilege{
	border-bottom:1px solid #aaaaaa;
	margin-left:15px;
	padding:15px 0px;
	width:515px;
	_width:100%;
}
#privilege #ttl{
	line-height:1.3;
	width:130px;
}
#privilege #txt{
	line-height:1.3;
	width:395px;
}

/*------------------ その他テキスト ------------------*/
#option01{
	border-bottom:1px solid #aaaaaa;
	margin-left:15px;
	padding:15px 0px;
	width:515px;
	_width:100%;
}
#option02{
	margin-left:15px;
	padding:15px 0px;
	width:515px;
	_width:100%;
}

/*------------------ クラブ名リスト ------------------*/
#archivettl{
	border-top:2px solid #aaa;
	margin-top:30px;
	_padding-top:30px;
}
#archivettl #courtesyttl{
	background-image: url(../img/archivettl_golfclub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 530px;
	margin:20px 0px 5px;
}
#archivettl #appointmentttl{
	background-image: url(../img/archivettl_golfclub02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 530px;
	margin:20px 0px 5px;
}
#archivelst{
	margin-bottom:30px;
	margin-left:15px;
	padding:15px 0px;
	width:515px;
	_width:100%;
}
#entry_ttl{
	background-image:url(../img/line_ttl01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-left:5px solid #cc0000;
	_width:100%;
}
#archivelst th{
	background-color:#444;
	padding:5px 2px;
}
#archivelst td{
	padding:8px 2px;
	text-align:center;
	border-bottom:1px solid #666;
}
.li{
	background-image: url(../img/icn_lst04.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:15px;
}



/*------------------ 非表示判定 ------------------*/
#c7,
#c8,
#c9,
#c10,
#c11,
#c12,
#c13,
#c14,
#c15,
#c16,
#c17,
#c18,
#c19,
#c21,
#c22{
	display:none;
	color:#000000;
	position:absolute;
	top:-9999px;
	left:-9999px;
}





