/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
	font-size: 0px;
	line-height: 0px;
}
/*--------------------------------------------------
	全体
--------------------------------------------------*/
html {overflow-y: scroll;}
html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	background-position: center 0px;
	background-color: #E4D4C5;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}
a {
	color: #4F3378;
	overflow: hidden;
	text-decoration: none;
}
a:hover{
	color: #7249AD;
	text-decoration: underline;
}



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--------------------------------------------*/
#wrapper {
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	padding-bottom: 10px;
}
#header {
	height: 208px;
}
#header .logo a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 156px;
	width: 148px;
	position: absolute;
	left: 38px;
	top: 32px;
}
#header .info {
	background-image: url(images/header_info.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 43px;
	width: 563px;
	position: absolute;
	top: 84px;
	right: 70px;
}
#navigation {
	height: 115px;
	width: 522px;
	position: absolute;
	top: 150px;
	right: 26px;
	z-index: 2;
}
#navigation li {
	float: left;
}
#navigation .recruit a {
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 115px;
	width: 120px;
	margin-right: 14px;
}
#navigation .info a {
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 115px;
	width: 120px;
	margin-right: 14px;
	background-position: -134px 0px;
}
#navigation .access a {
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 115px;
	width: 120px;
	margin-right: 14px;
	background-position: -268px 0px;
}
#navigation .sell_buy a {
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 115px;
	width: 120px;
	background-position: -402px 0px;
}
#main_top {
	background-image: url(images/main_top.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 860px;
	position: relative;
	z-index: 1;
}
#main {
	background-color: #F9F9F9;
	height: auto;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#main_bottom {
	background-image: url(images/main_bottom.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 860px;
}
#recruit {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404040;
	padding-top: 20px;
}
#info {
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404040;
	position: relative;
}
#info .button {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#access {
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404040;
}
#access li {
	float: left;
}
#access .map {
	margin-left: 24px;
	background-color: #E3E3E3;
	padding: 10px;
}
#sell_buy {
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404040;
	position: relative;
}
#sell_buy .button {
	position: absolute;
	right: 0px;
	bottom: -40px;
}
#link {
	margin-top: 70px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404040;
}
#link ul {
	padding-left: 10px;
}
#link li {
	float: left;
	padding-right: 14px;
}
#link dt {
	float: left;
}
#link dd {
	float: left;
	padding-left: 4px;
}
address {
	margin-top: 30px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #404040;
	text-align: right;
	padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
}