/* ここは触らないで下さい */
* {
	margin:0;
	padding:0;
	border:0;
}
/* 日本語 */
body {
	font: 100% Arial, Helvetica, sans-serif;
	color:black;
	font-family:'メイリオ';
}
/* 日本語 */
table.h_table{
	border-radius:5px;
    background-color:orange;
    width:512px;
}
/* 日本語 */
td.hicon{
	width:50px;
	height:50px;
}

/* 日本語 */
td.hitem{
	content:"www.worldgolf.jp";
	width:300px;
	height:50px;
}

/* 日本語 */
td.haddress{
	width:75px;
	text-align:center;
}

/* 日本語 */
td.hordernum{
	width: 100px;
	height:50px;
	font-size:10px;
}
/* 日本語 */
table.t_table{
	border-radius:5px;
    background-color:skyblue;
    width:512px;
    color: black;
}
/* 日本語 */
td.ticon{
	width:40px;
	height:50px;
}
/* 日本語 */
td.titem{
	width:462px;
	height:50px;
}
/* 日本語 */
a {
	font-weight:bold;
	color:#333333;
	font-size:11px;
	text-decoration:none;
}

#noimg:after{
	content:"WGJP";
	width:50px;
	height:50px;
}

/* ここから下は触らないで下さい */
#wap {
	width: 512px;
	margin: 0px auto;
}

#slide {
	font-size: 84%;
	width:512px;
	height:512px;
	overflow: hidden;
	position: relative;
}
#slide ul {
	list-style: none;
	position:relative;
	width:512px;
}

#slide ul li {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 0px solid #CCCCCC;
}

#slide #fade {
	position:absolute;
	bottom:0;
	width:512px;
	height:60px;
	z-index:1;
	background:url(fade.png) repeat-x bottom;
	_visibility:hidden;
}