@charset "utf-8";
img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

a {
  overflow: hidden;
  text-decoration: none;
  color:#0000ee;
}
a:hover {
  text-decoration: underline;
}

/*
  #############################################
  # 全体の基本レイアウト
  #############################################
*/
#Wrapper {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#Header {
  position: relative;
  width: 100%;
  height: 230px;
  margin: 0px 0px 30px 0px;
  padding: 0;
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
}
#Contents {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}
#MainContents {
  width: 670px;
  height: auto;
  margin: 0px 50px 0px 0px;
  padding: 0px;
  float: left;
}
#SideContents {
  width: 180px;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
}
#Go_Top {
  width: 900px;
  height: auto;
  margin: 0px;
  padding: 30px 0px 10px 0px;
  clear: both;
}
#Footer {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  clear: both;

  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #6c9bd2;
}

/*
  #############################################
  # ヘッダー部のレイアウト
  #############################################
*/
#Header h1 {
  display: inline;
  position: absolute;
  top: 102px;
  left: 0px;
}
#Header h1 a{
  display: block;
  width: 600px;
  height: 128px;
  text-indent: -10000px;
}
#Header h2 {
  text-indent: -10000px;
}

#Header p {
  text-indent: -10000px;
}

/*
  #############################################
  # メインコンテンツ部のレイアウト
  #############################################
*/
#MainContents .blog {
  width: 670px;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: 2px solid #cccccc;
}
.blog .blog_title {
  margin: 0px;
  padding: 0px 10px;
  background: url(../img/title.png) left top no-repeat;
}
.blog .blog_text {
  width: 650px;
  margin: 0px 10px;
}
.blog .more{
  width: 650px;
  margin: 5px 10px 15px 10px;
}
.blog_title h2,
.blog_title h3 {
  min-height: 36px;
  height: auto !important;
  height: 36px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  color: #000000;
}
.blog_title a{
  color: #000000;
}
.date {
  margin: 5px 5px 15px 0px;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  text-align: right;
  color: #808080;
}
.blog_text .text{
  display: inline;
  padding-bottom: 4px;
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  line-height: 26px;
}
.blog_text .text img{
  padding:5px;
}
.more a{
  font-size: 12px;
  line-height: 13px;
}
.blog .blog_category {
  font-size: 12px;
  color: #808080;
  text-align: right;
  padding: 10px 5px;
}

.pageswitch {
  font-size: 12px;
  text-align: center;
}
#NextPrev {
  font-size: 12px;
  text-align: center;
}

/*
  #############################################
  # サイドコンテンツ部のレイアウト
  #############################################
*/

