@charset "utf-8";
/* CSS Document */

#visual {
	height: 200px;
	background: url(../info/images/h2.jpg) no-repeat 0px 0px;
}
#visual h2 {
	padding-top: 200px;
}

#boxIntro {
	margin-top: 5px;
	margin-bottom: 15px;
}
#boxIntro img {
	margin-right: 10px;
	vertical-align: text-bottom;
}

#boxMain h3 {
	margin-top: 5px;
	padding: 15px;
	color: #666;
	text-align: left;
	font-size: 120%;
	background: url(../images/bg_h3.gif) repeat-x center center;
	border-top: 1px solid #CCC;
	border-left: 3px solid #CC0000;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#boxMain h4 {
	margin-top: 20px;
	padding: 5px 5px 5px 13px;
	text-align: left;
	font-size: 110%;
	border-left: 3px solid #CC0000;
	border-bottom: 1px dotted #CC0000;
}
#boxMain p {
	margin-top: 20px;
}
#boxMain dl {
	margin-top: 10px;
}
#boxMain dt {
	margin-top: 20px;
	padding-left: 22px;
	font-weight: bold;
	background: url(../images/bg_dt_plan.gif) no-repeat left top;
}
#boxMain dd {
	margin-left: 22px;
}

#boxMain table {
	margin-top: 5px;
	width: 100%;
	padding: 0;
	font-size: 100%;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
#boxMain th {
	width: 140px;
	padding: 5px 10px;
	text-align: left;
	color: #666666;
	font-weight: lighter;
	background-color: #F5F5F5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#boxMain td {
	padding: 5px 10px;
	text-align: left;
	color: #666666;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#boxMain ul {
	margin-top: 5px;
	padding-left: 15px;
}
#boxMain ol {
	margin-top: 5px;
	padding-left: 24px;
}
.recruit {
	color: #CC0000;
	font-size: 1.1em;
}
.salary {
	color: #CC0000;
	font-size: 1.1em;
}

#boxComment {
	margin-top: 20px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
}
#boxComment h4 {
	margin: 0;
}
#boxComment dl {
	margin-top: 0;
}
#boxComment dt {
	margin-top: 10px;
	padding-left: 22px;
	font-weight: bold;
	background: url(../images/bg_dt_circle.gif) no-repeat left top;
}
#boxComment dd {
	margin-left: 22px;
}

#boxRider {
	margin-top: 20px;
	padding: 10px;
}
#boxRider ul {
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}
#boxRider li {
	margin-top: 0;
	padding-left: 22px;
	background: url(../images/bg_dt_square.gif) no-repeat left top;
}