/**
 * 
 * @version 
 * @author 
 */

@import 'global.css';


/** Global Header
-----------------------------------------*/
#global_header h1 {
	background: url(../images/recruiting/header_title.gif) right 135px no-repeat;
}




/** Contents
-----------------------------------------*/
h2 {
	padding-bottom: 30px;
}


.entry {
	margin-bottom: 4em;
	border-top: 3px solid #ccc;
}
.entry h3 {
	padding: 0.1em 10px;
	background: #e5e5e5;
	font-size: 110%;
	color: #333;
}
.entry p.update {
	margin: 0;
	text-align: right;
	font-size: 80%;
	color: #555;
}
.entry dl {
	margin: 0;
}
.entry dl dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #999;
	font-size: 90%;
	font-weight: bold;
	color: #333;
}
.entry dl dd {
	margin: 0 0 1.5em 10px;
	font-size: 80%;
}



#secondary .secondary_list {
	margin-bottom: 2em;
}
#secondary .secondary_list h3 {
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #ccc;
	font-size: 100%;
	color: #333;
}
#secondary .secondary_list dl {
	font-size: 77%;
}
#secondary .secondary_list dl dt {
	/*padding: 1px 3px;
	background: #eee;*/
	border-bottom: 1px solid #eee;
	font-weight: bold;
	color: #333;
}
#secondary .secondary_list dl dd {
	margin: 0 0 1em 0;
}