#SideContents .title_calendar{
  width: 180px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  background: url(../img/side_calendar.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .title_ratest{
  width: 180px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  background: url(../img/side_ratest.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .title_category{
  width: 180px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  background: url(../img/side_category.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .title_archive{
  width: 180px;
  height: 22px;
  margin: 0px;
  padding: 0px;
  background: url(../img/side_archive.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .title_link{
  width: 180px;
  height: 22px;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  background: url(../img/side_link.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .title_contents{
  width: 180px;
  height: 22px;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  background: url(../img/side_contents.png) left top no-repeat;
  text-indent: -10000px;
}
#SideContents .body_01 {
  margin: 0px;
  padding: 0px;
  background: url(../img/side_body.png) left top repeat-y;
  font-size: 12px;
  line-height: 16px;
}
#SideContents .body_01_bottom {
  width: 180px;
  height: 8px;
  margin: 0px 0px 10px 0px;
  padding: 0;
  background: url(../img/side_bottom.png) left top no-repeat;
  line-height:1px;
  font-size:1px;
}

#SideContents .body_01 ul {
  margin: 0px;
  padding: 10px 0px 0px 10px;
  list-style: none;
}
#SideContents .body_01 ul.list_01 {
}
#SideContents .body_01 li {
  margin: 0px;
  padding: 0px 15px 10px 15px;
  overflow: hidden;
}
#SideContents .body_01 .list_01 li{
  background: url(../img/pen.png) left top no-repeat;
}
#SideContents .body_01 li a {
  margin: 0px;
  padding: 0px;
}

.calender_navi {
  margin: 10px 10px 0px 10px;
  padding: 0px;
  font-size: 10px;
  text-align: center;
}
.calender_navi .prev_month {
  text-align: left;
  float: left;
}
.calender_navi .next_month {
  text-align: right;
  float: right;
}
.calendar_month {
  font-size: 14px;
  text-align: center;
}
.calendar {
  width: 161px;
  margin: 5px auto 10px auto;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.calendar th {
  width: 23px;
  color: #808080;
  text-align: center;
  font-weight: bold;
}

#SideContents .body_02 {
  margin: 0px;
  padding: 0px;
}
#SideContents .body_02 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#SideContents .body_02 li {
  min-height: 42px;
  height: auto !important;
  height: 42px;
  margin: 5px 0px;
  padding: 0px;
}
#SideContents .body_02 li a {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  text-align: center;
}
#SideContents .body_02 li a span {
  display:block;
}
#SideContents .body_02 li a.miwalog{background:url(../img/bana_miwalog.jpg) left top no-repeat; width:180px; height:42px; text-align:left; text-indent:-9000em;}
#SideContents .body_02 li a.miwalog:hover{background-position:left bottom;}
#SideContents .body_02 li a.recruitblog{background:url(../img/bana_recruitblog.jpg) left top no-repeat; width:180px; height:42px; text-align:left; text-indent:-9000em;}
#SideContents .body_02 li a.recruitblog:hover{background-position:left bottom;}
#SideContents .body_02 li a.staffblog{background:url(../img/bana_staffblog.jpg) left top no-repeat; width:180px; height:42px; text-align:left; text-indent:-9000em;}
#SideContents .body_02 li a.staffblog:hover{background-position:left bottom;}
#SideContents .body_02 li a.ielog{background:url(../img/bana_ielog.jpg) left top no-repeat; width:180px; height:42px; text-align:left; text-indent:-9000em;}
#SideContents .body_02 li a.ielog:hover{background-position:left bottom;}
#SideContents .body_02 li a.monthlyblog{background:url(../img/bana_blog_kitakyu-monthly.jpg) left top no-repeat; width:180px; height:42px; text-align:left; text-indent:-9000em;}
#SideContents .body_02 li a.monthlyblog:hover{background-position:left bottom;}
#SideContents .body_02 li a.demand_kensyu{background:url(../img/bana_demand_kensyu.jpg) left top no-repeat; width:180px; height:42px; text-align:left; text-indent:-9000em;}
#SideContents .body_02 li a.demand_kensyu:hover{background-position:left bottom;}

/*
  #############################################
  # フッター部のレイアウト
  #############################################
*/
#Go_Top a{
  display: block;
  width: 144px;
  background: url(../img/go_top.gif) left top no-repeat;
  height: 30px;
  margin: 0px 0px 0px 756px;
  padding: 0px;
  text-decoration: none;
  text-indent: -10000px;
}
#Go_Top a:hover {
  background-position: left bottom;
}
#Footer #Foot_Left {
  width: 333px;
  height: 98px;
  background: url(../img/footer_logo.jpg) left top no-repeat;
  margin: 0px;
  padding: 0px;
  text-indent: -10000px;
  float: left;
}
#Footer #Foot_Right {
  width: 567px;
  height: 90px;
  margin: 0px;
  padding: 0px;
  float: left;
}
#Footer #Foot_Right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#Footer #Foot_Right li {
  display: block;
  margin: 5px 0px 0px 10px;
  padding: 0px 0px 0px 13px;
  background: url(../img/footer_link.gif) left 2px no-repeat;
  float: right;
  font-size: 12px;
}
#Footer #Foot_Right li a{
}
#Footer #Copy{
  font-size: 12px;
  color: #333333;
  text-align: right;
}

/*
  #############################################
  # 回り込みなど
  #############################################
*/
.leftbox{float:left;}
.rightbox{float:right;}
.clear{clear:both;width:0px;height:0px;font-size:0px;line-height:0px;}
