/*--------------------------------------
  Default style clear
--------------------------------------*/
* {
  margin : 0;
  padding : 0;
}

/*--------------------------------------
  Global style
--------------------------------------*/
HTML {
  height : 100%;
}

BODY {
  height : 100%;
  background-color : #ffffff;
  background : url(../pics/edge.gif) repeat-y center;
  color : #333333;
  font-size : 16px;
  text-align : center;
}

H1 {
  background : url(../pics/line_back.gif) repeat-x top;
  font-size : 16px;
  padding : 5px;
  margin-bottom : 5px;
}

H2 {
  background : url(../pics/line_back.gif) repeat-x top;
  font-size : 14px;
  padding : 5px;
  margin-bottom : 5px;
}

H3 {
  background : url(../pics/line_back.gif) repeat-x top;
  font-size : 13px;
  padding : 2px;
  margin-bottom : 5px;
}

LI {
  list-style-type : none;
}

IMG {
  border : 0;
  vertical-align : text-bottom;
}

A {
  color : #666666;
  text-decoration : none;
}

A:HOVER{
  color : white;
  background : #666666;
}

/*--------------------------------------
  container
--------------------------------------*/
#container {
  width : 798px;
  height : 100%;
  min-height : 100%;
  margin : 0 auto;
  text-align : left;
}

BODY > #container {
  height : auto;
}

/*--------------------------------------
  header
--------------------------------------*/
#header {
  width : 798px;
  margin-top : 10px;
}

#header_link {
  text-align : right;
  font-size : 75%;
  margin-right : 4px;
  margin-bottom : 0;
}

/*--------------------------------------
  Global Navigation
--------------------------------------*/
#navi {
	height : 39px;
	margin-bottom : 0px;
}

#navi UL,
#navi UL LI{
	float : left;
	width: auto;
}

#navi UL {
	padding-top: 0px;
	padding-right: 82px;
	padding-left: 81px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url(../pics/navi_02.gif);
}

#navi UL LI A {
  display : block;
  width : 127px;
  height : 39px;
  text-indent : -9999px;
  font-size : 0;
  line-height : 0;
}

#navi UL LI.navi_home A.active,
#navi UL LI.navi_home A:FOCUS,
#navi UL LI.navi_home A:HOVER {
	background-repeat: no-repeat;
	background-position: -81px -42px;
	background-image: url(../pics/navi_02.gif);
}

#navi UL LI.navi_goods A.active,
#navi UL LI.navi_goods A:FOCUS,
#navi UL LI.navi_goods A:HOVER {
	background-repeat: no-repeat;
	background-position: -208px -42px;
	background-image: url(../pics/navi_02.gif);
}

#navi UL LI.navi_history A.active,
#navi UL LI.navi_history A:FOCUS,
#navi UL LI.navi_history A:HOVER {
	background-repeat: no-repeat;
	background-position: -335px -42px;
	background-image: url(../pics/navi_02.gif);
}

#navi UL LI.navi_company A.active,
#navi UL LI.navi_company A:FOCUS,
#navi UL LI.navi_company A:HOVER {
	background-repeat: no-repeat;
	background-position: -462px -42px;
	background-image: url(../pics/navi_02.gif);
}

#navi UL LI.navi_link A.active,
#navi UL LI.navi_link A:FOCUS,
#navi UL LI.navi_link A:HOVER {
	background-repeat: no-repeat;
	background-position: -589px -42px;
	background-image: url(../pics/navi_02.gif);
}

/*--------------------------------------
  guide_link
--------------------------------------*/
#guide_link {
  clear : both;
  width : 798px;
}

#guide_link OL{
  clear : both;
  background : url(../pics/line_back.gif) repeat-x;
  padding : 5px;
  margin-bottom : 8px;
}

#guide_link LI {
  display : inline;
  font-size : 75%;
}

/*--------------------------------------
  contents
--------------------------------------*/
#contents {
  claer : both;
  width : 798px;
}
#index_contents {
	height: 510px;
}


/*--------------------------------------
  footer
--------------------------------------*/
#footer {
  clear : both;
  width : 798px;
  margin-bottom : 0px;
}

#footer DIV {
  text-align : center;
}

#footer DIV UL {
  background : url(../pics/line_back.gif) repeat-x;
  padding : 5px;
  margin : 0px 0px 5xp 0px;
}

#footer DIV UL LI {
  display : inline;
  margin-right : 10px;
  padding-right : 5px;
  border-right : 1px solid #000080;
  font-size : 75%;
}

#footer DIV UL LI.end {
  border-right : 0;
}

#footer P.address {
  clear : both;
  padding : 5px;
  margin : 5px 8px;
  text-align : right;
  font-size : 75%;
  line-height : 1.5em;
}

#footer P.copyright {
  clear : both;
  padding : 5px;
  margin : 5px 8px;
  text-align : right;
  font-size : 75%;
}
