/*--------------------------------------------------------
	LEXUES Inc.
	cascading Style Sheets for recruit site 2008.
	[ base css :base.css ]
	
	Copyright（C）2006 LEXUES Inc.All Rights Reserved.
--------------------------------------------------------*/


/* ------ 全体構造 ------ */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	padding: 0px;
	width: 750px;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../../img/exp/side_line.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
}
#footer {
	clear: both;
}

/* ------ メイン ------ */
#main {
	padding: 0px;
	width: 750px;
	clear: both;
	margin: 0px auto;
	text-align: left;
}

/* ------ ヘッダ ------ */
#header {
	width: 744px;
	padding: 0px;
	border-bottom: 3px solid #8fc84b;
	text-align: left;
	margin: 0px auto;
	height: 46px;
}
#logo {
	float: left;
	width: 260px;
	background-image: url(../../img/exp/recruit.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 46px;
}
#logo img {
	margin-left: 8px;
}
#nav {
	font-size:1.3em;
	line-height:normal;
	width: 470px;
	margin: 0px;
	float: right;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
      float:left;
      background:url("../../img/exp/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
#nav a span {
	float:left;
	display:block;
	background:url("../../img/exp/tabright.gif") no-repeat right top;
	;
	color:#666;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin: 0px;
	height: 17px;
	width: 65px;
	font-size: 0.8em;
	text-align: center;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {
	float: none;
}
/* End IE5-Mac hack */
#nav a:hover span {
      color:#FFF;
}
#nav a:hover {
      background-position:0% -30px;
}
#nav a:hover span {
      background-position:100% -30px;
}

#nav #current a {
      background-position:0% -30px;
}
#nav #current a span {
      background-position:100% -30px;
}

/* ------ 中ページナビ ------ */
#contNavS {
	list-style: none;
	margin: 0px auto; 
	padding: 0px;
	width: 705px;

}
#contNavS li {
	float: left;
	display: inline; /* for WinIE6 */
	width: 111px;
	margin: 5px 3px 5px 3px;
}

/* ------ フッタ ------ */
#footer {
	font-size: 1.1em;
	color: #999999;
	background-image: url(../../img/exp/footer.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
	height: 45px;
	width: 750px;
}
#footer p {
	padding-top: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
