/* CSS Document */

#primary {
	width: 544px;
	padding: 8px;
}

#contents {
	width: 520px;
	padding: 10px 12px 0 12px;
}

h2 {
	margin: 0;
}

h3 {
	margin-top: 5px;
	margin-bottom: 7px;
}

h4 {
	margin-top: 20px;
	margin-bottom: 3px;
}

ul.kyujin, ul.news {
	margin: 5px 7px;
}

ul.kyujin li {
	padding: 1px 0 1px 45px;
}

ul.news li {
	padding: 2px 0;
}

ul.kyujin li span, ul.news li span {
	margin-right: 10px;
	font-size: 0.85em;
}

ul.kyujin li span {
	color: #F40;
	font-weight: bold;
}

ul.kyujin li a {
	text-decoration: none;
}

ul.news li a {
	text-decoration: none;
}

ul.kyujin li a:hover {
	color: #F40;
}

ul.kyujin li.nkantou { background: url(../job/images/chiki1.gif) left 4px no-repeat; }
ul.kyujin li.nkansai { background: url(../job/images/chiki2.gif) left 4px no-repeat; }
ul.kyujin li.nother { background: url(../images/point_other.gif) left 4px no-repeat; }

ul.news li a:hover {
	color: #260;
}

ul.kyujin li a:hover, ul.news li a:hover {
	text-decoration: underline;
}

p.backnum {
	text-align: right;
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 0.85em;
	padding-bottom: 10px;
	border-bottom: 5px solid #CCC;
}

@media print{

body {
	background-color: #FFF;
	margin: 0;
}

h1, #rcol, #header, #secondary, #footer {
	display: none;
}

#primary, #lcol {
	background-image: none;
}

#lcol, #primary, #contents {
	width: 640px;
	float: none;
	padding: 0;
}

#footer {
	color: #333;
}

}