@charset "Shift_JIS";
@import url(_base.css);

h1	{
	width:748px;
	height:266px;
	text-indent:-9999px;
	background:url(../img/main_img.jpg) no-repeat;
}
#news	{
	width:748px;
	border:solid 1px #666;
	border-left:none;
	border-right:none;
}
#news dt	{
	height:60px;
	float:left;
	width:59px;
	text-indent:-9999px;
	background:url(../img/title_news.gif) no-repeat;
}
#news dd	{
	float:left;
	width:670px;
	padding:3px 0px 3px 15px;
}
#news img	{
	padding-left:10px;
}
#logo	{
	float:left;
	width:310px; height:210px;
	text-indent:-9999px;
	background:url(../img/logo01.gif) no-repeat center center;
}
#content	{
	float:left;
	width:430px;
	list-style-position:outside;
	list-style-type:none;
}
#content li	{
	float:left;
	text-indent:-9999px;
	margin:10px 0px 0px 9px;
}
#content a{
	display:block;
	width:201px;
	height:74px;
}
#content .club		{
	background:url(../img/cont_club.jpg) no-repeat;		
}
#content .course	{
	background:url(../img/cont_course.jpg) no-repeat;	
}
#content .fee		{
	background:url(../img/cont_fee.jpg) no-repeat;		
}
#content .event		{
	background:url(../img/cont_event.jpg) no-repeat;	
}
#content .access	{
	background:url(../img/cont_access.jpg) no-repeat;	
}
#content .link		{
	background:url(../img/cont_link.jpg) no-repeat;		
}

#banner	{
	float:left;
	width:430px;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
}
#banner li	{
	float:left;
	margin:10px 0px 0px 9px;
}

#address	{
	clear:both;
	height:50px;
	list-style-position:outside;
	list-style-type:none;
	border-top:solid 1px #666;
	margin:10px 0px 0px 0px;
}
#address li	{
	margin:5px 10px;
}
#address .name	{
	width:213px;
	height:20px;
	text-indent:-9999px;
	background:url(../img/logo02.gif) no-repeat;
}
#address .add	{
	font-size:12px;
}
#cp	{
	color:#666;
	font-size:11px;
	font-family:chicago, Times, serif;
	position:relative;
	margin:0px 10px;
	padding-bottom:5px;
}
#foot	{
	width:748px;
	height:5px;
	background-color:#000;
	position:fixed;
	bottom:0px;
}
/*******************************************************/
/*	float΍*/
#news,
#logo,
#content,
#banner	{
	display:inline-block;
}
#news:after,
#logo:after,
#content:after,
#banner:after
{
	content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
