@charset "UTF-8";
/*
イントロ
*/

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_menu.css";
@import "unit_textmenu.css";
@import "unit_layout_noside.css";
@import "unit_head.css";
@import "unit_content.css";
/*
@import "unit_bottom.css";
@import "unit_side.css";
*/

h4{
	background:			url("../img/common/h4_line.gif") left bottom no-repeat;
	color:				#57b4e1;
	font-weight:		bold;
	padding-bottom:		10px;
	
}

#staffList{
	width:				100%;
}
#staffList th{
	width:				6em;
	_width:				12em;
}
*:first-child+html #staffList th{
	width:				12em;
}

#staffList th,
#staffList td{
	border-bottom:		solid 1px #95bed6;
	text-align:			left;
	vertical-align:		top;
	padding:			1em 2em 1em 2em;
}

#staffList th{
	background:			#e6f5fe;
	font-weight:		bold;
}
#staffList th{
	background:			#e6f5fe;
	font-weight:		bold;
}

#staffList a{
	color:					#0c8fff;
}
#staffList a:hover{
	border-bottom:			dashed 1px #0c8fff;
	background:				#ffffcc;
}


