@charset "utf-8";

/*==================================================
	◆ ブラウザの差異を無くす初期設定
==================================================*/

* {
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

html {
   height:auto;
}

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	font-size:12px;
	letter-spacing:1px;
	line-height:18px;
	color:#5b3e1c;
	height:auto;
	text-align:left;
}

* html body#staff  {
	background:#323232 !important;
}
*+html body#staff  {
	background:#323232 !important;
}

html:first-child body#staff {
	background:#323232;
}


br{
	letter-spacing:0px !important;
}

p {
   margin-bottom:15px;
}

img {
	border: none;
	vertical-align:text-bottom;
}

.wrapwrap {
   width:auto;
   height:auto;
   background:#ffffff;
}

.wrap {
   width:850px;
   height:auto;
   margin-right:auto;
   margin-left:auto;
	background:url(../img/bg.jpg) no-repeat #ffffff;
	background-position:667px 0px;
}


/* head */

.head {
   width:auto;
   /*height:131px;*/
   height:66px;
   padding-top:65px;
   position:relative;
}

h1 {
   width:138px;
   height:43px;
   font-size:12px;
   line-height:20px;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   background:url(../img/logo.jpg) no-repeat;
}

h1 a {
   width:138px;
   height:43px;
   display:block;
   text-indent:-9999px;
}

.btn_researve {
   width:152px;
   height:11px;
   line-height:11px;
   font-size:11px;
   position:absolute;
   top:90px;
   right:0px;
}



/* mainimg */

.mainimg {
   width:auto;
   height:auto;
}


/* menuarea */

.menuarea {
   width:850px;
   height:auto;
   margin-bottom:37px;
    overflow: hidden;
}

.menuarea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .menuarea  {
    height: 1em;
    overflow: visible;
}
/**/

.menuarea ul {
   width:auto;
   height:27px;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}
.menuarea li {
   width:auto;
   height:27px;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   list-style:none;
   float:left;
}



/* main */

.main {
   width:auto;
   height:auto;
    overflow: hidden;
}

.main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .main  {
    height: 1em;
    overflow: visible;
}
/**/



.boxl {
   width:171px;
   height:auto;
   float:left;
}


.boxc {
   width:346px;
   height:auto;
   float:left;
   padding-left:51px;
}


.boxr {
   width:231px;
   height:auto;
   float:left;
   padding-left:50px;
}

.boxb {
   clear:both;
   width:850px;
   padding-top:15px;
   margin-bottom:10px;
}

.footer {
   width:850px;
   border:dotted #999999;
   border-width:1px 0px 0px 0px;
   padding-top:5px;
   color:#5b3e1c;
   font-size:11px;
   padding-bottom:30px;
   position:relative;
}

.fbtn {
   position:absolute;
   top:5px;
   right:0px;
   z-index:3;
}