@charset "utf-8";

/* infoBox */
.infoBox {
	width:720px;
	overflow:hidden;
	clear:both;
	padding:38px 0 48px 0;
}
.infoBox .tit {
	padding:0 0 19px 42px;
}
.infoBox .img {
	background:url(../images/info/bg.jpg) no-repeat left top;
	padding:1px 1px 17px 1px;
	float:right;
	margin:0 39px 0 0;
	_margin:0 19px 0 0;
}
.infoBox .links {
	padding:0px 0 0px 42px;
	width:340px;
	float:left;
	margin-bottom:3px;
}
.infoBox .links a {
	color:#000000;
	background:url(../common/images/pdf_ico.gif) no-repeat right;
	padding:3px 40px 3px 0;
	display:block;
	float:left;
	text-decoration:underline;
}
.infoBox .links a:hover {
	text-decoration:none;
}
.infoBox .cont {
	width:327px;
	margin:0 0 0 42px;
	_margin:0 0 0 21px;
	overflow:hidden;
	background:#e6e6e6;
	float:left;
}
.infoBox .cont .btn {
	float:left;
	padding:29px 0 25px 22px;
}
.infoBox .cont .txt {
	width:140px;
	float:right;
	line-height:1.2;
	padding:18px 32px 0 0;
}
.infoBox .cont .txt a {
	color:#2F8ED9;
}

