/* 共通定義 */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E7E7E7;
	text-align: center;
}
#all {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	background: #FFFFFF;
}
p {
	line-height: 1.4em;
}
img {
	border: 0px;
}
td {
	vertical-align: top;
}
th {
}
dl {
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.4em;
}
ul,ol {
	margin-left: 40px;
}
li {
	line-height: 1.4em;
}
.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}
.vm {
	vertical-align: middle;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.small {
	font-size: 11px !important;
}
.clear {
	clear: both !important;
}
.mT5 {
	margin-top: 5px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT15 {
	margin-top: 15px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mB5 {
	margin-bottom: 5px !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB15 {
	margin-bottom: 15px !important;
}
.mB20 {
	margin-bottom: 20px !important;
}
.px14 {
	font-size: 14px !important;
	font-weight: bold !important;
}
.hT12 {
	font-size: 12px;
	color: #666;
	display: inline;
}
.hTN12 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	display: inline;
}
.purple {
	color: #A2055A;
}


.pagetop {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
}
.red {
	color: #FF0000 !important;
}
/* コンテンツ */

#contents {
	width: 760px;
	padding-bottom: 20px;
}

/* リンク */

a {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}


/* ヘッダ */

#summary {
}
#head {
	background: url(../img/all_head_bg.gif) repeat-x;
}
#head .wrap {
	background: url(../img/head_bg.gif) repeat-x;
}
#head .title {
	float: left;	width: 405px;	height: 82px;
	background: url(../img/head_title.gif) no-repeat left bottom;
}
#head .title h1 {
	margin: 10px 0px 0px 20px;	font-size: 12px;	color: #FF9900;
}
#head img.logo {
	float: left;	margin: 0px;	padding: 0px;	border: none;
}
#head .global {
	background: url(../img/global_bg.gif) no-repeat left bottom;
	padding-bottom: 1px;
}
#head .global ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#head .global li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#head .global li a {
	display: block;
	height: 42px;
	background: no-repeat;
	text-indent: -9999px;
	/*\*/ overflow: hidden; /* */
}
#head .global li a#g01 {
	width: 121px;
	background: url(../img/navi_home.gif);
}
#head .global li a#g02 {
	width: 120px;
	background: url(../img/navi_about.gif);
}
#head .global li a#g03 {
	width: 120px;
	background: url(../img/navi_regist.gif);
}
#head .global li a#g04 {
	width: 120px;
	background: url(../img/navi_job.gif);
}
#head .global li a#g05 {
	width: 160px;
	background: url(../img/navi_human.gif);
}
#head .global li a#g06 {
	width: 119px;
	background: url(../img/navi_contact.gif);
}

#head .global li a#g01s {
	width: 121px;
	background: url(../img/navi_home_select.gif);
}
#head .global li a#g02s {
	width: 120px;
	background: url(../img/navi_about_select.gif);
}
#head .global li a#g03s {
	width: 120px;
	background: url(../img/navi_regist_select.gif);
}
#head .global li a#g04s {
	width: 120px;
	background: url(../img/navi_job_select.gif);
}
#head .global li a#g05s {
	width: 160px;
	background: url(../img/navi_human_select.gif);
}
#head .global li a#g06s {
	width: 119px;
	background: url(../img/navi_contact_select.gif);
}
#head .global li a#g01:hover {
	background: url(../img/navi_home_over.gif);
}
#head .global li a#g02:hover {
	background: url(../img/navi_about_over.gif);
}
#head .global li a#g03:hover {
	background: url(../img/navi_regist_over.gif);
}
#head .global li a#g04:hover {
	background: url(../img/navi_job_over.gif);
}
#head .global li a#g05:hover {
	background: url(../img/navi_human_over.gif);
}
#head .global li a#g06:hover {
	background: url(../img/navi_contact_over.gif);
}

#head .imgArea {
	background: url(../img/head2.gif) no-repeat left bottom;
	padding-bottom: 15px;
}


.wrap {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1px;
	padding-left: 1px;
}

/* メインコンテンツ */

#path {
	font-size: 11px;
	padding: 20px 40px;
	color: #666;
}
#path a {}
#path a:hover {}
#main {
	width: 760px;
}
#main a.cursor {
	font-size: 12px;
	background: url(../img/cursor.gif) no-repeat 0% 50%;
	padding-left: 14px;
}

