/*base*/
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding:0;
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:800;
    font-style:normal;
    color: #000;
    text-align:left;
    padding:0;
    margin: 0;
}
a{
    text-decoration: none;
}
table,table td{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    /* width: 100%; */
}
img{    
    border: none;
    display: block;
}
textarea{
    resize: none;
}
.clearfloat{
    clear: both;
}
html{
    position: relative;
    background-color: #e0f6f0;
    font-size: 0.9em;
    line-height:1.2em;
}
body{
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 958px;
    font-style: normal;
    font-family:ＭＳ 明朝,ＭＳゴシック;
    letter-spacing:1px;
    border-left: 2px #87CEEB solid;              
    border-right: 2px #87CEEB solid;
    background-color: #fff;
    /* box-shadow: 3px #87CEEB;              
     box-shadow: 3px 3px 2px #87CEEB;*/
}

/*logobar*/
.logo{
    background-color: #f6f6f6;
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo img{
    display:inline;
}
.menu li{
    float: left;
    width: 20%;
}
.menu li a{
    display: block;
    padding: 15px 0;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    color: #5d5d5d;            
    border: 1px #d3d3d3 solid;
    background: url(/assets/img/2vff0fekjm.jpg) repeat-x;
}
.menu li a:hover{
    color: #fff;
    background: url(/assets/img/6zutotxbls.jpg) repeat-x;
}

/*du_menu*/
.repair_du_menu{
    display: none;
    position:absolute;
    z-index:50;
    width: 20%;
    left: 20%; 
}
.repair_pro:hover .repair_du_menu{
    display: block;
}
.repair_du_menu li{
    width: 100%;
}
.repair_du_menu li a{
    display: block;   
    font-size: 0.9em;
    padding:5px;   
}
/*foot-bar*/
.foot-bar table{
    background: url(/assets/img/d3091la8qp.jpg) repeat-x;
    width: 100%;
    height: 60px;
}
.foot-bar a{
    line-height: 3em;
    font-size: 0.9em;
    color: #fff;
}
.foot-bar a:hover{
    text-decoration:underline;
}
.foot-bar .copyright{
    text-align: center;
    font-size: 0.8em;
    color:#ccc;
    line-height: 1.2em;
}