@charset "UTF-8";

html, body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, span,
ul, ol, li, dl, dt, dd,
table, th, td, select, option, label,
form, fieldset, input, textarea{
    margin:0;
    padding:0;
    font-family:"Microsoft YaHei",Meiryo,"MS PGothic",sans-serif,Verdana,Arial;
    font-size:12px;
    border-collapse:collapse;
    list-style-position:inside;
}
.float_clear{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

body{
}
img {
    border-style:none;
}
#container-wrap{
    margin-left:auto;
    margin-right:auto;
    width:980px;
/*border:1px solid yellow;*/
}
#container{
    margin:1px;
}
#toparea-wrap{
    width:978px;
/*border:1px solid purple;*/
}
#toparea{
    margin:1px;
}
#logo-wrap{
/*    float:left;*/
/*border:1px solid red;*/
}
#logo{
    margin:1px;
}

#bodyarea-wrap{
    width:978px;
}
#bodyarea{
    margin:1px;
}

#toparea-wrap:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

#search-wrap{
display:none;
    float:right;
/*border:1px solid red;*/
}
#search{
    margin:1px;
}
#toptop-in:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#maintitle{
    height:30px;
    line-height:30px;
    background-color:#85f;
    border:1px solid #85f;
}
#maintitle h2{
    padding-left:10px;
    font-size:16px;
    color:white;
}
#pictbox{
    width:960px;
    margin:auto;
}
#pictbox td{
    width:310px;
    padding:5px;
}
#pictbox tr.contact{
    text-align:center;
}
#pictbox tr.contact td{
    padding:10px 0 10px 0;
}
#comptop-wrap{
    margin:30px 0 30px 0;
}
#comptop{
    border-top:1px solid #ddd;
}
#comptop img{
display:none;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}
#comptop .company-note{
    width:500px;
    margin:10px;
    margin-left:auto;
    margin-right:auto;
}
#comptop-wrap:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
a.contact-us{
    display:block;
    width:100px;
    text-align:center;
    padding:10px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #f82;
    background-color:#f60;
    color:white;
    font-size:16px;
    border-radius:5px;
}
a.contact-us:hover{
    background-color:#f82;
    text-decoration:none;
}

#footer{
    width:978px;
height:50px;
/*border:1px solid aqua;*/
}
