@charset "utf-8";



div#info{
	margin-bottom: 15px;
}
div#info h2{
	height: 27px;
	width: 629px;
	position: relative;
	background: url(../../images/info.png) no-repeat 0px 0px;
}
div#info h2 img{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;}
div#info h2 span{
	text-indent:-9999px;
	display: block;
}

div#info dl {
	margin:6px auto;
	border-bottom:1px dotted #ccc;
}
div#info dt {
	width:80px;
	float:left;
	margin-bottom:6px;
	background: url(../../images/ico_1.png) no-repeat 10px center;
	padding-left: 28px;
}
div#info dd {
	margin-bottom:6px;
	padding-left:0;
}


div#job{
	margin-bottom: 15px;
}
div#job h2{
	height: 27px;
	width: 629px;
	position: relative;
	background: url(../../images/job.png) no-repeat 0px 0px;
}
div#job h2 img{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;}
div#job h2 span{
	text-indent:-9999px;
	display: block;
}

div#job dl {
	margin:6px auto;
	border-bottom:1px dotted #ccc;
}
div#job dt {
	margin-bottom:6px;
	background: url(../../images/ico_2.png) no-repeat 10px center;
	padding-left: 28px;
}
div#job dd {
	margin-bottom:6px;
	padding-left:0;
}

div#job dl span{ color:#CC0033;}
