* {
	margin:0;
	padding:0;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
/*	font-family:"游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
}

body {
	margin:0;
	padding:0;
	text-align: center;
	background-color: #fff;
	color: #000;
}
img {
	border: 0;
}

p {
	line-height: 1.7;
}

h1 {
	font-size: 32px;
	font-weight: normal;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h1.h1NoStyle {
	background-image:none;
	font-size: 32px;
	font-weight: normal;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

h2.h2Title {
	font-size: 24px;
	height: 33px;
	border-bottom: solid 5px #009933;
	padding: 0 0 5px 0;
/*	background-image:url(/images/h2Bg.gif);
	background-repeat:no-repeat;

*/
}

h3.h3Title {
	font-size: 20px;
	height: 24px;
	padding: 0 0 5px 0;


*/
}

a {
	color: #004af9;
}

a:hover {
	color: #f90;
}

ul li {
	list-style: none;
	background-image:url(/images/liSquare.png);
	background-repeat:no-repeat;
	padding: 0 0 0 15px;
}

ol {
	padding: 0 0 0 30px;
}


dt.dtSquare {
	background-image:url(/images/liSquare.png);
	background-repeat:no-repeat;
	margin: 10px 0 0 0;
	padding: 0 0 0 14px;
}

.liSquare {
	background-image:url(/images/liSquare.png);
	background-repeat:no-repeat;
	padding: 0 0 0 14px;
}

ul.liInline li {
	display: inline-block;
	margin-right: 20px;
}


ul.liInline2 li {
	display: inline-block;
	width: 46%;
}


ul.liInline3 li {
	display: inline-block;
	width: 31%;
}

ul.liInline4 li {
	display: inline-block;
	width: 23%;
}

ul.liInline5 li {
	display: inline-block;
	width: 18%;
}

ul.liInline6 li {
	display: inline-block;
	width: 15%;
}

ul.liInline7 li {
	display: inline-block;
	width: 12%;
}

ul.liInline8 li {
	display: inline-block;
	width: 10%;
}

ul.liInline9 li {
	display: inline-block;
	width: 9%;
}

ul.liInline10 li {
	display: inline-block;
	width: 7.5%;
}


dd {
	margin: 0 0 0 15px;
}

hr {
	margin: 10px 0 10px 0;
	border: 0;
	border-bottom: solid 1px #009933;
	width: 100%;
}

#headerContainer {
	width: 960px;
	margin:0 auto;
	text-align: left;
}


#header {
	width: 960px;
	margin: 20px 0 10px 0;
}

#header #headerLogo {
	width: 260px;
	float: left;
}

#header #headerMenu {
	width: 700px;
	float: left;
}

#header #headerMenu ul {
	text-align: right;
}

#header #headerMenu li {
	background-image: none;
	display: inline-block;
	padding: 30px 0 0 30px;
}

#header #headerMenu a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display:block;
	padding:3px 0 3px 0;
}

#header #headerMenu a.menuHome {
	border-bottom: 2px #e8846c solid;
}

#header #headerMenu a.menuHomeAct {
	border-bottom: 4px #e8846c solid;
}

#header #headerMenu a.menuJobEval {
	border-bottom: 2px #16528e solid;
}

#header #headerMenu a.menuJobEvalAct {
	border-bottom: 4px #16528e solid;
}


#header #headerMenu a.menuJobSelect {
	border-bottom: 2px #e54b4b solid;
}

#header #headerMenu a.menuJobSelectAct {
	border-bottom: 4px #e54b4b solid;
}


#header #headerMenu a.menulicenseSelect {
	border-bottom: 2px #bda943 solid;
}

#header #headerMenu a.menulicenseSelectAct {
	border-bottom: 4px #bda943 solid;
}

#searchContainer {
	width: 100%;
	margin:0 auto;
	background-color: #009933;
}

#search {
	width: 960px;
	margin:0 auto;
	padding: 15px 0 15px 0;
	color: #fff;
	text-align: left;
}

#search input[type=search] {
	font-size: 18px; width: 400px; height: 28px;
}

#search #searchBox {
	float: left;
	width: 660px;
}

#search #searchCount {
	float: left;
	width: 300px;
}

#topMainContainer {
	width: 100%;
	margin:0 auto;
	background-color: #67afd1;
}

#topMain {
	position: relative;
	width: 960px;
	margin:0 auto;
	padding: 30px 0 35px 0;
	color: #fff;
	text-align: left;
}

#topMain .topMainBusiness {
	position: absolute;
	top: -90px;
	left: 730px;
}

#mainContainer {
	width: 960px;
	background-repeat:repeat-y;
	margin:0 auto;
}



#footerContainer {
	width: 100%;
	margin:0 auto;
}

#footer {
	margin:0 auto;
	padding: 20px 0 0 0;
	text-align: left;
}

.footerMenu {
	background-color: #009933;
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 15px 0 0 0;
}

.footerMenu a {
	color: #fff;
	text-decoration: none;
}


