/* CSS Document */
*{border:#000 1px none;}

body{
    line-height:1.5em;
	background: #000 url(../img/parts/bgimg.gif) top center repeat-y;
}

#header{
  width:750px;
  height:40px;
  background-color:#000;
  float:left;
}

#header2{
  width:750px;
  height:40px;
  background-color:#000;
  float:left;
}

#menu1 a{
    width:70px;
	height:22px;
	margin:0 10px 0 0;
	float:right;
	background-color:#000;
	background-image:url(../img/parts/btn_head_05.gif);
}

#menu1 a:hover{
	background-image:url(../img/parts/btn_chs_05.gif);
}

#menu2 a{
    width:70px;
	height:22px;
	margin:0 5px 0 0;
	float:right;
	background-color:#000;
	background-image:url(../img/parts/btn_head_03.gif);
}

#menu2 a:hover{
	background-image:url(../img/parts/btn_chs_03.gif);
}

#menu3{
    width:190px;
	height:22px;
	margin:0;
	color:#fff;
	background-color:#000;
	float:right;
	background-image:url(../img/parts/btn_head_01.gif);
	background-repeat:no-repeat;
}

#logo{
  width:295px;
  height:250px;
  background-color:#000;
  background-image:url(../img/parts/logo_03.gif);
  background-repeat:no-repeat;
}

#navi_s{width:295px; background-color:#000; float:left;}

#navi_s a{
  display:block;
  background-color:#000;
  text-align:left;
  font-size:0.8em;
  float:left;
  margin:0 0 0 30px;
  width:180px;
  height:20px;
}

#footer{
  width:750px;
  height:100px;
  display:block;
  background-color:tranparent;
  color:#666;
  margin:0 auto;
  text-align:center;
  float:left;
}

#footer h2{
  width:750px;
  font-size:12px;
  line-height:15px;
  font-weight:normal;
  display:block;
  margin:0 10px;
}

#footer2{
  width:750px;
  height:50px;
  background-color:transparent;
  color:#ccc;
  margin:0 auto;
  text-align:center;
  line-height:1.0em;
  float:left;
}

#footer2 p{
  display:block;
  font-size:12px;
  margin:0;
}

a:hover{color:#f00; text-decoration:none;}
a:link{color:#cfc;}
a:visited{color:#cfc;}
a:active{color:#f00;}

#footer2 a:link{text-decoration:none; color:#ccc;}
#footer2 a:hover{text-decoration:none; background-color:#300; color:#ccc;}
#footer2 a:visited{text-decoration:none; color:#ccc;}


h1,h3{
  font-size:0.8em;
  font-weight:normal;
}

.right{
  display:none;
}

h4{
  font-size:0.8em;
  font-weight:normal;
  color:#cfc;
}

.left{
  color:#cfc;
  font-size:0.9em;
  font-weight:bold;
}

.navi{
  text-align:left;
}

.navi2{
  text-align:left;
}

span.hilight{
  color:#f99;
}

.anch{text-indent:-9999px; display:none;}

