@charset "utf-8";


* { margin:0; padding:0;}

html { overflow-y:scroll; }

a img { 
	border:0;

}

body {
  color:#333333;
  background: #ffffff url(../img/bg01.gif) repeat-x;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:12px;
}

.enter_color {
	color:#ff6600;
}

h1,h2,h3,h4,h5,h6,p{
  margin:0;
}

h1 {
	display:none;
}

.moji_hidden {
	display:none;
}

.pre_box01{
	color:#333333;
  font-size:12px;
	line-height:1.2;
}

.pre_box02{
	color:#333333;
  font-size:14px;
	line-height:1.2;
}

.pre_box03{
	color:#666666;
  font-size:12px;
	line-height:1.4;
}

.komi01 {
	color:#FF6600;
	font-size:14px;
	line-height:16px;
}

.komi02 {
	color:#FF6600;
	font-size:14px;
	line-height:16px;
	text-indent:-1em;
}

.read01 {
	color:#666666;
  font-size:12px;
	line-height:1.6;
	letter-spacing:1px
}

.text01 {
	color:#666666;
  font-size:12px;
	line-height:1.6;
}

.text02 {
	color:#333333;
  font-size:12px;
	line-height:1.4;
}

.text03 {
	color:#F07C16;
  font-size:12px;
	line-height:1.2;
}

.text04 {
	color:#F07C16;
  font-size:12px;
	font-weight:bold;
	line-height:1.2;
}


.cap01 {
	color:#666666;
  font-size:10px;
	line-height:1.2;
}

.text_left {
	color:#333333;
  font-size:12px;
	text-align:right;
	line-height:22px;
}

.text_right {
	color:#333333;
  font-size:12px;
	text-align:left;
	line-height:18px;
}


#wrap {
  margin: auto;
  width:820px;
  position:relative;
  background-image:url(../img/main_bg01.gif);
  background-repeat:repeat-y;
}


.inner01 {
  padding:0 10px 0 10px;
}

#header {
  width:800px;
  height:70px;
  background-image:url(../img/header.gif);
  background-repeat:no-repeat;
}


/* =グローバルメニュー */

#g_menu{
  width:800px;
  height:40px;
  background:#000000 url(../img/menu_r.jpg) no-repeat;
  position:relative;
}


#g_menu ul {
  margin: 0;
  list-style: none;
}

#g_menu li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 12px;
  height: 16px;
  text-indent: -9999px;
	overflow:hidden;
}

#g_menu li#home    { left: 330px; width: 66px; }
#g_menu li#company     { left: 397px; width: 70px; }
#g_menu li#business   { left: 468px; width: 70px; }
#g_menu li#shohin   { left: 539px; width: 70px; }
#g_menu li#recruit   { left: 610px; width: 75px; }
#g_menu li#contact { left: 686px; width: 91px; }

#g_menu li a {
  text-decoration: none;  /* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 16px;
}

#g_menu li#home a:hover {
  background: url(../img/menu_hr.jpg) -330px -12px;
}

#g_menu li#company a:hover {
  background: url(../img/menu_hr.jpg) -397px -12px;
}

#g_menu li#business a:hover {
  background: url(../img/menu_hr.jpg) -468px -12px;
}

#g_menu li#shohin a:hover {
  background: url(../img/menu_hr.jpg) -539px -12px;
}

#g_menu li#recruit a:hover {
  background: url(../img/menu_hr.jpg) -610px -12px;
}

#g_menu li#contact a:hover {
  background: url(../img/menu_hr.jpg) -686px -12px;
}


/* =メインイメージ */
#img_box {
	width:800px;
	height:99px;
	background-color:#000000;
}



/* =各ページメイン*/
#contain {
  width:800px;
	background-color:#ffffff;

}

#contain .inner03 {
 padding:17px 0 0 0;
}

#contain:after{
	content:"."; /* ■Firefoxで高さが算定されないのをふせぐ */
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

/* =左メニュー */
#left_box {
	width:230px;
	float:left;
}

#left_box .left_inner{
	padding:0 11px 20px 26px;

}

#company_menu  {
	padding:5px 0 30px 0;
}



#company_menu ul {
  margin: 0;
  list-style: none;
}

#company_menu li {
  margin-bottom: 1px;
	width:193px;
}

.side_p {
	height:13px;
	padding:5px 16px 4px 0;
	color:#ffffff;
	text-align:right;
	background-color:#ff6600;
}

#company_menu a {
	height:13px;
	display:block;
	text-align:right;
	padding:5px 16px 4px 0;
}

#company_menu a:link {
	color:#6F6F6F;
	text-decoration:none;
}

#company_menu a:visited {
	color:#6F6F6F;
	text-decoration:none;
}

#company_menu a:active {
	color:#ffffff;
	background-color:#ff6600;
}

#company_menu a:hover {
	color:#ffffff;
	background-color:#ff6600;
}



