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


#news_tab li a{
	width: 122px;
	height: 18px;
	display: block;
	text-indent: -99999px;
}

#news_tab li#news a{ 
	background: url(../img/tab_news.gif);
	background-position: 0 18px;
}

#news_tab li#information a{
	background: url(../img/tab_info.gif);
	background-position: 0 18px;
}

#news_tab li#info a{
	background: url(../img/tab_oinfo.gif);
	background-position: 0 18px;
}

#news_tab li#news a.selected,
#news_tab li#information a.selected,
#news_tab li#info a.selected{
	background-position: 0 0;
}

#news_box{
	height: 250px;
}



#news_box li{
	border-top: 1px dotted #ff7f29;
	height: 18px;
	padding-top: 6px;
	width: 640px;
	overflow: hidden;
	line-height: 140%;
}

#news_area >:first-child{
	border: none;
}

#news_box li a{
	text-decoration: none;
	color: #585858;
	display: block;
}

#news_box li a:hover{
	color: #f63;
}

#news_box li a span.ymd{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
}

#information_area,
#info_area{
	display: none;
}


#twitrss{ float: left;}

#twitrss li{
	float: left;
	margin-left: 5px;
}

#mini_banner{
		margin-bottom: 4px;
}

#mini_banner li{
	float: left;
	margin-left: 12px;
	margin-bottom: 6px;

}


#twitterArea{
	width: 888px;
	border: 1px solid #cecece;
	background-color: #ffde44;
	padding: 0 5px 5px 5px;
	margin-bottom: 12px;
	clear: both;

}

#twitterArea ul{
	background-color: #fff;
	border-top: 1px solid #e8c20f;
	width: 888px;
	overflow: hidden;
}

#twitterArea ul li{
	border-bottom: 1px dotted #333333;
	border-right: 1px dotted #333;
	width: 176px;
	float: left;
}

#twitterArea ul li img,
#twitterArea ul li span{
	float:left;
}

#twitterArea ul li:hover{
	background: #fff7d2;
}

#twitterArea ul li img{
	margin-right: 3px;
}

#twitterArea ul li a{
	text-decoration: none;
	color: #585858;
	display: block;
	width: 164px;
	margin: 6px;
	height: 33px;
}

#related{
	width: 888px;
	border: 1px solid #cecece;
	background-color: #ff7398;
	padding: 0 5px 5px 5px;
	margin-bottom: 12px;
}

#related ul{
	background-color: #fff;
	border-top: 1px solid #e83a69;
	width: 888px;
	padding: 12px 0;
}

#related ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 6px;
}

#related ul li a{
	text-decoration: none;
	color: #585858;
}

#related ul li a:hover{
	text-decoration: underline;
}



#notice > h3{ clear:both; margin-top: 35px; margin-bottom: 8px; }

#newmagazine img.face{
	max-height: 100px;
	max-width: 68px;
}

/*中途採用────────────────────────*/

.recruitment{
	position: absolute;
	top: 150px;
	right: 10px;
}

.recruitment a{
	display: block;
	background:#990000;
	padding: 4px 0px;
	width: 272px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	text-shadow: 1px 1px #003;
	box-shadow: 1px 1px 1px #003;
}

.recruitment a:hover{
	color: #FF0;	
}

