
/* ｂｏｄｙタグ */
body{
  margin: 0;
  padding: 0;
}
div#container{
overflow: hidden;
margin: 0 auto;
width: 360px;
text-align: center;
background-color: white;
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
div.center{
  font-size: 20px;
  line-height : 30px;
  text-align: center;
  margin: 5px 0px 5px 0px;
}
h1{
  text-align: center;
  font-size: 20px;
  line-height : 30px;
  border-bottom: solid 2px silver;
  margin: 5px 10px;
}
h2{
font-size: 18px;
font-weight: bold;
text-align: left;
line-height: 25px;
margin: 2px 5px 2px 10px;
padding: 1px 5px 1px 5px;
}
P.bun{
  text-align:left;
  font-size:18px;
  line-height:25px;
  margin:2px 5px 2px 5px;;
  padding: 3px 2px 5px 7px;
}
p.bun_r{
  text-align:center;
  font-size:15px;
  line-height:25px;
  margin:15px
}
p.block a{
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  background-color:blue;
  color:white;
  line-height: 25px;
}

div.blockd{
  margin: 0 auto;
  width:360px;
  text-align: center;
}
p.block{
  text-align: center;
}
div.cm{
  font-size: 14px;
  text-align: center;
}
table.link{
  margin: 2px;
  text-align: left;
  font-size: 15px;
  padding: 5px 2px 5px 5px;
  /* border-collapse: collapse; */
  /* border: 2px solid black; */
}
a.widelink{
  display: block;
  padding:5px 2px 3px 2px;
  text-decoration: none;
  color:black;
}

a.widelink:visited {
color:black;
}
a:hover { background-color: #fcfcaa; }

span.bold{
  font-weight: bold;
  font-size: 15px;
}

footer{
  line-height : 30px;
  font-size: 16px;
  text-align: center;
  margin: 30px 0px;
}
  /* (c)copy 2016 os-hobby.com */
