@charset "utf-8";

body {
	background: url(./../images/list_bg.gif) repeat-x;
	text-align:center;
}

/*HEADER----------------------------------*/

#header{
	position:relative;
	height:72px;
	width:800px;
	margin:0 auto 40px;
}

#header img{
	position:absolute;
	top:16px;
	left:40px;
	width:80px;
	height:auto;
}


#header h1{
	position:absolute;
	top:30px;
	left:140px;
	color:#000000;
	font-size:14px;
}

.fitness_header {
	border-bottom: 1px solid #dadada;
    left: 0;
    margin: auto auto 80px;
    min-width: 734px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fitness_header_main {
    background: #fff none repeat scroll 0 0;
    height: 70px;
    margin: 0 auto;
    max-width: 734px;
    position: relative;
}


.fitness_header_logo {
    left: 0px;
    position: absolute;
    top: 25px;
    width: 100px;
}

.fitness_header_logo img{
	width: 100%;
}


h2.fitness_shopInfo_sectionTtl {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    line-height: 1em;
    padding: 6px 19px;
    width: 698px;
    margin: 0 auto 30px;
    text-align: left;
    font-weight: 600;
}
.en {
    font-family: "ColfaxWeb",sans-serif;
    font-style: normal;
    font-weight: 500;
}

#wrap{
	width:734px;
	text-align:left;
	padding-bottom:30px;
	margin:0 auto;
}

#wrap .inner{
	margin:0 auto 30px;
	position:relative;
}

#wrap h2{
	font-size:16px;
	color:#000000;
	background: url(./../images/h2_bg.gif) no-repeat;
	width:734px;
	height:39px;
	margin-bottom:15px;
}

#wrap h2 span{
	position:absolute;
	top:13px;
	left:30px;
}

#wrap .btn{
	position:absolute;
	top:14px;
	right:20px;
}

#wrap dl{
	line-height:30px;
	padding:0 0 0 15px;
	font-size:12px;
	margin-left:3px;
}

#wrap dl dt{
	font-weight:bold;
	line-height:20px;
}

#wrap dl dd{
	line-height:30px;
	padding:0 0 0 30px;
	font-size:12px;
	background: url(./../images/pdf.gif) no-repeat 0 6px;
}

#wrap ul{
	margin-top:10px;
}

#wrap li{
	line-height:30px;
	padding:0 0 0 30px;
	font-size:12px;
	margin-left:20px;
}

#wrap dl dd a,
#wrap li a{
	text-decoration:none;
}

#wrap dl dd a:hover,
#wrap li a:hover{
	color:#bf172e;
	text-decoration:underline;
}

#wrap .btn a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60)";
}

#wrap li.program{
	background: url(./../images/window.gif) no-repeat 0 8px;
}

#wrap li.schedule{
	background: url(./../images/schedule.gif) no-repeat 0 6px;
}

#wrap li.pdf{
	background: url(./../images/pdf.gif) no-repeat 0 6px;
}

#wrap dl dd .updating{
	font-size:10px;
	color:#999;
}