@charset "utf-8";

/*------------------------------*/
/* CSS Reset                    */
/*------------------------------*/
html, body  {
	margin: 0;
	padding: 0;
}
p, ul, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}



/*------------------------------*/
/* Tag Override                 */
/*------------------------------*/
body {
	font-size: small;
	color: #ffffff;
	background: #000000 url(../img/bg_head.jpg) top left no-repeat;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #e5d148;
	text-decoration: underline;
}
a:active {
	color: #e5d148;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	color: #ffffff;
}

td {
	font-size: small;
	color: #ffffff;
}



/*------------------------------*/
/* Layout                       */
/*------------------------------*/
div#wrapper {
	width: 1022px;
	margin: 0px auto 0px auto;
}
div#header {
	position: relative;
	width: 870px;
	margin: 0px auto 0px auto;
}
div#itembox {
	position: absolute;
	top: 0px;
	left: 459px;
	width: 411px;
}
div#lnkbox {
	position: absolute;
	top: 50px;
	left: 370px;
	width: 500px;
	text-align: right;
}
div#navi {
	width: 870px;
	margin: 0px auto 0px auto;
padding-top: 25px;
}

div#container {
	width: 870px;
	margin: 17px auto 0px auto;
}

div#anchor {
	width: 870px;
	height: 32px;
	margin: 0px auto 0px auto;
}



/*------------------------------*/
/* Common Styles                */
/*------------------------------*/
.clearfloat {
	clear: both;
}
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

/*======header======*/
/*---logo---*/
h1 {
/*	margin-top: 7px;*/
	padding-top: 7px;
}

/*---itembox---*/
#itembox ul{
	list-style-type: none;
}
#itembox li{
	list-style-type: none;
	font-size: small;
	float: left;
	text-indent: -9999px;
}
#itembox li a:focus{
	outline:none;	/*non-display of link focus*/
}
#itembox li.itemBTN01 a{
	display: block;
	margin-top: 7px;
	width: 93px;
	height: 20px;
	background: url(../img/item/btn01.gif) no-repeat;
}
#itembox li.itemBTN02 a{
	display: block;
	width: 146px;
	height: 33px;
	margin-left: 13px;
	background: url(../img/item/btn02.gif) no-repeat;
}
#itembox li.itemBTN03 a{
	display: block;
	width: 146px;
	height: 33px;
	margin-left: 13px;
	background: url(../img/item/btn03.gif) no-repeat;
}
#itembox li.itemBTN01 a:hover{
	display: block;
	margin-top: 7px;
	width: 93px;
	height: 20px;
	background: url(../img/item/btn01R.gif) no-repeat;
}
#itembox li.itemBTN02 a:hover, #itembox li.itemBTN02-SLCT a{
	display: block;
	width: 146px;
	height: 33px;
	margin-left: 13px;
	background: url(../img/item/btn02R.gif) no-repeat;
}
#itembox li.itemBTN03 a:hover, #itembox li.itemBTN03-SLCT a{
	display: block;
	width: 146px;
	height: 33px;
	margin-left: 13px;
	background: url(../img/item/btn03R.gif) no-repeat;
}

/*---lnkbox---*/
#lnkbox ul{
	list-style-type: none;
}
#lnkbox li{
	display: inline;
	margin-left: 12px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
	font-size: small;
	background: url(../img/marker.gif) no-repeat center left;
}

/*======anchor======*/
div#anchor p {
	margin-top: 8px;
	margin-left: 806px;
}

/*======footer======*/
div#footer table.FTtbl01, div#footer table.FTtbl02 {
	width: 870px;
	height: 32px;
}
div#footer td.FTtd01 {
	width: 50%;
	font-size: x-small;
	font-color: #b2b0b1;
}
div#footer td.FTtd02 {
	width: 50%;
	font-size: x-small;
	font-color: #b2b0b1;
}
div#footer td.FTtd03 {
	font-size: x-small;
	font-color: #7c7c7c;
}
div#footer td span.spacer {
	margin-left: 3px;
	margin-right: 3px;
}
