@charset "utf-8";
/* =======================================
defalt set
======================================= */
* { 
	margin: 0; 
	padding: 0; 
	line-height: 100%;
	font-size: 100%;
}

img {
	border: 0;
}

body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

a:link{
	color: #93A827;
	border-bottom: 1px dotted #93A827;
	background-color: #FFF;
	text-decoration: none; 
}
a:visited {
	color: #929C87;
	border-bottom: 1px solid #929C87;
	background-color: #FFF;
	text-decoration: none; 
}
a:hover, a:active {
	color: #fff;
	border-bottom: 0;
	background-color: #333;
	text-decoration: none; 
}

/* =======================================
navigation 
======================================= */
#header {
	width: 890px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
}
#header h1 {
	width: 225px;
	height: 55px;
	background: #ffffff url(../images/logo.gif) no-repeat top left;
	float: left;
}
#header h1 span {
	display: none;
}
#nav {
	list-style: none;
}
#nav li {
	width:42px;
	float: left;
}
#nav a {
	height: 55px;
	display: block;
	text-indent: -9999px;
	border-bottom: 0;
}
#nav a:focus {
	/*\*/
	overflow: hidden;
	/**/
}
a.front {
	width: 42px;
	background-image: url(../images/nav1.gif);
}
a.interview {
	width: 59px;
	background-image: url(../images/nav2.gif);
}
a:hover.front {
	background-position: 0px -55px;
}
a:hover.interview {
	background-position: 0px -55px;
}
/* =======================================
contents box 
======================================= */
#container {
	height: 490px;
	border: 0;
	margin: 15px 0 0 10px;
	padding: 0;
}
/* =======================================
footer box 
======================================= */
#footer {
	clear: both;
	font: 9px Geneva, Arial, Helvetica, sans-serif;
	color: #929C87;
	width: 890px;
	height: 25px;
	margin: 0;
	padding: 10px 0 0 10px;
}