﻿@charset "UTF-8";

@import "common.css";
@import "thickbox.css";

/*----------employment_contents------*/
#employment_contents {
  width: 600px;
  margin: 0 auto;
}

#employment_contents h3 {
  margin: 20px 0;
}

#employment_contents h4 {
  margin: 0 0 10px 0;
}

.employment_box {
  width: 600px;
  margin: 0 0 20px 0;
  overflow: hidden;
  clear: both;
}

#employ_photo {
  float: left;
  width: 201px;
  text-align: center;
  font-size: 10px;
  padding-top: 20px;
}

#employ_photo div {
  margin-bottom: 10px;
}

#employ_text {
  float: left;
  width: 379px;
  padding-right: 20px;
}

#sam_01 a, #sam_02 a, #sam_03 a {
  width: 200px;
  height: 41px;
  text-indent: -9999px;
  display: block;
}

#sam_01 a { background: url(../images/img_sam_photo_01.jpg) no-repeat; }
#sam_01 a:hover { background: url(../images/img_sam_photo_01.jpg) -200px no-repeat; }

#sam_02 a { background: url(../images/img_sam_photo_02.jpg) no-repeat; }
#sam_02 a:hover { background: url(../images/img_sam_photo_02.jpg) -200px no-repeat; }

#sam_03 a { background: url(../images/img_sam_photo_03.jpg) no-repeat; }
#sam_03 a:hover { background: url(../images/img_sam_photo_03.jpg) -200px no-repeat; }

#employment_table {
  width: 578px;
  margin: 10px auto;
  padding-top: 15px;
}