@charset "utf-8";
/* CSS Document */

#careercolumn {
	float: left;
	width: 238px;
	padding: 104px 0 0 0;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}
#careercolumn a {
	color: #626365;
	text-decoration: none;
}
#careercolumn a:hover {
	text-decoration: underline;
}

.careerbox1 {
	height: 49px;
	padding: 19px 0 0 0;
	background: url(../_images/career_01.gif) 0 0 no-repeat;
	color: #626365;
}
.careerbox2 {
	height: 52px;
	padding: 13px 0 0 0;
	background: url(../_images/career_02.gif) 0 0 no-repeat;
	color: #626365;
}
.careerbox3 {
	height: 36px;
	padding: 22px 0 0 0;
	background: url(../_images/career_03.gif) 0 0 no-repeat;
	color: #626365;
}
.careerbox4 {
	height: 43px;
	padding: 24px 0 0 0;
	background: url(../_images/career_04.gif) 0 0 no-repeat;
	color: #626365;
}
.careerbox5 {
	height: 38px;
	padding: 24px 0 0 0;
	background: url(../_images/career_05.gif) 0 0 no-repeat;
	color: #626365;
}
.careerbox6 {
	height: 47px;
	padding: 36px 0 0 0;
	background: url(../_images/career_06.gif) 0 0 no-repeat;
	color: #ffffff;
	font-size: 1.4em;
}


