@charset "utf-8";
/*--------------------------------------------------
 * Version 1.0.0
 * base.css
 *--------------------------------------------------*/
html {
    overflow-y: scroll;
/*
    font-size: 62.5%;
    height: 100%;
    line-height:62.5%;
  */
}

/*
body{
    margin:0px;
    padding:0px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


a{
    color:#003399;
    text-decoration: none;
}

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

a img { border:0px; }


ul {
    list-style:none;
    display:block;
}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
    margin:0px;
    padding:0px;
    text-align:left;
}

hr{
    margin-top:30px;
    margin-bottom:30px;
}

table {
    border-collapse: collapse;
}
*/
span.alert{
    color:#cc0000;
}

span.redbold{
    color:#cc0000;
    font-weight: bold;
}

span.invalid{
    color:#666666;
}


#bodyWrapper{
    min-width:990px;
}

.required{
    color:#cc0000;
}

.hojyo{
    font-size:12px;
    line-height:14px;
    color:#999999;
}

.board{
    margin:0px 0px 7px 0px;
}

.notice{
    color:#003399;
    font-weight:bold;
}

.supplier_search{
    width:20px;
    height:20px;
    display:block;
    background: url(../images/search.png) no-repeat;
    float:left;
    margin-right:2px;
}


.zenkaku{
    ime-mode: active;
}

.hankaku{
    ime-mode: inactive;
}

.h3, h3{
    font-size:22px;
}


/**-------------------------------------------**/



