@charset "utf-8";



/**********************************************************************************
                     header


#header {
  background: url(/images/common/bg_header.jpg)  0 0 repeat-x;
  width: 1000px;
  padding: 0px;
  position: relative;

}

#header h1 {
  font-size: 10px;
  padding: 5px 0 6px 35px;
  line-height: 1.01;
  width: 500px;
  float: left;
  color: #666;
  white-space: nowrap;

}

#header #logo {
  width: 500px;
  padding: 0 0 0 35px;
  float: left;
  margin: 0 0 4px 0;
}
***********************************************************************************/

a{
	text-decoration: none;
	padding:5px ;
	border: 1px solid #ccc;
	display: block;
	width: 50px;
}

a:hover,
.pagelist a:hover {
	border: 1px solid #ccc;
	text-decoration: none;
	background: #ACD6FF;
}

.center{
	margin: 0 auto;
	width: 50px;
}



