@charset "utf-8";

/*===================================================
制作日：2009.05.21
製作者：松永
更新日：
更新者：

+subnavi

+left-col, right-col

+img

+detail

+goods_list

+others
  -explain
  -pagetop
==================================================== */

/* subnavi
---------------------------------------------------- */
#subnavi{
	background: url("../images/enjoy-futsal/subnavi_bk.gif") no-repeat 2px bottom;
}
#subnavi ul{
}

#subnavi li{
	text-align: center;
}

#subnavi li a{
	color: #000;
	height: 39px;
	width: 151px;
	text-indent: 0px;
	background: url("../images/enjoy-futsal/subnavi_white.gif") no-repeat 0 0;
}
#subnavi li a:hover,
#subnavi li a.current{
	background: url("../images/enjoy-futsal/subnavi_hover_white.gif") no-repeat 0 0;
	text-decoration: none;
}
#subnavi li.end a:hover,
#subnavi li.end a.current{
	background: url("../images/enjoy-futsal/subnavi_hover_white_end.gif") no-repeat 0 0;
	text-decoration: none;
}
#subnavi li.first a{
	background: url("../images/enjoy-futsal/subnavi_white_first.gif") no-repeat 0 0;
	width: 152px;
}

#subnavi li.first a:hover,
#subnavi li.first a.current{
	background: url("../images/enjoy-futsal/subnavi_hover_white_first.gif") no-repeat 0 0;
	text-decoration: none;
	width: 152px;
}

#subnavi li span{
	display: block;
	_font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
}

/* left-col, right-col
---------------------------------------------------- */
#left-col{
	float: left;
	width: 474px;
	margin-right: 20px;
}
#right-col{
	float: left;
	width: 236px;
}

/* img
---------------------------------------------------- */
p.left img{
	float: left;
	padding: 0 5px 0 0;
}
p.right img{
	float: right;
	padding: 0 0 0 5px;
}
p.top{
	margin: 0 auto;
	text-align: center;
}
p.top img{
	padding: 0 0 5px 0;
}
p.bottom{
	margin: 0 auto;
	text-align: center;
}
p.bottom img{
	padding: 5px 0 0 0;
}

/* detail
---------------------------------------------------- */
.detail_green div{
	border: 5px solid #E4FC89;
	background-color: #F5FED3;
	margin-bottom: 20px;
	padding: 10px;
}
.detail_green dt{
	font-weight: bold;
	background: url(../images/list_bullet2.gif) no-repeat 0 3px;
	margin-bottom: 3px;
	padding-left: 15px;
}

.detail_green dd{
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 0 3px 15px;
}

/* goods_list
---------------------------------------------------- */
.goods_list{
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.goods_list h4{
	font-weight: bold;
	background: url(../images/list_bullet2.gif) no-repeat 0 3px;
	margin-bottom: 5px;
	padding-left: 15px;
}

.goods_list_image{
	float: left;
	width: 80px;
	margin-right: 10px;
}
.goods_list_text{
	float: left;
	width: 384px;
}

/* others
---------------------------------------------------- */
.banner li{
	margin-bottom: 10px;
}
.link li{
	font-weight: bold;
	font-size: 120%;
	_font-size: 14px;
	background: url(../images/enjoy-futsal/bar_link.gif) no-repeat 0 0;
	height: 30px;
	width: 474px;
	margin-bottom: 20px;
}
.link li span{
	display: block;
	padding: 5px 15px
}

.link li a{
	display: block;
	height: 30px;
	width: 474px;
}
.link li a:hover{
	text-decoration: none;
}

.main_image{
	margin-bottom: 20px;
}
h2.title{
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 20px;
}
.explain{
	margin-bottom: 0px;
}

.explain h3{
	font-size: 12px;
	font-weight: bold;
	background: url(../images/enjoy-futsal/bar_subtitle.gif) no-repeat 0 0;
	width: 444px;
	height: 22px;
	padding: 3px 10px 0 20px;
	margin-bottom: 10px;
}
.pagetop{
	margin-top: 0px;
}

