/***********************************************

	CommonCSS

***********************************************/

/***********************************************

	1.Utility
	2.Layer
	3.Header
	4.Main
	5.Contents
	6.RelationNavi
	7.Footer
	8.Table
	9.Form

***********************************************/

/***********************************************

	Utility

***********************************************/

/*--- all -----------------*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}


img {
	border:none;
	vertical-align: bottom;
}

ul,ol{
	list-style-type: none;
}

p {
	margin-bottom: 0.8em;
}

/*--- link -----------------*/

a:link{
	color: #0066CB;
	text-decoration: none;
}

a:visited{
	color: #0066CB;
	text-decoration: none;
}

a:hover{
	color: #0066CB;
	text-decoration: underline;
}

a:active{
	color: #0066CB;
	text-decoration: underline;
}

/*--- class -----------------*/

.l {
	float: left;
}

.r {
	float: right;
}

.tRight {
	text-align: right;
}

.tLeft {
	text-align: left;
}

.tCenter {
	text-align: center;
}

.strong {
	font-weight: bold;
}

/***********************************************

	Layer

***********************************************/

/*--- htmlbody -----------------*/

body {
	position: relative;
	font-size: 75%;
	color: #000000;
	text-align: center;
	/*font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;*/
	line-height: 150%;
	word-break: break-all;
}

/*--- divlayer -----------------*/

#body {
	position: relative;
	width: 820px;
	margin: 0px auto;
}

#header {
	position : relative;
	width : 100%;
	height: 144px;
	background : url(../../common/images/header_bg.jpg) no-repeat left top;
	margin-bottom:2px;
}

#main {
	width: 820px;
	padding-bottom: 20px;
	border-top: 1px solid #C7C7C7;
}

#contents {
	float: left;
	width: 605px;
	position: relative;
	text-align: left;
}

#relationNavi {
	float: right;
	width: 200px;
	text-align:left;
}

#contents table th {
	text-align: left;
}

#footer {
	width: 820px;
	text-align:center;
	clear: both;
}

/***********************************************

	Header

***********************************************/

/*--- etcNavi -----------------*/

#header .etcNavi {
	position: absolute;
	top : 0px;
	right : 0px;
}

#header .etcNavi li.faq {
	position: absolute;
	top : 0px;
	right : 193px;
}

#header .etcNavi li.welcome {
	position: absolute;
	top : 0px;
	right : 88px;
}

#header .etcNavi li.sitemap {
	position: absolute;
	top : 0px;
	right : 0px;
}

#header .latestCount {
	position: absolute;
	top: 121px;
	left : 10px;
	font-weight: bold;
}

/*--- logo -----------------*/

#header #logo {
	width: 330px;
	height: 60px;
	background : url(../../common/images/header_logo.gif) no-repeat left top;
	position: absolute;
	top: 17px;
	left : 11px;
	display: block;
}

#header #logo a {
	width: 330px;
	height: 60px;
	display: block;
}

#header #logo a span {
	display: none;
}

/*--- globalNavi -----------------*/

#header #globalNavi {
	position: absolute;
	top: 81px;
	left : 0px;
	height:31px;
	padding-left:6px;
}

#header #globalNavi li {
	float : left;
	margin-left: 5px;
}

/*--- search -----------------*/

#header div.search {
	position: absolute;
	top: 119px;
	right : 10px;
	width:300px;
	text-align:right;
	vertical-align: middle;
}

#header div.search form {
	vertical-align: middle;
}

#header div.search input.searchBox {
	width: 157px;
	padding: 2px;
	font-size: 12px;
	color: #999999;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}

input.searchButton {
	width: 170px;
	height: 30px;
	font-size: 12px;
	vertical-align: middle;
}
#header div.search input.searchButton {
	width: 64px;
	height: 21px;
	font-size: 12px;
	vertical-align: middle;
}

#header div.search img {
	vertical-align: middle;
}

/*--- read -----------------*/

#header .lead {
	width: 515px;
	text-align: left;
	position: absolute;
	left: 11px;
	top: 4px;
	color: #999999;
	font-size: 10px;
}

/***********************************************

	Main

***********************************************/

/*--- topicPath -----------------*/

#main ul#topicPath {
	padding: 10px;
	font-size: 83.3%;
	float: left;
	width: 100%;
}



#main ul#topicPath li {
	float: left;
	display: inline;
}

/*--- pageTop -----------------*/

