@charset 'Shift_JIS';

/*-------------------------------
	top set
--------------------------------*/

#top #header {
	height:115px;
	}

#top #flashContents {
	height:321px;
	}

#top #contents {
	margin-top:0;
	}

#top h1 {
	padding:0;
	background:none;
	font-size:100%;
	}

#top #main {
	float:left;
	width:666px;
	margin-top:38px;
	}

#top #sub {
	float:right;
	margin-top:38px;
	width:260px;
	}

#top #flashContents {
	width:964px;
	margin:0 auto;
	}

#top #recruitment {
	margin-bottom:30px;
	}

#top #recruitment h2 {
	margin-bottom:15px;
	}

#top #recruitment .inner {
	width:656px;
	margin:0 auto;
	background:url(../../img/bg_recruitment.gif) no-repeat;
	}

#top #recruitment .inner02 {
	background:url(../../img/bg_recruitment_btm.gif) center bottom no-repeat;
	}

#top #recruitment .co01,
#top #recruitment .co02,
#top #recruitment .co03 {
	float:left;
	display:inline;
	width:202px;
	}

#top #recruitment .co01 { margin:11px 7px 0 12px; }
#top #recruitment .co02 { margin:11px 7px 0 6px; }
#top #recruitment .co03 { margin:11px 12px 0 6px; }

#top #recruitment .photo {
	margin-bottom:10px;
	}

#top #recruitment .ttl {
	margin:0 0 10px 3px;
	}

#top #recruitment .txt {
	margin:0 5px 20px;
	line-height:1.5;
	}

#top #news-cont h2 {
	margin-bottom:15px;
	}

#top #news-cont dl {
	margin-bottom:11px;
	padding-bottom:9px;
	border-bottom:1px dotted #999;
	}

#top #news-cont dt,
#top #news-cont dd {
	float:left;
	line-height:1.5;
	}

#top #news-cont dt {
	width:70px;
	}

#top #news-cont dd {
	width:525px;
	}

#top #news-cont dd.sts {
	width:65px;
	}


#top #division h2 {
	margin-bottom:15px;
	}

#top #division .inner {
	height:1%;
	background-color:#f0f0f0;
	}

#top #division ul {
	padding:5px 5px 0 5px;
	}

#top #division li {
	padding-bottom:5px;
	font-size:0;
	line-height:0;
	}

#top #banner {
	margin-top:30px;
	}

/*-------------------------------
	clearfix
--------------------------------*/
#top #contents:after,
#top #recruitment .inner02:after,
#top #news-cont dl:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
	}

#top #contents,
#top #recruitment .inner02,
#top #news-cont dl {
  min-height:1px;
	}

* html #top #contents,
* html #top #recruitment .inner02,
* html #top #news-cont dl {
  height:1px;
	}