/* =メインコンテンツ */

#main_box_c {
	width:570px;
	float:right;
}

#main_box_c .main_inner{
	padding:9px 22px 20px 22px;
	min-height:500px;
	height:auto !important;
	height:500px;
	border-left: 1px #a9ae88 solid;
}


#main_box_c .main_inner_a{
	padding:9px 22px 20px 22px;
	min-height:620px;
	height:auto !important;
	height:620px;
	border-left: 1px #a9ae88 solid;
}

#recruit_title {
	width:524px;
	height:40px;
	background:#ffffff url(../img/recruit_title.gif) no-repeat;
}


.komi_box {
	padding:20px 0 0 0;
}

.text_box {
	padding:11px 0 26px 0;
}

/* =求人のタブ切り替え */
#recruit_tab {
	width:292px;
	height:26px;
	margin-bottom:1px;
}

#recruit_tab div {
	width:145px;
	height:26px;
	margin-right:1px;
	text-align:center;
	float:left;
}

#recruit_tab p {
	font-size:12px;
	padding-top:6px;
}

#recruit_tab a {
	width:145px;
	height:26px;
	display:block;
	left:left;
	text-align:center;
}

.tab01 {
	background-color:#ff6600;
	color:#ffffff;
}

.tab02 {
	background-color:#FFB06D;
	color:#ffffff;
}



#recruit_tab a:link {
	color:#ffffff;
	text-decoration:none;
}

#recruit_tab a:visited {
	color:#ffffff;
	text-decoration:none;
}

#recruit_tab a:active {
	color:#ffffff;
	background-color:#ff6600;
}

#recruit_tab a:hover {
	color:#ffffff;
	background-color:#ff6600;
}


/* =求人の表 */

#recruit_list {
	width:524px;
}

#recruit_box01{
	width:524px;
	background-color:#EB8C4C;
}

#recruit_box01 .inner01 {
	padding:7px;

}

#recruit_box01 .inner02 {
	border:1px solid #E35B00;
	padding:18px 16px;
	background-color:#FFFFFF;
}

#recruit_box01 table {
	background-color:#FFFFFF;
}

.cell00  {
	padding:0 7px 10px 0;
}

.cell01  {
	width:30%;
	padding:9px 18px 10px 7px;
	border-bottom:1px dotted #F29D32;
	font-size:12px;
	color:#E35B00;
}

.cell02 {
	width:70%;
	padding:9px 7px 10px 0;
	border-bottom:1px dotted #F29D32;
	font-size:12px;
	color:#666666;
	line-height:1.2;
}

.com_end {
	clear:both;
	height:14px;
}

.line01 {
	border-bottom: thin #F29D32 dashed;
}

/* =ショールーム */

#com_left_s {
	width:257px;
	float:left;
}

#com_left_s .inner_left {
	padding:6px 0 0 20px;
}

#com_right_s {
	width:267px;
	float:left;
}

#com_right_s .inner_right {
	padding:0 5px 0 25px;
}


.waku01{
	margin:12px 0 0 0;
	border: thin #F29D32 dashed;
	padding:8px 10px;
}

/* =アクセス */
#com_list .map_inner{
	padding:11px 0 11px 0;
}


#com_left_a {
	width:336px;
	float:left;
}

#com_left_a .inner_left {
	padding:6px 0 0 32px;
}

#com_right_a {
	width:188px;
	float:left;
}

#com_right_a .inner_right {
	padding:0 5px 0 25px;
}


.waku02{
	clear:both;
	width:524px;
	border-bottom: 1px #F29D32 dotted;
	height:11px;
}


/* =共通フッタ リンク */
#under_menu {
	clear:both;
	position:relative;
  width:800px;
	background-color:#ffffff;
}

#under_menu  .under_inner{
	padding:40px 26px 6px 570px;
}

#under_menu ul {
  margin: 0;
  list-style: none;
}

#under_menu li {
	display:inline;
}

#under_menu a:link{
	color:#484848;
	text-decoration:none;
}

#under_menu a:visited{
	color:#484848;
	text-decoration:none;
}

#under_menu a:active{
	color:#ff6600;
	text-decoration:none;
}

#under_menu a:hover{
	color:#ff6600;
	text-decoration:underline;
}


/* =共通フッタ */
#footer {
  width:800px;
  background-color:#d4d3a9;
  position:relative;
}


#footer .footer_inner{
	padding:18px 26px 12px 0;
	text-align:right;
}

.footer_jp {
	color:#716E59;
  font-size:10px;
	line-height:1.6;
}

.foot_en {
	font-family:Helvetica, sans-serif;
  font-size:10px;
	color:#716E59;
	line-height:1.4;
}

/* =メイン背景下画像 */
#bg_under {
  width:800px;
  height:9px;
  margin: auto;
  background-image:url(../img/main_bg02.gif);
  background-repeat:no-repeat;
  position:relative;

}