@charset "utf-8";

/**
 * common rayout
 *
 */

body {
    padding: 0;
    border-top: 4px solid #555;
}

div#container {
    width: 100%;
    background: url('../i/bg_header1.png') repeat-x top;
    text-align: center;
}

div#wrapper {
    margin: 0 auto;
    width: 70em;
    text-align: left;
}

div#header {
    position: relative;
    height: 194px;
}

ul#gNavi {
    margin-top: 73px;
}

ul#gNavi li {
    float: left;
    height: 32px;
}

ul#gNavi li a {
    display: block;
    height: 32px;
    background-image: url('../i/gNavi.png');
}

a#gNaviCompany {
    width: 128px;
    background-position: 0px 0px;
}

a#gNaviCompany:hover {
    background-position: 0px -32px;
}

a#gNaviService {
    width: 116px;
    background-position: -128px 0px;
}

a#gNaviService:hover {
    background-position: -128px -32px;
}

a#gNaviContact {
    width: 119px;
    background-position: -244px 0px;
}

a#gNaviContact:hover {
    background-position: -244px -32px;
}


h1 {
    padding-top: 20px;
}

img#humanImg {
    position: absolute;
    left: 520px;
    top: 20px;
}

div#contents {
    padding-top: 3em;
    background: url('../i/bg_header2.png') no-repeat 0px 2px;
}

table#companyTable {
    width: 100%;
    margin-bottom: 3em;
}

table#companyTable th {
    width: 10em;
}

table#companyTable tr.even {
    background-color: #F7F7F7;
}

h2 {
    margin-bottom: 0.5em;
}

h3 {
    margin-bottom: 0.5em;
}

div#footer {
    margin-top: 7em;
    padding: 1em;
    border-top: 2px solid #AAA;
    background-color: #EEE;
    color: #666;
    font-size: 0.8em;
}

p {
    text-indent: 1em;
}

p.buttonPgrh {
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: right;
}

ul.type1 {
    margin-top: 1em;
    margin-left: 3em;
    list-style: disc;
}

ul.type1 li {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

ul#clientList {
    width: 100%;
    font-size: 1.2em;
}

ul#clientList li {
    float: left;
    width: 222px;
    margin-right: 10px;
    font-size: 1em;
    line-height: 150%;
    height: 35px;
}

table#clientListTable td {
    height: 20px;
}

div.handicapDetailBlock {
    float: left;
    display: inline;
    width: 23em;
}

div.handicapDetailBlock ul li {
    font-size: 1.2em;
    margin-bottom: 0.4em;
}

img#imgPasukit {
    margin-right: 1em;
    float: left;
}

img#imgJinzaiIchiba {
    float: left;
    margin-right: 2em;
}

h4.type1 {
    margin-bottom: 1em;
}

div#privacyPolicy h3 {
    color: #0E86CC;
    font-size: 1.2em;
    padding-left: 4px;
    border-left: 3px solid #0E86CC;
}

div#privacyPolicy p {
    margin-bottom: 1em;
    text-indent: 1em;
}

div#privacyPolicy ol {
    margin-bottom: 1em;
    margin-left: 3em;
    list-style: decimal;
}

div#privacyPolicy ol li {
    margin-bottom: 0.4em;
    font-size: 1.2em;
    line-height: 1.5em;
}