@charset "utf-8";
/* CSS Document */

body , html { /*ページ全体*/
    height: 100%;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    background-image:url(../images/bglogo.png);
    background-repeat:no-repeat;
    background-position: 50% 50%;
    background-attachment:fixed;
    margin: 0px;
    padding: 0px;
}}
@media screen and ( max-width:640px ){
    body {
        min-width: 320px;
        /* min-width: 360px; */
        /* min-width: 375px; */
    }
}

h1, h2, h3, h4, h5 {
}
h1 {
    text-align: center;
}

#container {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#globalmenu {
    height: 50px;
    margin: 0px 0px 30px 0px ;
    background-color: #ffffff;
}
#globalmenu #gmenutitle{
    margin-top: 20px;
}

#contents { /*コンテンツ*/
    padding-bottom: 50px;
}

#footer {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    text-align: center;
}


/* float解除用（親コンテナに設定) */
.cl:after {
	content: "";
	display: block;
	clear: both;
} 





#toptitle {
    height: 150px;
    background-color: #ffffff;
}
#toptitle h1 {
    font-family: Impact, 'Oswald', sans-serif;;
    color: #003752;
    font-size: 48px;
    font-size: 64px;
}
#topmainmenu {
    width: 900px;
    height: 400px;
    margin: 0px auto;
    background-image: url(../images/mainmenu.png);
    background-repeat: no-repeat;
    font-size: 16px;
}
#topmainmenu #leftmenu{
    float: left;
    width: 190px;
    text-align: right;
    margin: 0px;
    padding: 0px;
}
#topmainmenu #rightmenu{
    float: right;
    width: 190px;
    text-align: left;
}
#topmainmenu a{
    text-decoration: none;
}
#topmainmenu a:link,a:visited{
    color: #003853;
}
#topmainmenu a:hover{
    color: #e50012;
}
#topmainmenu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#topmainmenu li{
    /* border: solid 1px #f00; */
    margin: 0px;
    margin-top: 50px;
    padding: 0px;
    display: block;
    height: 50px;
    line-height: 50px;
}
#topmainmenu li:first-child{
    margin-top: 25px;
}


#companyinfo {
    width: 100%;
    margin: 100px auto;
}
#companyinfo .title{
    font-weight: bold;
}
#companyinfo table{
    width: 100%;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-spacing: 0px;
}
#companyinfo table th,td{
    padding: 10px;
    text-align: left;
    font-weight: normal;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}
#companyinfo ul{
    margin: 0px;
    padding-left: 1em;
}
#companyinfo li{
    margin: 0px;
    padding: 0px;
}


#titlesub {
    text-align:center;
    font-size:18px;
    font-weight:bold;
}

.bannerBox {
    margin-bottom:20px;
    text-align: center;
}
.bannerBox img{
    max-width: 320px;
    width: 100%;
    height: auto;
}

