@charset "utf-8";
#bnr {
	background-color:#eeeee0;
	width: 99%;
	margin: 10px auto;
	padding: 0px;
	min-width: 740px;
	position: relative;
	font-size: 90%;
}
#bnrlft {
	background-image: url(../img/bnr/sksbnr_lft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 156px;
	width: 43px;
}
#bnrcntr {
	background-image: url(../img/bnr/sksbnr_bck.gif);
	background-repeat: repeat-x;
	height: 156px;
	width: auto;
	text-align: center;
}
#bnrrt {
	background-image: url(../img/bnr/sksbnr_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 156px;
	width: 42px;
}
#bnrtoplft {
	position: absolute;
	height: 22px;
	top: 0px;
	right: 50%;
	text-align: right;
	margin-right: 100px;
	width: 300px;
}
#bnrtoprt {
	position: absolute;
	height: 22px;
	top: 0px;
	text-align: left;
	margin-left: 90px;
	left: 50%;
	width: 300px;
}
#bnrbtmlft {
	position: absolute;
	top: 129px;
	margin-right: 100px;
	right: 50%;
	width: 300px;
}
#bnrbtmrt {
	position: absolute;
	left: 50%;
	top: 129px;
	margin-left: 90px;
	width: 300px;
}
#bnrbtmlft ul, #bnrbtmrt ul
{
	margin: 0;
	padding: 1px 0 3px 0;
	height: 22px;
	list-style-type: none;
}
#bnrtoplft ul, #bnrtoprt ul
{
	margin: 0;
	padding: 0 0 2px 0;
	height: 22px;
	list-style-type: none;
}
#bnrtoplft li
{
	float: right;
	margin: 0 3px;
	padding: 0;
	width: auto;
	display: inline;
}
#bnrtoprt li
{
	float: left;
	margin: 0 3px;
	padding: 0;
	width: auto;
	display: inline;
}
#bnrbtmlft li
{
	float: right;
	margin: 0 3px;
	padding: 0;
	width: auto;
	display: inline;
}
#bnrbtmrt li
{
	float: left;
	margin: 0 3px;
	padding: 0;
	width: auto;
	display: inline;
}

#bnr li a, #bnr li a:link
{
	color: #0066CC;
	text-decoration: none;
	padding: 2px 4px;
	display: block;
}

#bnrtoplft li a:hover, #bnrtoprt li a:hover
{
	color: #039;
	border-top: 3px solid #bbb;
	background: #DFDECB;
}
#bnrbtmlft li a:hover, #bnrbtmrt li a:hover
{
	color: #039;
	border-bottom: 3px solid #bbb;
	background: #DFDECB;
}

#bnr li a#current, #bnr li a#current:link
{
	color: #000;
	font-weight: bold;
	border-bottom: 3px solid #999;
}

#bnr li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}


