@charset "UTF-8";

/* reset
-------------------------------------- */
@import url('reset.css');

/* global
-------------------------------------- */
body {
font: normal 12px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
vertical-align: top;
background: #fff url(/images/global/bg.gif) repeat-x scroll 0 0;
color: #333;
text-align: center;
line-height: 1.4em;
}

.right {
float: right;
}

.left {
float: left;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

.align-center {
text-align:center;
}

.justify {
text-align:justify;
}

.hide {
display: none;
}

.clear {
clear: both;
}

.bold {
font-weight:bold;
}

.italic {
font-style:italic;
}

.underline {
border-bottom:1px solid;
}

.highlight {
background:#ffc;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft {
float:left;
margin:4px 10px 4px 0;
}

img.alignright {
float:right;
margin:4px 0 4px 10px;
}

/* clearfix */
.clearfix:after {
content: "";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {display: inline-block;}
.clearfix {display: block;}
* html .clearfix {height: 1%;}

/* links
-------------------------------------- */
a:link, a:visited {
color: #333;
text-decoration: none;
}

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

a:active {
color: #111;
}

/* Headings
-------------------------------------- */
h1 {
font: bold;
}

h2 {
font: bold;
}

h3 {
font: bold;
}

h4 {
font: bold;
}

h5 {
font: bold;
}

/* container
-------------------------------------- */
#container {
background: #fff;
width: 930px;
margin: 0px auto auto;
border-width: 0 1px 1px 1px;
border-color: #cecfcd;
border-style: solid;
}

/* header
-------------------------------------- */
#header {
background: transparent url(/images/global/header-bg.gif) repeat-x;
height: 79px;
position: relative;
}

#header h1 a {
text-indent: -9000px;
background: transparent url(/images/global/yamau-logo-en.gif) no-repeat;
display: block;
width: 105px;
height: 23px;
margin: 25px 0 0 30px;
display: inline;
}

/* top-link
------------------------ */
#header .top-link {
margin: 14px 20px 0 0;
display: inline;
}

#header .top-link li {
float: left;
margin-left: 18px;
}

#header .top-link a {
background: transparent url(/images/global/arrow-green.gif) no-repeat 0 center;
padding-left: 10px;
}

/* navi
------------------------ */
#navi {
position: absolute;
right: 5px;
top: 40px;
background: #dedede;
border-width: 0 1px 1px 1px;
border-color: #dedede;
border-style: solid;
}

#navi li {
display: inline;
float: left;
text-indent: -9000px;
margin-right: 1px;
}

#navi li.recruit {
margin-right: 0;
}

#navi li a {
display: block;
width: 151px;
height: 32px;
}

/* a:link */
#navi li.home a {
background: transparent url(/images/global/navi.gif) no-repeat 0 0;
}

#navi li.produst a {
background: transparent url(/images/global/navi.gif) no-repeat -151px 0;
}

#navi li.campany a {
background: transparent url(/images/global/navi.gif) no-repeat -302px 0;
}

#navi li.ir a {
background: transparent url(/images/global/navi.gif) no-repeat -453px 0;
}

#navi li.recruit a {
background: transparent url(/images/global/navi.gif) no-repeat -604px 0;
}

/* a:hover */
#navi li.home a:hover {
background-position: 0 -32px;
}

#navi li.produst a:hover {
background-position: -151px  -32px;
}

#navi li.campany a:hover {
background-position: -302px -32px;
}

#navi li.ir a:hover {
background-position: -453px -32px;
}

#navi li.recruit a:hover {
background-position: -604px -32px;
}

/* footer
-------------------------------------- */
#footer {
margin: 0 auto;
width: 930px;
text-align: left;
padding: 15px 0;
}

#footer .yamau-logo {
margin: 0 0 0 18px;
}

#footer .address {
margin: 6px 0 0 30px;
}

#footer .pagetop {
background: transparent url(/images/global/pagetop.gif) no-repeat 0 center;
padding: 0 0 0 10px;
margin: 6px 18px 0 0;
}


/* copyright
-------------------------------------- */
#copyright {
background: #00A33E;
}

#copyright p {
margin: 0 auto;
width: 912px;
text-align: left;
padding: 15px 0 15px 18px;
color: #fff;
line-height: 1.5em;
}




