@import url("/golf/css/common.css");
/* ---------------------------- コンテンツ部分 ---------------------------- */
/* ----- タイトル h1 ----- */
#content h1{
	background:url(../image/title_h1.gif) 0px 0px no-repeat;
}
/* ----- 小見出し h2 ----- */
h2.heading {
	margin:25px auto 10px auto;
}

/* ----- タイトル イメージ ----- */
#img_box #img_text{
background:url(../image/title_img.jpg) 0px 0px no-repeat;
}
#content h3{
margin:0 auto;
}

/* ----- 詳細 ----- */
.b_30{
	overflow:hidden;
	clear:both;
	width:840px;
	margin:0px auto;
	padding:0 0 30px 0;
}
.t_30{
	overflow:hidden;
	clear:both;
	width:860px;
	margin:0px auto;
	padding:30px 0 0 0;
}

.btn_change a{
	display:block;
	float:right;
	width:250px;
	height:40px;
	background:url(../image/btn.jpg) 0px 0px no-repeat;
	text-indent:-9999px;
}
.btn_conf a{
	display:block;
	float:right;
	width:250px;
	height:40px;
	background:url(../image/btn.jpg) -250px 0px no-repeat;
	text-indent:-9999px;
}
.btn_change a:hover{
	background:url(../image/btn.jpg) 0px -40px no-repeat;
}
.btn_conf a:hover{
	background:url(../image/btn.jpg) -250px -40px no-repeat;
}
.kome{
	color:#444444;
}
.txt_miss{
	padding:0 0 10px 22px;
	background:url(../image_cmn/icn_error.gif) no-repeat 0px 0px;
	color:#FF0000;
	line-height:140%;
}
p.CourseSelect {
 margin:0 0 20px 0;
}

p.StartTime {
	margin-bottom:15px;
}