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

/*---------------------- Tag Section ----------------------*/

h2 {
	text-align: center;
}

h3 {
	font-size: 200%;
	font-weight: bold;
	color: #000;
	text-align: left;
	background: url(../images/h3_bg.jpg) no-repeat left center;
	padding-left: 55px;
	margin: 1em 0;
}

h4 {
	font-size: 140%;
	font-weight: bold;
	border-left: #33c 8px solid;
	border-bottom: #33c 1px dashed;
	text-align: left;
	padding-left: 5px;
	line-height: 1.2em;
	margin: 1em 0;
}

h5 {
	background: #8484de;
	color: #fff;
	text-align: left;
	padding: 0.2em 0.5em;
	line-height: 1.2em;
	margin: 1em 0;
	text-shadow: 2px 2px 2px #336;
}
h5 span {
	color: #000;
	font-weight: normal;
	text-shadow: none;
	padding-left: 2em;
}

h6 {
	color: #000;
	text-align: left;
	padding: 0.2em 0.5em;
	line-height: 1.2em;
	border: 1px solid #33c;
	margin: 1em 0;
}

/*---------------------- ID Section ----------------------*/

#left_box {
	width: 750px;
	margin: 0 15px;
	float: left;
}

#contents {
	width: 710px;
	padding: 20px;
	background: #fff;
}

#topic_path {
	position: absolute;
	top: 110px;
	left: 30px;
}

#topic_path p {
	font-size: 90%;
}

#bottom_navi {
	text-align: center;
}

#footer {
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat;
	padding: 30px 20px;
}

#footer p {
	margin: 0;
	line-height: 1.2em;
	text-align:left;
	color: #ccc;
	font-size: 90%;
}


/*---------------------- Side Menu ----------------------*/


#side_menu {
	width: 220px;
	margin: 20px 0;
	float: left;
}

#side_menu li {
	color: #fff;
	text-align: left;
	list-style: none;
}

#side_menu dt a:link,
#side_menu dt a:visited {
	width: 200px;
	height: 26px;
	display: block;
	background: url(../images/menu_bg.jpg) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	padding: 6px 0 0 10px;
	margin: 5px 0;
}

#side_menu dt a:hover,
#side_menu dt a:active {
	background: url(../images/menu_bg.jpg) no-repeat 0 -32px;
	color: #000;
}

.golf p a:link,
.golf p a:visited {
	width: 180px;
	height: 20px;
	display: block;
	background: url(../images/menu_golf_bg.jpg) no-repeat 0 0;
	color: #ccc;
	text-decoration: none;
	padding-left: 35px;
	margin: 3px 0;
}

.golf p a:hover,
.golf p a:active {
	background: url(../images/menu_golf_bg.jpg) no-repeat 0 -20px;
	color: #fff;
}

.tennis p a:link,
.tennis p a:visited {
	width: 180px;
	height: 20px;
	display: block;
	background: url(../images/menu_tennis_bg.jpg) no-repeat 0 0;
	color: #ccc;
	text-decoration: none;
	padding-left: 35px;
	margin: 3px 0;
}

.tennis p a:hover,
.tennis p a:active {
	background: url(../images/menu_tennis_bg.jpg) no-repeat 0 -20px;
	color: #fff;
}

.futsal p a:link,
.futsal p a:visited {
	width: 180px;
	height: 20px;
	display: block;
	background: url(../images/menu_futsal_bg.jpg) no-repeat 0 0;
	color: #ccc;
	text-decoration: none;
	padding-left: 35px;
	margin: 3px 0;
}

.futsal p a:hover,
.futsal p a:active {
	background: url(../images/menu_futsal_bg.jpg) no-repeat 0 -20px;
	color: #fff;
}

.other p a:link,
.other p a:visited {
	width: 180px;
	height: 20px;
	display: block;
	color: #ccc;
	text-decoration: none;
	padding-left: 35px;
	margin: 3px 0;
}

.other p a:hover,
.other p a:active {
	color: #fff;
}

.campaign p a:link,
.campaign p a:visited {
	width: 180px;
	display: block;
	color: #ccc;
	text-decoration: none;
	padding-left: 35px;
	margin: 3px 0;
	font-size: 85%;
	line-height: 1.2em;
}

.campaign p a:hover,
.campaign p a:active {
	color: #fff;
	font-size: 85%;
	line-height: 1.2em;
}

/*---------------------- Class Section ----------------------*/

.now {
	background: #6f3;
	color: #000;
	padding: 0.1em 0.5em;
}