@charset "utf-8";


/*--------------------------
 resume
---------------------------*/

.resume{
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333;
	line-height:19px;
}

.resume a{
	color:#39f;
	text-decoration:none;
	/**text-decoration:underline;*/
}

.resume h2{
	padding:17px 0 10px 2px;
}


.resume p{
	padding: 20px;
}


.dl_sel {
	width: 665px;
	height: 70px;
	background: #F0F0F0;
	margin: 10px 0px 20px 0px;
	position: relative;
}

.dl_sel a {
	text-decoration: none;
	line-height: 150%;
}

.dl_sel a:hover {
	text-decoration: underline;
}

.dl_sel a.dl_pdf {
	position: absolute;
	top: 9px;
	left: 144px;
	width: 182px;
	height: 52px;
	display: block;
	background: url("../img/resume_dl/dl_pdf.jpg") no-repeat;
	padding: 10px 0px 0px 60px;
}

.dl_sel a.dl_xls {
	position: absolute;
	top: 9px;
	left: 339px;
	width: 182px;
	height: 52px;
	display: block;
	background: url("../img/resume_dl/dl_xls.jpg") no-repeat;
	padding: 10px 0px 0px 60px;
}

.dl_sel a span {
	display: block;
	color: #333;
	font-size: 11px;
	text-decoration: none;
}

.dl_sel a:hover span {
	color: #39F;
}


