@charset "utf-8";
/* CSS Document */

.contentsBox {
	width: 846px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 34px;
	font-size: 14px;
}

.contentsBoxLeft {
	float: left;
	width: 500px;
}

.contentsBoxLeft p strong{
	color: #8AC1D9;
}

.contentsBoxRight {
	float: right;
	width: 300px;
}

.contentsBoxRight02 {
	float: right;
	width: 390px;
}

p {
	font-size: 14px;
	line-height: 1.8em;
}

.cbTableLeft table  {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.cbTableRight table {
	float: left;
}

.cbTableLeft table ,.cbTableRight table {
	width: 390px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}

.cbTableLeft th,.cbTableRight th,.cbTableLeft td,.cbTableRight td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.cbTableLeft th,.cbTableRight th {
	background-color: #FFFFCB;
	text-align: center;
}

.cbTableNumber {
	text-align: center;
}

.resultsBox {
	background-image: url(../results/img/rtbox_back.jpg);
	background-repeat: repeat-y;
}

.resultsBox img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.resultsBox h4 {
	display: block;
	font-weight: bold;
	font-size: 16px;
	border-left-width: 12px;
	border-left-style: double;
	border-left-color: #F00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.resultsBox p {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 38px;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.recruit {
	width: 850px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 30px;
}

.recruit h4 {
	background-color: #59A6EE;
	display: block;
	color: #FFF;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0000BA;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.recruitBox {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.recruit p {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	width: 500px;
}

.recruit img {
	float: right;
}

.profileTable {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #D0D2D3;
	border-right-color: #D0D2D3;
	line-height: 1.8em;
}

.profileTable th {
	color: #FFF;
	background-color: #1F7AFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D0D2D3;
	border-left-color: #D0D2D3;
	text-align: center;
	padding: 10px;
}

.profileTable td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D0D2D3;
	border-left-color: #D0D2D3;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.profileInnerTable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}

.profileInnerTable td,.profileInnerTable th{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-left: 0px;
}


.mapButton a {
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
}

.mapButton a:hover {
	background-color: #F60;
}


.headerInnerBox {
}

.headerInnerBoxLogo {
	float: left;
	width: 825px;
}

.headerInnerBoxGoform{
	float: right;
	width: 102px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.headerInnerBoxGoform a{
	background-image: url(../common/go_form_b.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 64px;
	width: 102px;
}

.headerInnerBoxGoform a:hover {
	background-image: url(../common/go_form_b.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 64px;
	width: 102px;
}

.recTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}

.recTable th {
	background-color: #FFFFE7;
	padding: 6px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.recTable td {
	padding: 6px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.news {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	line-height: 2em;
	width: 800px;
}

.newsDate {
	font-weight: bold;
	color: #619FFE;
	float: left;
	width: 120px;
}

.newsExp {
	float: left;
}

.results {
	font-size: 14px;
	color: #1D678F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}
