@charset "utf-8";

@import "base.css";
@import "layout.css";
@import "gmenu.css";

/* FLASH
------------------------------------------------------------ */
h2#top_img{
	clear:both;
  display:block;
	width:900px;
	height:0;
	padding-top:208px;
	overflow: hidden;
  background:url(../img/recruit/top_img.jpg) left top no-repeat;
}

/* リクルート　タイトル
------------------------------------------------------------ */
h3{
  display:block;
	width:640px;
	height:0;
	padding-top:80px;
	overflow: hidden;
}

/* リクルート　記事エリア
------------------------------------------------------------ */
#recruitBox{
	clear:both;
	padding-bottom:30px;
	text-align:left;
}
#recruitBox p{
	padding:10px;
	line-height:1.3;
}
#recruitBox p img{
	float:left;
	margin-right:15px;
}
#recruitBox h3{
	clear:both;
	display:block;
	width:640px;
	height:0;
	padding-top:310px;
	overflow: hidden;
	background:url(../img/recruit/t01.jpg) no-repeat 0 0;
}
#recruitBox h4{
	clear:both;
	display:block;
	width:640px;
	height:0;
	padding-top:45px;
	overflow: hidden;
	background:url(../img/recruit/rec_bar.jpg) no-repeat 0 0;
}
#recruitBox table{
	width:620px;
	margin:10px;
	border-collapse:collapse;
}
#recruitBox tr{
	background:#FFF url(../img/recruit/line.gif) repeat-x 0 bottom;
}
#recruitBox th{
	padding:15px 10px;
}
	
#recruitBox td{
	padding:15px 10px;
}
#recuitTitle{
	color:#931E53;
	font-weight:bold;
}
	
