@charset "UTF-8";
/* pc版・幅1000px */
body{
  margin: 0;
  padding: 0;
}
div.container{
  overflow: hidden;
  width:1000px;
  margin: 0 auto;
  font-size: 20px;
  font-family:"メイリオ""ヒラギノ角ゴ Pro W6",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",Osaka, sans-serif;
}

div.photo_mozi{
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 1000px;
  height:150px;
  background-color: green;
}



/* DIV・POTO＿MOZI配下のP絶対配置 */
div.photo_mozi p.a{
  position: absolute;
  top: 1px;
  left: 100px;
  font-size: 35px;
  font-weight: bold;
  background-color: white;
  color:#000088;
}

div.photo_mozi p.b{
  position: absolute;
  bottom: 0px;
  right: 20px;
  font-size: 26px;
  font-weight: bold;
  /* background-color: white; */
  color: white;
}
div.link_midasi{
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin: 5px 5px 5px 5px;
}

div.link_li a{
  text-decoration:none;
  font-weight: bold;
  margin: 5px 5px 5px 5px;
}
h2{
  font-size: 24px;
  line-height : 35px;
  margin-left: 10px;
  margin-right: 10px;
  border-left: solid 8px silver;
  border-bottom: solid 2px silver;
}
div.cm{
  margin-left: auto;
  margin-right: auto;
  line-height : 20px;
  font-size: 8px;
  text-align: center;
}

div.photo{
    text-align: center;
    border: 0px;
}
div.photo_1{
    text-align: center;
    margin: 10px 30px 10px 30px;
    border: 0px;
}
div.photo_setumei{
  line-height : 20px;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
div.center{
  margin-top: 10px;
  line-height : 20px;
  font-size: 18px;
  text-align: center;
}


div.wakusei{
  margin-left:auto;
  margin-right:auto;
  width: 400px;
  font-size: 22px;
  color: white;
  line-height:60px;
  text-align: center;
  background-color : navy;
}

/* div終わり */

table.dangumi{
width: 1000px;
}

/* ２段カラム左 */
table.dangumi td.left{
width: 640px;
vertical-align: top;
text-align: left;
}

/* ２段カラム右 */
table.dangumi td.right{
width:360px;
vertical-align: top;
text-align: center;
}

}
table.dangumi_640{
width: 640px;
}
table.dangumi_640 td.left_300{
  width: 300px;
  vertical-align: top;
}
table.dangumi_640 td.right_340{
  width: 340px:
  text-align: center;
  vertical-align: top;
}




/* Ｐここから */

p.bun{
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  margin: 8px 8px 8px 8px;
}
p.bun_s{
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  margin: 8px 8px 8px 8px;
}

/* ｐ此処まで */
span{
color: yellow;
}
span.dai{
font-size: 30px;;
}



h1{
  line-height : 40px;
  font-size: 30px;
  color: black;
  font-weight : bold;
  margin: 10px 10px;
  text-align: left;
  border-bottom: solid 4px #ff0000;
}

h2{
  font-size: 24px;
  line-height : 35px;
  margin-left: 10px;
  margin-right: 10px;
  border-left: solid 8px silver;
  border-bottom: solid 2px silver;


}


/* ａ要素ここから */
p.nav a.a1{
  background-color: #c66300;
  /* 枠線を加える */
  border: 1px solid #844200;
  color:white;
}
p.nav a.a2{
  background-color: #e1ffff;
  border: 1px solid #34efef;
}
p.nav a.a3{
  background-color: #ffb0b0;
  border: 1px solid #d67171;
  /* font-size: 14px; */
}
p.nav a.a4{
  background-color: teal;
  border: 1px solid #00657f;
  color: white;
}
p.nav a.a5{
  background-color: black;
  border: 1px solid black;
  color: yellow;
}
p.nav a.a6{
  background-color: blue;
  border: 1px solid #191970;
  color: white;
}
p.nav a.a7{
  background-color: #00FF00;
  border: 1px solid #00a000;
  /* font-size: 12px; */
}
p.nav a.a8{
  background-color: red;
  border: 1px solid #dd0000;
  color: white;
}


a.moon{
  display: inline-block;
  border: 4px solid;
  border-radius: 0.75em;
  /* color: white; */
  font-size: 18px;
  line-height:50px;
  margin: 15px;
  text-decoration: none;
  padding: 0 5px;
}



footer{
  width: 100%;
  line-height : 30px;
  font-size: 18px;
  text-align: center;
}
