/*- Menu Tabs 1--------------------------- */

#tabs1,
#tabs2,
#tabs3,
#tabs4 {
	float:left;
	width: 800px;
	font-size: 0.8em;
	line-height:normal;
	}
#tabs1 {border-bottom:1px solid #FEF49B;}
#tabs2 {border-bottom:1px solid #c0fe9d;}
#tabs3 {border-bottom:1px solid #FEDF9C;}
#tabs4 {border-bottom:1px solid #CDCDCD;}

#tabs1 ul,
#tabs2 ul,
#tabs3 ul,
#tabs4 ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	}
#tabs1 li,
#tabs2 li,
#tabs3 li,
#tabs4 li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs1 a,
#tabs2 a,
#tabs3 a,
#tabs4 a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs1 a {background:url("kouhou/images/tableft1.gif") no-repeat left top;}
#tabs2 a {background:url("member/images/tableft1.gif") no-repeat left top;}
#tabs3 a {background:url("aboutus/images/tableft1.gif") no-repeat left top;}
#tabs4 a {background:url("images/tab/tableft1.gif") no-repeat left top;}


#tabs1 a span,
#tabs2 a span,
#tabs3 a span,
#tabs4 a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color: #333333;
	}
#tabs1 a span {background:url("kouhou/images/tabright1.gif") no-repeat right top;}
#tabs2 a span {background:url("member/images/tabright1.gif") no-repeat right top;}
#tabs3 a span {background:url("aboutus/images/tabright1.gif") no-repeat right top;}
#tabs4 a span {background:url("images/tab/tabright1.gif") no-repeat right top;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span,
#tabs2 a span,
#tabs3 a span,
#tabs4 a span {
	float:none;
	}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#627EB7;
	}
#tabs1 a:hover,
#tabs2 a:hover,
#tabs3 a:hover,
#tabs4 a:hover {
	background-position:0% -42px;
	}
#tabs1 a:hover span,
#tabs2 a:hover span,
#tabs3 a:hover span,
#tabs4 a:hover span {
	background-position:100% -42px;
	}
#tabs1 #current a,
#tabs2 #current a,
#tabs3 #current a,
#tabs4 #current a {
	background-position:0% -42px;
}
#tabs1 #current a span,
#tabs2 #current a span,
#tabs3 #current a span,
#tabs4 #current a span {
	background-position:100% -42px;
	}
#bar1,
#bar2,
#bar3,
#bar4 {
	clear: both;
	width: 800px;
	height: 25px;
	background-repeat: repeat-x;
	}
#bar1 {background-image: url('kouhou/images/wall.jpg');}
#bar2 {background-image: url('member/images/wall.jpg');}
#bar3 {background-image: url('aboutus/images/wall.jpg');}
#bar4 {background-image: url('images/tab/wall.jpg');}