@charset "UTF-8";
  /* -----------------------------------------------------
					style.css

				last build 2008-07-01
				
					AUTHOR HISABO
		Copyright (C) XTREC All Rights Reserved.
				http://www.xtrec.com/
------------------------------------------------------*/
/*-----------------------------------------------------
	layout
------------------------------------------------------*/
BODY {
  background : #7a7a7a url(image/back.jpg) repeat-x;
  color:#dedede;
}
LI {
  list-style:none;
}
A {
  color:#C2CE40;
}
A:HOVER {
  color:#fff;
}
#container {
  text-align:left;
  margin:0 auto;
  width:720px;
  height:100%;
  font-size:small;
  border:#444 1px solid;
  background-color:#000000;
}
