BODY{
  color : black;
  font-size : 10px;
  font-family: ＭＳ Ｐゴシック,sans-serif;
  background-color: white;
  line-height: 1.5;
  margin: 0;
}

td {
 font-size: 10pt;
 font-family: ＭＳ Ｐゴシック,sans-serif;
 line-height: 1.5;
}


#header1 {/*ヘッダーメイン部分*/
 width:895px;
 height: 60px;
 background-color: white;
 border-width:1px;
 border-style:solid;
 border-color: white;
 font-size : 25pt;
 font-family: ＭＳ Ｐゴシック,sans-serif;
 font-weight: bold;
 color : black;
 text-align: left;
 vertical-align: middle;
  
}


#head_l2 {/*ヘッダー部分左*/
 width:895px;
 height: 10px;
 background-color: lightseagreen;
 border-width:1px;
 border-style:solid;
 border-color: lightseagreen;
 font-size : 10pt;
 font-family: ＭＳ Ｐゴシック,sans-serif;
 color : white;
 text-align:left;

}

#head_l1 {/*ヘッダー部分右*/
 width:895px;
 height: 10px;
 background-color: lightseagreen;
 border-width:1px;
 border-style:solid;
 border-color: lightseagreen;
 font-size : 10pt;
 font-family: ＭＳ Ｐゴシック,sans-serif;
 color : white;
 text-align:right;

}

#ft {/*フッター部分*/
 width:895px;
 background-color: lightseagreen;
 border-width:1px;
 border-style:solid;
 border-color: lightseagreen;
 font-size : 9pt;
 font-family: Arial,sans-serif;
 color : white;
 text-align:center;

}

#main {/*　左メイン部分　*/
 width:647px;
 background-color: white;
 font-size : 10pt;
 font-family: ＭＳ Ｐゴシック,sans-serif;
 color:black;

 text-align:left;
 margin-left: auto;

}

.slider {/*　サイド部分　*/
 width:251px;
 background-color: white;
 font-size : 10pt;
 font-family: ＭＳ Ｐゴシック,sans-serif;
 color:black;
 text-align:left;
 border-width:1px;
 border-style:solid;
 border-color: lightseagreen;
 padding: 5px;
 

}

.sd1 {/*　サイド見出し部分　*/
 width:251px;
 background-color: lightseagreen;
 font-size : 11pt;
 font-family: ＭＳ Ｐゴシック,sans-serif;
 font-weight: bold;
 color : white;
 text-align:center;
 border-width:1px;
 border-style:solid;
 border-color: lightseagreen;
 padding: 3px;

}

.m1 {/*　見出し部分　*/
 width:400px;
 background-color: orange;
 font-size : 12pt;
 font-family: ＭＳ Ｐゴシック,sans-serif;
 font-weight: bold;
 color : white;
 text-align:center;
 padding: 0.3em;}


.topicks {/*　囲み記事部分　*/
 width:550px;
 background-color: white;
 border-width:1px;
 border-style:solid;
 border-color: orangered;
 font-size : 10pt;
 font-family: ＭＳ Ｐゴシック,sans-serif;
 color : black;
 padding: 10px;
 text-align:left;

}



H1{
 font-size: 12px;
 font-family: ＭＳ Ｐゴシック,sans-serif;
 color: black;
}


A:link {
 color:blue
}
A:visited {
 color:blue
}
A:active {
 color:gray
}
A:hover {
 color:red
}