.breadcrumb ol {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.breadcrumb ol li {
	display: inline;
	list-style-type: none;
	background: none;
	font-size: 11px;
}
.breadcrumb ol li:after {
	content:" > ";
}

.breadcrumb ol li:last-child:after {
        content:"";
}

.breadcrumb a {
	text-decoration: none;
	color: #333;
	font-size: 11px;
}

.main960 {
	width: 960px;
	margin:0 auto;
	text-align: left;
}

.main840 {
	width: 840px;
	margin:0 auto;
	text-align: left;
}


.main800 {
	width: 800px;
	margin:0 auto;
	text-align: left;
}

.main760 {
	width: 760px;
	margin:0 auto;
	text-align: left;
}

.w800 {
	width: 800px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.pd5 {
	padding: 5px;
}

.pd10 {
	padding: 10px;
}

.ind20 {
	width: 940px;
	margin-left: 20px;
}

.categoryBox {
	background-color: #d0f3db; 
	width: 283px;
	padding: 10px;
	margin: 20px 0 0 0;
	float: left;
}

.categoryBox h2{
	border-bottom: #009933 3px solid;
	font-size: 15px;
	margin: 0 0 10px 0;
}

.fs {
	font-size: 12px;
}


.fl {
	font-size: 20px;
}


.fwb {
	font-weight: bold;
}


.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.pd10 {
	padding: 10px;
}

.pd20 {
	padding: 20px;
}

.bgGreen {
	background-color: #81bd7d;
}

.bgGreenLight {
	background-color: #d0f3db;
}

.bgPinkLight {
	background-color: #ffe1e1;
}

.bgBlueLight {
	background-color: #d3e9f6;
}



.bgCover {
	background-image: url(/images/bgCover.gif); 
}

.cb  {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.wsNowrap {
	white-space: nowrap;
}

table.border1{
	width:100%;
	border-collapse: collapse;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #999;
}

table.border1 th {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	padding: 8px;
}

table.border1 td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	padding: 8px;
}


table.thArrow {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 5px;
	font-size: 12px;
}
 
table.thArrow th,
table.thArrow td {
	padding: 10px;
}
 
table.thArrow th {
	background: #009933;
	vertical-align: middle;
	text-align: left;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
}
 
table.thArrow th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #009933;
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
	table.thArrow th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #009933 10px solid;
		margin-top: -10px;
	}
}
 
table.thArrow td {
	padding-left: 20px;
}

.errMsg {
	color: #f60;
	font-weight: bold;
	margin: 10px 0 0 20px;
}


input[type=search],input[type=text] {
	border: 1px solid #666;
}


textarea {
	border: 1px solid #666;
}

select {
	border: 1px solid #666;
}

input:focus,select:focus,textarea:focus {
	background-color: #e3ffd5;
}


input[type=radio] {
	width: 15px;
	height: 15px;
}

input[type=submit] {
	font-size: 14px;
	letter-spacing: 2px;
	color: #ffffff;
	padding: 1px 3px 0px 6px;
	background-color: #B93000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #fff;
	-moz-box-shadow:
		0px 4px 0px rgba(65,17,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 4px 0px rgba(65,17,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	box-shadow:
		0px 4px 0px rgba(65,17,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
}

input[type=submit].btnSearch{
	font-size: 15px;
	padding: 2px 7px 1px 27px;
	background-color: #093;
	background-image: url("/images/btnSearch.png");
	background-repeat: no-repeat;
	background-position: 7px 4px;
	-moz-box-shadow:
		0px 4px 0px rgba(0,102,51,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 4px 0px rgba(0,102,51,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	box-shadow:
		0px 4px 0px rgba(0,102,51,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
}

input[type=submit]:active{
	background-color: #666;
	-moz-box-shadow:
		0px 1px 0px rgba(0,0,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 0px rgba(0,0,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 0px rgba(0,0,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	position: relative;
	top: 3px;
}

table.topWork {
	width: 350px;
}

table.topWork td {
	padding: 0 0 5px 0;
	vertical-align: top;
}

ul.topLicense  li {
	margin-bottom: 7px;
}

ul.topLicense li:last-child {
	margin-bottom: 10px;
}


.snsBtn {
	overflow: hidden;
	margin-left: -10px;
}
.snsBtn li {
	float: left;
	margin-right: 13px;
	list-style-type: none;
}
.snsBtn iframe {
	margin: 0 !important;
}

a.txtPermaLink {
	color: #000;	
}

a.btnLink {
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 2px;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	background-color: #B93000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #fff;
	-moz-box-shadow:
		0px 4px 0px rgba(65,17,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 4px 0px rgba(65,17,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	box-shadow:
		0px 4px 0px rgba(65,17,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
}



a.btnLink:active{
	background-color: #666;
	-moz-box-shadow:
		0px 1px 0px rgba(0,0,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 0px rgba(0,0,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 0px rgba(0,0,0,1),
		inset 0px 0px 0px rgba(255,255,255,0.6);
	position: relative;
	top: 3px;
}