* {
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
a {
	color: #990000;
}
a:hover {
	color: #FF0000;
}

body {
	background-image: url(../images/base/back.gif);
	background-repeat: repeat-x;
}

#header {
	height: 110px;
	background-image: url(../images/base/back_header.gif);
	background-repeat: no-repeat;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	font-size: 10px;
	color: #333333;
	background-image: url(../images/base/back_h1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	margin-left: 30px;
	padding-left: 105px;
	padding-top: 10px;
}

#contents {
	background-image: url(../images/base/back_contents.gif);
	background-repeat: repeat-y;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 15px;
}

#contents #menu {
	width: 170px;
	float: left;
	padding-bottom: 15px;
}
#contents #menu h3 a,#contents #menu h3 {
	display: block;
	height: 29px;
	/*color: #EEEEEE;
	text-decoration: none;
	/*font-size: 1px;*/
	margin-bottom: 3px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: left top;
	padding-top: 1px;
	text-indent: -9999px;
}
/*#contents #menu h3 a:hover {
	background-position: right top;
}*/

#contents #menu h3#b_home a {
	background-image: url(../images/menu/b_home.gif);
}
#contents #menu h3#b_home a:hover {
	background-image: url(../images/menu/b_home2.gif);
}
/*#contents #menu h3.b_profile a {
	background-image: url(../img/menu/b_profile.gif);
}
#contents #menu h3.b_profile a:hover {
	background-image: url(../img/menu/b_profile_2.gif);
}*/
#contents #menu h3#b_topteam {
	background-image: url(../images/menu/b_topteam.gif);
}
#contents #menu h3#b_u-15 {
	background-image: url(../images/menu/b_u-15.gif);
}
#contents #menu h3#b_junior {
	background-image: url(../images/menu/b_junior.gif);
}
#contents #menu h3#b_link a {
	background-image: url(../images/menu/b_link.gif);
}
#contents #menu h3#b_link a:hover {
	background-image: url(../images/menu/b_link2.gif);
}
#contents #menu h3#b_contact a {
	background-image: url(../images/menu/b_contact.gif);
}
#contents #menu h3#b_contact a:hover {
	background-image: url(../images/menu/b_contact2.gif);
}
#contents #menu div {
	background-color: #EEEEEE;
	border: 1px solid #666666;
	margin-bottom: 3px;
}
#contents #menu div p a {
	color: #000000;
	padding-bottom: 3px;
	padding-left: 30px;
	display: block;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 22px center;
}
#contents #menu div p a:hover {
	color: #CC0000;
	background-color: #DDDDDD;
}

#contents #contents2 {
	float: right;
	padding-bottom: 15px;
	width: 565px;
}

#contents #clear {
	clear: both;
}
#footer {
	background-image: url(../images/base/back_footer.gif);
	background-repeat: repeat;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 8px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	height: auto;
}

