@charset "UTF-8";
/* CSS Document */

#wrapper {
	background:url(../images/bg1.png) repeat-x center top #fdfdfd;
}

#header {
	width:810px;
	height:352px;
}

#himg {
	width:790px;
	height:290px;
	padding:10px 10px 5px 10px;
	font-size:1px;
	line-height:0;
	vertical-align:bottom;
	background:url(../images/flash.png) no-repeat left top;
}

#navi {
	top:352px;
	left:0;
}

#news {
	width:400px;
	float:left;
}

#news h3 {
	padding-bottom:5px;
	margin-bottom:3px;
	border-bottom:1px solid #ccc;
	font-size:1px;
	line-height:0;
	vertical-align:bottom;
}

#news table {
	width:400px;
	margin-bottom:20px;
}

#news td {
	font-size:90%;
	padding:3px 0px;
	background:url(../images/line_dot.png) repeat-x left bottom;
}

#news td.da {
	color:#f06400;
	width:80px;
	vertical-align:top;
}

#news td a {
	color:#c80000;
}


#banner {
	width:340px;
	float:right;
}

#banner li {
	font-size:1px;
	line-height:0;
	vertical-align:bottom;
	margin-bottom:5px;
}
#banner li.b1 {
	width:340px;
	height:100px;
	background:url(../images/banner_recruit.jpg) no-repeat left top;
}

#banner li.b2 {
	margin-bottom:20px;
}

#recinfo {
	margin:40px 0 0 15px;
	font-size:11px;
	line-height:15px;
	color:#fff;
	position:absolute;
}

#recinfo a {
	color:#fff;
	background:url(../images/arrow_w.png) no-repeat left center;
	padding-left:10px;
	text-decoration:none;
	margin-top:3px;
}

#banner2 {
	width:770px;
	clear:both;
}

#banner2 div.left {
	width:400px;
	float:left;
	font-size:90%;
	line-height:1.3em;
}

#banner2 div.left img {
	margin-top:5px;
}


#banner2 div.right {
	float:right;
	width:340px;
}

#banner2 div.right li {
	font-size:1px;
	line-height:0;
	vertical-align:bottom;
	margin-bottom:5px;
	width:340px;
}


/* clearfix */
#banner2:after {
	content: "."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#banner2 { display: inline-block; }
