@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 14px;
	background: #ffffff;
}

#wrapper {
	width: 900px; 
	position: absolute; 
	left: 50%; 
	margin-left: -450px;
	text-decoration:none;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 244px;
	width:900px;
}

#menu {
	background-image:url(images/navi_rest.jpg);
	padding:0px 0 0 0;
	width:900px;
	height:22px;
	float:left;
}

#menu a {
	float:left;
	width: 87px;
	height:22px;
   	background-image:url(images/b_n.jpg);
	text-align:center;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	line-height:22px;
	font-weight:bold;
  }
  
#menu a:hover {
	background-image:url(images/b_a.jpg);
	text-decoration:none;
	color:#ffffff;
}

#menu a.active {
	background-image:url(images/b_a.jpg);
	text-decoration:none;
	color:#ffffff;
}

#content {
	padding-top:15px;
	background-color:#efefef;
	width:900px;
}

#content p {
	color:#666;
	padding:15px 15px 15px 15px; 
}

#footer {
	color:#666;
	text-decoration:none;
	text-align:center;
}

#footer a {
	color:#666;
	text-decoration:none;
	text-align:center;
}

#back a {
	padding-left:15px;
	color:#666; 
	font-weight:bold; 
	text-decoration:none;	
}

