/* header */
#header {
	height:140px;
	background:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

/*section*/
#header section {
	margin:0px auto;
	width:980px;
	/*border-right: 1px solid #cccccc;*/
}

#header section .name {
	width:300px;
	float:left;
}

#header section .name2 {
	width:770px;
	float:left;
}

#header section .name3 {
	width:420px;
	float:left;
}

#header section .name p.category,
#header section .name2 p.category,
#header section .name3 p.category {
	margin-left:10px;
	margin-top:30px;
	margin-bottom:5px;
	font-size:20px;
	line-height:1.0;
	color:#db0042;
}

#header section .name p.main,
#header section .name2 p.main,
#header section .name3 p.main {
	margin-left:10px;
	margin-bottom:5px;
	font-size:40px;
	line-height:1.0;
	color:#000000;
}

#header section .name p.mainSm,
#header section .name2 p.mainSm,
#header section .name3 p.mainSm {
	margin-left:10px;
	margin-bottom:5px;
	font-size:30px;
	line-height:1.3;
	color:#000000;
}

#header section .name p.sub,
#header section .name2 p.sub,
#header section .name3 p.sub {
	margin-left:10px;
	line-height:1.0;
	color:#000000;
}

#header section .support {
	margin-top:50px;
	width:470px;
	float:left;
}

#header section .support2 {
	margin-top:50px;
	width:350px;
	float:left;
}

#header section .support .button,
#header section .support2 .button {
	padding: 10px 0px;
	width: 308px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background: #cc0000;
	float: left;
}

#header section .support .button p,
#header section .support2 .button p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
}

#header section .support .button p,
#header section .support2 .button p {
   margin-right: 20px;
   background-image: url("../img/icon_tri_lg2.gif");
   background-repeat: no-repeat;
   background-position: right center;
}

#header section .logo {
	margin-top:50px;
	width:210px;
	float:left;
}

/* topBar */
#topBar {
	margin-bottom:0px;
	padding: 20px 0px;
	background:#000000;
}

/* list */
#topBar #list {
	margin:0px auto;
	width:960px;
}

#topBar #list li {
	display:inline;
	margin-right:5px;
}

#topBar #list li a {
	color:#ffffff;
}

#topBar #list li {
	color:#ffffff;
}

/* topBarGold */
#topBarGold {
	margin-bottom:0px;
	padding: 5px 0px;
	background: url(../../athlete/img/bg_topbar.jpg);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#topBarGold #list {
	margin: 0px auto;
	width: 960px;
}

#topBarGold #list p {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 20px;
	line-height: 50px;
	color: #000;
	padding-left: 60px;
	background-image: url(../../athlete/img/fireman_gold.png);
	background-size: 50px;
	background-repeat: no-repeat;
}

#topBarGold #list #badge {
	margin-right: 20px;
	width: 50px;
	float: left;
}

#topBarGold #list #badge img {
	display: block;
	margin: 0;
	padding: 0;
}

#topBarGold #list #official {
	width: 870px;
	float: left;
}

/* footer */
#footer {
	padding:50px 0px;
	background:#000000;
}

#footer ul.nav {
	margin-bottom: 30px;
	text-align: center;
}

#footer ul a {
	color:#ffffff;
	text-decoration: none;
	/*border-bottom: dotted 1px #ffffff;*/
}

#footer ul.nav li {
	display: inline;
	padding: 0px 0px;
	/*border-right: 1px solid #ffffff;*/
}

#footer ul.nav li.end {
	display: inline;
	padding: 0px 0px;
	border-right: 0px solid #ffffff;
}

#footer li {
	color: #ffffff;
	text-align: center;
}

#footer li.logo {
	margin-bottom:10px;
}

#footer li.title {
	margin-bottom:3px;
}

#footer li.contact {
	margin-top: 15px;
	margin-bottom: 0px;
}

.tel {
	font-size:24px;
	line-height:1.0;
}

#footer li.mail {
	margin-bottom: 30px;
}

#footer li.cp {
	margin-bottom: 5px;
}

#footer p {
	text-align: center;
}