
@import url("layout.css");
@import url("button.css");
@import url("nav.css");
@import url("info.css");
@import url("form.css");



/* 
    Document   : base
    Created on : 2012/07/24, 15:31:04
    Author     : Shinji Yamaguchi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

a img {
    border-style:none;
}

body{
    padding-top:20px;
}




/* ヘッダ部分  */
#logo {
    margin: 0px;
    margin-top:10px;
    float:left;
}



h1 {
    margin: 0px auto;
    text-align: center;
    color:#005baa;
}

.top_hr{
 border:solid 6px #005baa;
 margin-top: 6px;
 margin-bottom: 6px;
}

/* ヘッダ部分 -------ここまで */


#recruit_table table tr th{
    background-color: #000;
    color:#fff;
    vertical-align: top;
    text-align: left;
    padding:8px;
    
}
#recruit_table table tr td{
    vertical-align: top;
    text-align: left;
    padding:8px;
    
}


/*  background image */

.back_img{
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-position:0px 160px;
}

.back_img_other{
    background-image: url(../images/back_other.png);
    background-repeat: no-repeat;
    background-position:0px 160px;
}


/* background image ----- */

#contents{
    margin-top:50px;
}

.page_h2{
    color:#595757;
    font-size: 20px;
}

.company_p{
    font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "S PGothic", sans-serif;
    font-weight: bold;
}

.company_heading{
    margin-bottom:10px;
}

table tr td{
    vertical-align: top;
}


.privacy_h{
    color:#a5be6e;
    font-size: 18px;
}
.company_table{
    
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    margin-bottom:30px;
}

.company_table th{
    background-color: #005baa;
    color:#ffffff;
    padding-top:15px;
    padding-bottom:15px;
    border: 2px #ffffff solid;
    vertical-align: middle;
    width:70px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.company_table td{
    vertical-align: middle;
}
/* footer */

.fnavi{
    text-align: center;
    margin:10px;
    margin-top:30px; 
    color:#595757;
    font-weight:normal;
}
.fnavi a{
    text-decoration: none;
    color:#595757;
}

#footer{
    background-color: #005baa;
    height: 100px;
    
}
#footer p{
    text-align:right;
    padding:10px;
    color:#ffffff;
}



/* サイトマップ */

ul.sitemap li ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 25px;
    font-size: 20px;
    background-image: url(../images/lineH.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
}
ul.sitemap li ul li.last {
    background-image: none;
}

ul.sitemap li ul {
    padding: 15px 0 0 0px;
    background-image: url(../images/lineV.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
ul.sitemap li a{
    font-style: bold;
    font-size: 20px;
    color:#182987;
}
ul.sitemap{
    list-style: none;
}

ul.sitemap li ul{
    list-style: none;
}




ul.sitemap2 li ul li {
    margin: 18px 0 15px 0;
    padding: 0 0 0 25px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 10px;
}
ul.sitemap2 li ul li.last {
    background-image: none;
}

ul.sitemap2 li ul {
    padding: 15px 0 0 0px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
ul.sitemap2 li a{
    font-style: bold;
    font-size: 20px;
    color:#182987;
}
ul.sitemap2{
    list-style: none;
}

ul.sitemap2 li ul{
    list-style: none;
}