@charset "UTF-8";
@import "kyujin_common.css";

/* キャッチフレーズ */
.phrase {
	font-size:16px;
	font-weight:bold;
	color:#FF6666;
	padding:25px 0 3px 0;
	border-bottom:4px solid #FFA77D;
	margin-bottom:20px;
}

/* 段組 */
#left_box{ 
	width:386px;
	margin-right:10px;
	float:left;
}
#right_box{ 
	margin-left:396px;
}


/* PR文 */
#pr_top{ 
	line-height:1.0em;
	font-size:1px;
	background-image:url('../image/pr_bg_top.gif');
	background-repeat:no-repeat;
	background-position:left top;
	height:5px;
}
#pr{
	color:#444444;
	line-height:1.7em;
	padding:0 10px;
	background-image:url('../image/pr_bg_body.gif');
	background-repeat:repeat-y;
	background-position:left top;
}
#pr_bottom{ 
	line-height:1.0em;
	font-size:1px;
	background-image:url('../image/pr_bg_bottom.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	height:5px;
	margin-bottom:30px;
}

#shop_info { 
	margin-bottom:30px;
	padding:0 5px;
}
#shop_info h3{ 
	text-indent:-9999px;
	background-image:url('../image/shop_info_h.gif');
	background-repeat:no-repeat;
	border-bottom:1px solid #993300;
	padding-bottom:3px;
	margin-bottom:20px;
}
#shop_info dl{ 
	padding-left:5px;
}
#shop_info dt{ 
	margin-bottom:3px;
}
#shop_info dd{
	padding-left:1em;
	margin-bottom:20px;
}
#official,
#address,
#telephone,
#tanto{ 
	background-repeat:no-repeat;
	height:14px;
	text-indent:-9999px;
	background-image:url('../image/shop_info_lab.gif');
}
#official{ 
	background-position:0 0;
}
#address{ 
	background-position:0 -20px;
}
#telephone{ 
	background-position:0 -40px;
}
#tanto{ 
	background-position:0 -60px;
}
p.phone{ 
	font-size:18px;
	font-weight:bold;	
	color:#FF0080;
	font-family:'Georgia', serif;
}
span.phone_memo{ 
	color:#0000FF;
}

/* 問い合わせボタン */
#contact_btn{ 
	display:block;
	margin:0 auto;
	width:267px;
	height:62px;
	text-indent:-9999px;
	background-image:url('../image/contact_btn.gif');
}
#contact_btn:hover,
#contact_btn:active{ 
	background-position:0 62px;
}


/* お仕事の条件 */
#joken h3{ 
	text-indent:-9999px;
	background-image:url('../image/joken_h.gif');
	background-repeat:no-repeat;
	border-bottom:1px solid #993300;
	padding-bottom:3px;
	margin-bottom:20px;
}
#joken dl{ 
	padding-left:5px;
}
#joken dt{ margin-bottom:3px }
#joken dd{ 
	padding-left:13px;
	margin-bottom:10px;
	color:#444444;
	font-size:12px;
}
#shokushu,#shikaku,#kikaku,#koutsuu,#kinmu_d,#kinmu_h,#taigu{ 
	background-repeat:no-repeat;
	height:14px;
	text-indent:-9999px;
	background-image:url('../image/joken_lab.gif');
}
#shokushu{ background-position:0 0}
#shikaku{ background-position:0 -20px}
#kikaku{ background-position:0 -40px}
#koutsuu{ background-position:0 -60px}
#kinmu_d{ background-position:0 -80px}
#kinmu_h{ background-position:0 -100px}
#taigu{ background-position:0 -120px}
#taigu_icon{ padding:3px; }
#taigu_icon img{ 
	margin-right:2px;
	margin-bottom:2px;
}