#index {
	width: 713px;
	padding-right: 25px;
	padding-left: 22px;
}
#index h1 {
	padding-left: 4px;
}
#index h2 {
	margin-bottom: 5px;
}
#index p {
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	margin-bottom: 5px;
}


#index .leftContents {
	float: left;
	width: 283px;
}
#index .side4 {
	padding-right: 4px;
	padding-left: 4px;
}
#index ul.news {
	margin: 0px 0px 10px;
	padding: 0px 4px;
	list-style: none;
	color: #666;
	font: 12px "MS GOTHIC";
}
#index ul.news li {
	margin: 0px;
	padding: 10px 0px;
	background: url(../img/index_line.gif) no-repeat left bottom;
	float:left;
	display:block;
	clear:left;
}
#index ul.news li .day {
	display:block;
	padding-right: 10px;
	width:60px;
	float:left;
}

#index ul.news li a {
	display:block;
	width:190px;
}

#index .boxBg {
	background: url(../img/index_box_bg.gif) no-repeat left bottom;
	height: 42px;
}
#index .boxBg table.tbl1 {
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}
#index .boxBg table.tbl1 td {
	vertical-align: middle;
}

#index .rightContents {
	float: right;
	width: 408px;
}
#index .grayBox {
	background: #EFEFEF;
	padding: 10px 20px;
	width: 368px;
	margin-bottom: 10px;
}
#index .side6 {
	width: 396px;
	margin-top: 20px;
	padding-right: 6px;
	padding-left: 6px;
}
#index table.recruitTbl {
	height: 27px;
	background: url(../img/index_line2.gif) no-repeat left bottom;
	margin-bottom: 15px;
	margin-top: 10px;
}
#index table.recruitTbl td {
	vertical-align: middle;
}




#main2 {
	width: 680px;
	padding-right: 40px;
	padding-left: 40px;
}
#main2 .leftContents {
	float: left;
	width: 175px;
	margin-right: 35px;
}
#main2 .leftContents ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#main2 .leftContents li {
	margin: 0px;
	padding: 0px 0px 1px 24px;
	line-height: 30px;
	background: url(../img/main2_left_li.gif) no-repeat;
}
#main2 .leftContents li.c {
	background: url(../img/main2_left_li_cursor.gif) no-repeat;
}
#main2 .rightContents {
	float: right;
	width: 470px;
}
#main2 h1 {
	margin-bottom: 15px;
}
#main2 p {
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	margin-bottom: 10px;
}
#main2 table.formTbl {
	background: url(../img/main2_line.gif) no-repeat left top;
	width: 470px;
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	margin-bottom: 15px;
}
#main2 table.formTbl td {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../img/main2_line.gif) no-repeat left bottom;
}
#main2 table.noBG {
	background: url(none) !important;
}
#main2 table.noBG td {
	background: url(none) !important;
}
#main2 table.jobTbl {
	width: 678px;
	color: #666;
	font-size: 12px;
	line-height: 1.4em;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	margin-bottom: 15px;
}
#main2 table.jobTbl th {
	vertical-align: middle;
	font-family: "MS GOTHIC";
	font-weight: normal;
	background: #E0E0E0;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	padding: 10px 5px;
}
#main2 table.jobTbl td {
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	vertical-align: middle;
	padding: 10px 5px;
}
#main2 h2 {
	background: url(../img/main2_line.gif) repeat-x left bottom;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}
#main2 h3 {
	font-size: 12px;
	line-height: 24px;
	background: url(../img/main2_h3.gif) no-repeat;
	color: #333;
	padding-left: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
#main2 ul,
#main2 ol {
	font-size: 12px;
	color: #666;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 15px;
}







/* フッタ */

#footer {
	clear: both;
	background: url(../img/all_footer_bg.gif) repeat-x;
}
#footer table {
	margin-right: auto;
	margin-left: auto;
}


#footer .wrap {
	background: url(../img/footer_bg.gif) no-repeat left top;
	height: 65px;
	padding-top: 30px;
}
#footer p {
	font: 10px Arial;
	color: #666;
}


#footer a {}
#footer a:hover {}

address {
	font-style: normal;
	font-size: 11px;
	line-height: 1.4em;
}
address a {}
address a:hover {}

/* サイドメニュー */

#menu {
	width: 200px;
	float: left;
}


