@charset "shift_jis";


/*{ݒ*/

body {
background-image: url(../images/bg.jpg);
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin: 0px;
padding: 0;
line-height: 140%;
}

.obi {
background-image: url(../images/bg2.jpg);

background-size: cover;
margin: 0px;
padding: 0;
}

.header {
  font-size : 12px;
  text-align: right;
  color: #ffffff;

}

.main_a {
  font-size : 14px;
  line-height: 140%;
  color : #000000;
  background-color: rgba(255,255,255,0.8);
}

.comment {
  font-size : 16px;
  line-height: 140%;
  background-image: url(../images/a3.png);
}

.footer {
  font-size : 14px;
  color : #000000;
  line-height: 140%;
  text-align: center;
}

.sider {
  font-size : 14px;
  line-height: 120%;
  color : #000000;
  width : 300px;
}

.company_a {
  font-size : 14px;
  color : #000000;
  font-weight : bold;
  width : 150px;
  height : 10px;
  background-color: rgba(110,192,255,1.0);
  text-align: center;
  vertical-align: top;
  padding: 8px;
}

.company_b {
  font-size : 14px;
  color : #000000;
  height : 10px;
  line-height: 150%;
  border-bottom: 1px #0000ff solid;
  text-align: left;
  vertical-align: top;
  padding: 8px;
}

.sen {
  border-color : #aaaaaa;
}


a.btm {
  color: #ffffff;
  text-decoration:none;
}

a.btm:visit {
  color: #ffffff;
  text-decoration:none;
}


a:hover {
  color:#cccc33;
  cursor: pointer ; 
  text-decoration: underline;
}

