@charset "Shift_JIS";

@import url("common.css");
h1 {
	color: #000;
	margin: 0;
	padding: 0;
	border: none;
}
#img {
	border-top: solid 1px #f6f6f6;
}
.col {
	float: left;
	width: 400px;
}
h2 {
	color: #000; background-color: #f6f6f6;
	background-image: url('../img/list.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	border: none;
	border-bottom: solid 1px #999;
	padding-left: 18px;
}
.con {
	margin: 3px 8px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
.con h3 {
	color: #000; background-color: #f6f6f6;
	background-image: url('../img/list2.png');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	border: none;
	margin-left: 10px;
	padding-left: 16px;
}
.con p {
	padding-left: 10px;
}
/*XV*/
#career {
	width: 380px;
	height: 200px;
	overflow: auto;
	background-color: #e9e9e9;
	margin: 5px auto;
	border: solid 1px #ccc;
}
#career p{
	margin: 5px;
}
#career span{
	font-style: italic;
}
.center {
	text-align: center;
	margin-top: 50px;
}
#count {
	padding-bottom: 15px;
}
