@charset "UTF-8";
/* CSS Document */


#contents #boxRight {
	min-height:500px;
}
#contents #boxRight a {
	color: #003b4d;
	text-decoration: none;
}
#contents #boxRight a:hover {
	text-decoration: underline;
}
#contents #boxRight #borderTop {
	background-image: url(../../recruit/images/line_dashed.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
}
#contents #boxRight dl {
	color: #003b4d;
	background-image: url(../../recruit/images/line_dashed.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#contents #boxRight dl dt {
	font-size: 125%;
	padding-bottom: 2px;
	font-weight: bold;
	padding-left: 2px;
}
#contents #boxRight dl dd {
	font-size: 108.33%;
	padding-left: 13px;
	line-height: 100%;
	margin-top: 10px;
	background-image: url(../../sitemap/images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}

