@charset "UTF-8";


/*------------------------------------------------
   Layout
------------------------------------------------*/

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #bbbbbb;
}

#content {
	float: left;
	width: 670px;
	margin-left: 30px;
	padding-left: 29px;
	border-left: 1px dotted #aaaaaa;
}

#logo {
	width: 170px;
	height: 130px;
	margin-bottom: 9px;
	background: url(../../img/common/logo.gif) left top no-repeat;
	text-indent: -9999px;
}

#gnav-copy {
	display: block;
	width: 170px;
	height: 80px;
	background: url(../../img/common/gnav_copy.gif) left top no-repeat;
	text-indent: -9999px;
}

#pagetop-btn {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	text-align: right;
}

#footer {
	clear: both;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-color: #a0cef2;
}

#copyright {
	display: block;
	width: 940px;
	height: 85px;
	margin: 0 auto;
	background: url(../../img/common/copyright.png) left top no-repeat;
	text-indent: -9999px;
}

.border-plus {
	width: 670px;
	height: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	background: url(../../img/common/border_plus.gif) left top repeat-x;
}


h4 {
	font-weight: bold;
	margin-bottom: 5px;
}



/*------------------------------------------------
   gnav
------------------------------------------------*/

#gnav {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
}

#gnav ul {
	height: 265px;
	margin-bottom: 15px;
	padding-bottom: 35px;
	border-bottom: 1px dotted #aaaaaa;
}

#gnav li {
	display: block;
	width: 170px;
	height: 35px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#gnav li a {
	display: block;
	width: 170px;
	height: 35px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#gnav li.h30 {
	display: block;
	width: 170px;
	height: 30px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#gnav li.h30 a {
	display: block;
	width: 170px;
	height: 30px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}


#athlete { background: url(../../img/common/gnav.gif) 0 0 no-repeat;}
#women a { background: url(../../img/common/gnav.gif) 0 -35px no-repeat;}
#men a { background: url(../../img/common/gnav.gif) 0 -65px no-repeat;}
#jr a { background: url(../../img/common/gnav.gif) 0 -95px no-repeat;}
#school a { background: url(../../img/common/gnav.gif) -0px -125px no-repeat;}
#greeting a { background: url(../../img/common/gnav.gif) -0px -160px no-repeat;}
#company a { background: url(../../img/common/gnav.gif) -0px -195px no-repeat;}
#contact a { background: url(../../img/common/gnav.gif) -0px -230px no-repeat;}

#athlete a:hover { background: url(../../img/common/gnav.gif) -170px 0 no-repeat;}
#women a:hover { background: url(../../img/common/gnav.gif) -170px -35px no-repeat;}
#men a:hover { background: url(../../img/common/gnav.gif) -170px -65px no-repeat;}
#jr a:hover { background: url(../../img/common/gnav.gif) -170px -95px no-repeat;}
#school a:hover { background: url(../../img/common/gnav.gif) -170px -125px no-repeat;}
#greeting a:hover { background: url(../../img/common/gnav.gif) -170px -160px no-repeat;}
#company a:hover { background: url(../../img/common/gnav.gif) -170px -195px no-repeat;}
#contact a:hover { background: url(../../img/common/gnav.gif) -170px -230px no-repeat;}

#athlete a.current { background: url(../../img/common/gnav.gif) -170px 0 no-repeat;}
#women a.current { background: url(../../img/common/gnav.gif) -170px -35px no-repeat;}
#men a.current { background: url(../../img/common/gnav.gif) -170px -65px no-repeat;}
#jr a.current { background: url(../../img/common/gnav.gif) -170px -95px no-repeat;}
#school a.current { background: url(../../img/common/gnav.gif) -170px -125px no-repeat;}
#greeting a.current { background: url(../../img/common/gnav.gif) -170px -160px no-repeat;}
#company a.current { background: url(../../img/common/gnav.gif) -170px -195px no-repeat;}
#contact a.current { background: url(../../img/common/gnav.gif) -170px -230px no-repeat;}
