@charset "utf-8";

*{
margin: 0;
padding: 0;
border:none;
}

img{
border:none;
margin: 0;
padding: 0;
}


a img {
background: none;
border: none;
}

a img:hover {
background: none;
border: none;
}

a:hover.bgNone{
background: none;
border: none;
}

a img {
border: 0;
}


ul li{list-style: none;}

body {
    letter-spacing: 0.1em;
    font-family:Helvetica, Verdana, sans-serif;
    background-color: #efefef;
    margin: 0;
    padding: 0;
    color: #000000;
}



#container{
margin: 0 0 0 60px;
clear: both;
}


#header{
height: 60px;
}

#main{
}


h1{
display: none;
}

h2{
font-size: 14px;
line-height: 20px;
}

p {
font-size: 12px;
line-height: 20px;
}

.top-mj {
font-size: 10px;
line-height: 40px;
}

.footer-mj {
font-size: 10px;
line-height: 40px;
}

.ms {
font-size: 24px;
line-height: 20px;
}

a:link {
background: none;
border: none;
text-decoration: none;
color:#000000;
}

a:visited {
background: none;
border: none;
text-decoration: none;
color:#000000;
}

a:hover {
background: none;
border: none;
text-decoration: none;
color:#cccccc;
}

a:active {
background: none;
border: none;
text-decoration: none;
color:#000000;
}

.article{
margin: 0 0 25px 0;
}


.article-bt{
  width: 500px;
  border-top:1px solid #000000;
  margin: 50px 0 50px 0;
  padding-top: 50px;
}


.s1{
 margin: 0 0 10px 0;
 font-size:12px;
 line-height: 55px;
}


.mb{
 margin: 0 0 24px 0;
}


