@charset "utf-8";
/* CSS Document */


img.clear {
	display: block;
	width: 10px;
	height: 1px;
	clear: both;
}

div#sidebar {
	float: right;
	padding-bottom: 20px;
	width: 262px;
}
div#sidebar ul.navi {
	margin: 2px 0px 0px 2px;
	width: 256px;
	border: solid 1px #CCCCCC;
	border-bottom: none;
}
div#sidebar ul.navi li {
	border-bottom: solid 1px #CCCCCC;
}
div#sidebar ul.navi li a {
	display: block;
	padding-left: 20px;
	width: 256px;
	height: 31px;
	font-size: 13px;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	background: url(../img/sidenavi_off.gif) no-repeat;
}
div#sidebar ul.navi li a:hover {
	color: #FFFFFF;
	background: url(../img/sidenavi_on.gif) no-repeat;
}
div#sidebar ul.navi li a.act {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img/sidenavi_on.gif) no-repeat;
}

div#context {
	padding: 15px 0px 20px 30px;
	width: 585px;
}
* html div#context {
	width: 615px;
}
div#context table,
div#context th,
div#context td {
	font-size: 100%;
	line-height: 150%;
}

h3.cm {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 10px;
	font-size: 14px;
	background: #E4E4E4;
	border-left: solid 2px #009999;
}


div#contents {
	display: block;
	margin-bottom: 1px;
	text-align: left;
	background: #fff url(../recruit/img/back01.gif) repeat-y right;
}
div#contents img {
	display: block;
}
div#contents a img {
	display: inline;
}

div#fPath a {
	color: #333333;
}
div#fPath span {
	color: #FF6600;
}


/* recruit/index.html */
body.recruit div.index#contents div#data {
	margin-top: 20px;
}
body.recruit div.index#contents div#data h2 {
	font-size: 18px;
	font-weight: bold;
	color: #339999;
}
body.recruit div.index#contents div#data h3 {
	font-size: 14px;
	font-weight: bold;
	color: #339999;
}
body.recruit div.index#contents div.text {
	margin-top: 20px;
	padding: 10px 0px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
body.recruit div.index#contents div.text p {
	margin-top: 5px;
}
body.recruit div.index#contents div.payment h3 {
	margin: 10px 0px;
}
body.recruit div.index#contents div.payment table {
	border: solid 1px #CCCCCC;
}
body.recruit div.index#contents div.payment th {
	padding: 8px 10px;
	color: #009999;
	vertical-align: top;
	background: #F5F5F5;
	border-top: solid 1px #CCCCCC;
}
body.recruit div.index#contents div.payment td {
	padding: 8px 10px;
	vertical-align: top;
	border-top: solid 1px #CCCCCC;
}
body.recruit div.index#contents div.position {
	margin-top: 30px;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
body.recruit div.index#contents div.position a {
	color: #FF6600;
	text-decoration: underline;
}
body.recruit div.index#contents div.position a:hover {
	color: #009999;
}
body.recruit div.index#contents div.gotop {
	margin-top: 20px;
	text-align: right;
}









