@charset "utf-8";
/* CSS Document */

#headerArea{
	background:url(../images/sub_header_top.gif) no-repeat;
}

#container{
	background:url(../images/sub_header_club.gif) no-repeat;
}
#mainContents {
	background:url(../images/error_lupe.gif) no-repeat #FFF bottom right;
}
#mainContentsInner{
    margin: 20px;
    padding-bottom: 10px;
    height: auto;
}
h3 span {
	background-color:rgb(241,242,218);
	border-color:rgb(197,202,104);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:1px;
	border-style:solid;
	padding:8px;
	background-color:#F1F2DA;
}

/*------------------suvnavi------------------*/

#aside{
	margin-top:180px;
}

#subMenu{
	width:220px;
	margin:20px 0 20px 0;
}

#aside .bannerArea{
	width:220px;
}

#aside #fb{
	width:220px;
	background:#fff;
}

#breadcrumb{
	width:708px;
	float:right;
	margin-top:10px;
	overflow:hidden;
}
#breadcrumb ul li{
	float:left;
	padding-right:7px;
}
#breadcrumb ul li a{
	font-size:12px;
}
#breadcrumb ul li span{
	color:#000;
	padding-left:5px;
}
#breadcrumb ul li.bcLocal{
	font-weight:bold;
	color:#000;
}

/*----------------mainContents------------------*/

#mainContentsInner h3{
	font-weight:bold;
	font-size:18px;
	padding:8px 0px;
	margin:3px 0 20px 0;
}

/*div.clubCont01ここから↓*/

.clubCont01{
	margin-bottom:15px;
	overflow:hidden;
}

.clubCont01 p{
	line-height:1.8em;
	margin-bottom:10px;
}

.clubLink{
	padding-left:16px;
	background:url(../images/marker01.gif) no-repeat left;
}

dl {
	background-color: #E0E0E0;
	border: 1px solid #999;
	border-top: none;
	margin:0 2px 10px 10px;
}
dt {
	background-color: #E0E0E0;
	padding: 0.5em 0;
	border-top: 1px solid #999;
	float: left;
	width:120px;
	color: #000;
	text-align:center;
}
dd {
	background-color: #FFF;
	padding: 0.5em 1em 0.5em 1em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-left:120px;
}
dt span {
	margin-left:1em;
}
dd span {
	color:#F00;
}
.clubCont01 .clDt1 {
	padding-top:18px;
}

/*div.clubCont01ここまで↑*/
