@charset "utf-8";

/* -----------------------------------------
 RESET CSS
----------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	font-size: 100%;
	font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
ul {
	list-style-type: none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
address {
	font-style: normal;
}
a {
    margin:0;
    padding:0;
	font-style: normal;
	text-decoration: none;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* -----------------------------------------
 COMMON CSS
----------------------------------------- */

body {
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.35;
	color: #333;
}
a:link, a:visited {
	color: #040;
}
a:hover, a:active {
	text-decoration: underline;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearB {
	clear: both;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}


header {
	height: 181px;
	background: #c4f2c8 url("../images/bg_header.jpg") center top no-repeat;
}


.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

div.wrapHeader {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
h1 {
	width: 421px;
	height: 129px;
	margin: 38px auto 0;
	text-indent: -9999px;
	background: url("../images/logo.png") left top no-repeat;
}
h2 {
	color: #040;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 10
}

h3 {
    border-bottom: solid 1px #175c97;
    color: #175c97;
    text-align: center;
    font-size: 28px;
    padding-bottom: 5px;
    letter-spacing: 0.35em;
    font-weight: bold;
	margin:50px 0px 30px 0px;
}

#business {
   margin-top:-60px;
  padding-top:60px;
}

#item{
   margin-top:-60px;
  padding-top:60px;
}

#recruit{
   margin-top:-60px;
  padding-top:60px;
}

#company{
   margin-top:-60px;
  padding-top:60px;
}

div#utilities {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 20;
}
div#utilities ul li {
	padding: 0 20px;
	background: url("../images/icon_arrow.png") left center no-repeat; 
	float: right;
}
nav {
	height: 60px;
	background: url("../images/bg_gnavi.jpg") left top repeat-x;
}
nav ul {
	width: 960px;
	margin: 0 auto;
	border-left: solid 1px #007e0b;
	border-right: solid 1px #8ad990;
	overflow: hidden;
}
nav ul li {
	border-left: solid 1px #8ad990;
	border-right: solid 1px #007e0b;
	text-indent: -9999px;
	float: left;
}
nav ul li a {
	display: block;
	height: 60px;
}
nav ul li.home a {
	width: 118px;
	background: url("../images/gnavi_home.png") center center no-repeat;
}
nav ul li.home a:hover {
	background: #13ad17 url("../images/gnavi_home.png") center center no-repeat;
}
nav ul li.item a {
	width: 208px;
	background: url("../images/gnavi_item.png") center center no-repeat;
}
nav ul li.item a:hover {
	background: #13ad17 url("../images/gnavi_item.png") center center no-repeat;
}
nav ul li.business a {
	width: 208px;
	background: url("../images/gnavi_business.png") center center no-repeat;
}
nav ul li.business a:hover {
	background: #13ad17 url("../images/gnavi_business.png") center center no-repeat;
}
nav ul li.company a {
	width: 208px;
	background: url("../images/gnavi_company.png") center center no-repeat;
}
nav ul li.company a:hover {
	background: #13ad17 url("../images/gnavi_company.png") center center no-repeat;
}
nav ul li.recruit a {
	width: 208px;
	background: url("../images/gnavi_recruit.png") center center no-repeat;
}
nav ul li.recruit a:hover {
	background: #13ad17 url("../images/gnavi_recruit.png") center center no-repeat;
}

div.wrapContents {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}

p.back {
	width: 60px;
	padding-right: 10px;
	float: right;
	clear: both;
}
p.back a {
	color: #000;
}

footer {
	padding: 15px 0 0;
	border-top: solid 5px #ddd;
}
div.wrapFooter {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
footer div.wrapFooter div.contL {
	width: 540px;
	float: left;
}
footer div.wrapFooter div.contR {
	width: 400px;
	float: right;
}
img.fLogo {
	vertical-align: middle;
}
p.sub {
	display: inline;
	vertical-align: middle;
}
address {
	line-height: 2;
}
footer div.wrapFooter div.contR ul li {
	padding: 0 20px;
	background: url("../images/icon_arrow.png") left center no-repeat; 
	line-height: 1.9;
	float: left;
}
footer div.wrapFooter div.contR ul li a {
	color: #333;
}
footer div.wrapFooter div.contR ul li a:hover {
	text-decoration: underline;
}
p.copyright {
	line-height: 1.7;
	clear: both;
}