@charset "utf-8";
/*
border: thin solid #000000; 
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	font-size: 12px;
  overflow: auto;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

#container {
  position: relative;
	width: 100%;
	height: 100%;
}

#container #main {
	width: 100%;
	height: auto;
  background-color: #DBD8D8;
}

#container #main #mainbox {
  margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
	overflow: hidden;
  background-color: #FFFFFF;
}

#container #rounded_top {
	width: 100%;
	height: 15px;
	overflow: hidden;
	background-color: #DBD8D8;
}

#container #rounded_top #rounded_top_box {
  margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 15px;
	overflow: hidden;
	margin-bottom: -2px;
	background-color: #FFFFFF;
}

#container #rounded_top #rounded_top_box #nw {
  height: 15px;
  background:url(../_img/_rounded_corners/ne.png) no-repeat right top;
}

#container #rounded_top #rounded_top_box #ne {
  height: 15px;
  background:url(../_img/_rounded_corners/nw.png) no-repeat left top;
}