#main p.pageTop {
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	clear: both;
	border: none;
}

/*--- Banner -----------------*/

#main ul.mainBanner {
	width: 820px;
	height: 180px;
	margin-bottom: 3px;
	display: block;
	position: relative;
	background: transparent url(../../common/images/main_entry_banner.jpg) top left no-repeat;
	clear: both;
}

#main ul.mainBanner li a {
	width: 271px;
	height: 40px;
	position: absolute;
	top: 127px;
	left: 33px;
}

#main ul.mainBanner li a:hover {
	background: transparent url(../../common/images/main_entry_banner_over.jpg) -33px -127px no-repeat;
}

#main ul.mainBanner li a span {
	display: none;
}

/***********************************************

	Contents

***********************************************/

/**/

/***********************************************

	RelationNavi

***********************************************/

/**/

/***********************************************

	Footer

***********************************************/

/*--- utilityMenu -----------------*/

#footer ul.utilityMenu {
	padding: 20px 0px 10px 0px;
	text-align: center;
	clear: both;
	background : url(../../common/images/footer_bg.jpg) repeat-x left 14px;
	color: #ffffff;
}

#footer ul.utilityMenu li {
	padding: 0px 5px 10px 0px;
	display: inline;
}

#footer ul.utilityMenu li span {
	padding: 0px 5px 0px 0px;
	font-weight: normal;
}

#footer ul.utilityMenu li a {
	color: #ffffff;
	font-weight: bold;
}

/*--- relationLink -----------------*/

#footer ul.relationLink {
	padding: 5px 0px 5px 0px;
	text-align: center;
	clear: both;
}

#footer ul.relationLink li {
	padding: 0px 5px 0px 0px;
	display: inline;
}

#footer ul.relationLink li span {
	padding: 0px 5px 0px 0px;
	font-weight: normal;
}

#footer ul.relationLink li a {
	font-weight: bold;
}

#footer ul.relationLink li.cAll {
	clear: both;
}


#footer p.relationLinkDesc {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	color: #666666;
}

#footer dl.relationLink {
	min-height: 100px;
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #cccccc;
	background: #f2f2f2;
}

#footer dl.relationLink dt {
	width: 200px;
	float: left;
	display: block;
}

#footer dl.relationLink dd {
	width: 570px;
	padding-left: 5px;
	float: left;
	display: block;
}

#footer dl.relationLink dt a {
	font-weight: bold;
}

/*--- copyright -----------------*/

#footer p.copyright {
	padding: 10px 5px 5px 5px;
	color: #666666;
	text-align: center;
	clear: both;
}

/***********************************************

	Table

***********************************************/

/*--- table -----------------*/

table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	font-size: 100%;
	clear: both;
	text-align: left;
}

table th {
	background: url(../../common/images/ctn_th_bg.gif) no-repeat left top;
	padding: 3px 10px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}

table th span {




	border-left: 3px solid #2F82C4;

	padding-left: 5px;
}

table td {
	padding: 4px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

table td span {
}

/*--- tablewidth -----------------*/

col.w20 {
	width: 20%;
}

col.w25 {
	width: 25%;
}

col.w30 {
	width: 30%;
}

col.w35 {
	width: 35%;
}

col.w40 {
	width: 40%;
}

col.w45 {
	width: 45%;
}

col.w50 {
	width: 50%;
}

col.w55 {
	width: 55%;
}

col.w60 {
	width: 60%;
}

col.w65 {
	width: 65%;
}

col.w70 {
	width: 70%;
}

col.w75 {
	width: 75%;
}

col.w80 {
	width: 80%;
}

/***********************************************

	Form

***********************************************/

/*--- form -----------------*/

form {
	vertical-align: middle;
}

form div.itemGroup {
	clear: both;
}

form input {
	vertical-align: middle;
}

form label {
	vertical-align: middle;
}

form span {
	width: 127px;
	/*padding: 0.2em 0px;*/
	vertical-align: middle;
	float: left;
}

form span.help {
	width: auto;
	padding: auto;
	display: inline;
	float: none;
	word-break: keep-all;
}

form input.c_box {
	margin-right: 2px;
}

/*--- search -----------------*/

div.jobSearch form.search input.searchKeyword,
div.jobSearch form.search select.searchCompany,
div.jobSearch form.search select.searchJobs {
	width: 205px;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}

div.jobSearch form.search select.searchRegion {
	width: 150px;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}



p.submit span.entry {
	margin-right:5px;
}
