@charset "utf-8";
/* CSS Document */

.golf_box{
	width:525px;
}

.golf_box h2{
	background-attachment:scroll;
	background-image:url(img/scratch/h2_title.jpg);
	background-repeat:no-repeat;
	font-size:107.6%;
	height:24px;
	margin-bottom:10px;
	padding:3px 0 6px 32px;
	color:#444;
	clear:both;
}
.golf_box h3{
	background-attachment:scroll;
	background-image:url(img/scratch/h3_bg.gif);
	background-repeat:no-repeat;
	background-color:#003F1F;
	font-size:90%;
	margin-bottom:10px;
	padding:3px 0 0 27px;
	color:#fff;
	clear:both;
}

.tbl_date{
	border-collapse:collapse;
}
.tbl_date th{
	white-space:nowrap;
	font-size:75%;
	border:#CCC solid 1px;
	padding:10px 5px 5px 5px;
	color:#003F1F;
	background-image:url(img/scratch/tbl_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.tbl_date td{
	font-size:75%;
	border:#CCC solid 1px;
	padding:10px 5px 5px 5px;
	color:#333;
}


.tbl_howto{
	border-collapse:collapse;
}
.tbl_howto th{
	white-space:nowrap;
	font-size:75%;
	padding:10px 5px 5px 5px;
	color:#003F1F;
	vertical-align:top;
}
.tbl_howto td{
	font-size:75%;
	padding:10px 5px 5px 5px;
	color:#333;
}

.golf_list{
	padding:0;
	margin:0;
	margin-left:15px;
}
.golf_list li{
	background-image:url(img/scratch/icon02.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	padding-left:15px;
	list-style:none;
	font-size:75%;
	color:#333;
}

.golf_box .line{
	border-bottom:#003F1F solid 2px;
}
.golf_box p{
	font-size:75%;
	line-height:150%;
	color:#333;
	padding-left:15px;
}
.golf_box .point{
	color:#C00;
	font-size:130%;
	font-weight:bold;
}


.tbl_meigi{
	border-collapse:collapse;
	border:#CCC solid 1px;
}
.tbl_meigi th{
	white-space:nowrap;
	font-size:75%;
	padding:10px 5px 5px 5px;
	color:#003F1F;
	vertical-align:top;
	background-attachment:scroll;
	background-image:url(img/scratch/dot.gif);
background-position:left bottom;
background-repeat:repeat-x;
}
.tbl_meigi td{
	font-size:75%;
	padding:10px 5px 5px 5px;
	color:#333;
	background-attachment:scroll;
	background-image:url(img/scratch/dot.gif);
background-position:left bottom;
background-repeat:repeat-x;
}

.btn_box{
	text-align:center;
}

.btn_box a.btn_pdf{
	display:block;
	width:220px;
	height:42px;
	text-decoration:none;
	color:#F63;
	font-size:75%;
	padding-top:10px;
	font-weight:bold;
	background-image:url(img/scratch/btn_bg.jpg);
	background-repeat:no-repeat;
}
.btn_box a.btn_pdf:hover{
	color:#999;
	background-image:url(img/scratch/btn_bg_on.jpg);
}

.golf_box .title{
	font-size:150%;
	font-weight:bold;
	color:#039;
} 


.golf_list_link{
	padding:0;
	margin:0;
	margin-left:15px;
}
.golf_list_link li{
	background-image:url(img/scratch/icon01.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	padding-left:15px;
	list-style:none;
	font-size:75%;
	color:#333;
}

.golf_list_link li a{
	color:#030;
}
.golf_list_link li a:hover{
	color:#393;
}

.golf_menu{
	margin:0;
	padding:0;
}

.golf_menu li{
	list-style:none;
	border-left:1px solid #CCCCCC;
float:left;
padding:0 15px;
white-space:nowrap;
}
.golf_menu li a{
	color:#030;
}
.golf_menu li a:hover{
	color:#393;
}

.totop{
	text-align:right;
	margin:10px 0;
	width:525px;
	clear:both;
}
.totop a{
	color:#030;
}
.totop a:hover{
	color:#393;
}