img {
        max-width:100%; height:auto; 
}

body {
	margin: 0px; padding: 0px; color: rgb(249, 155, 185); font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

td {
	line-height: 180%; font-size: 14px;
}

p {
	margin: 3px 5px;
}

a {
	color: rgb(0, 0, 255); text-decoration: none;
}

a:hover {
	color: rgb(170, 0, 0); text-decoration: none; background-color: rgb(255, 204, 153);
}

h1 {
	margin: 0px; color: rgb(147, 64, 12); font-size: 11pt;
}

h2 {
	margin: 0px; color: rgb(147, 64, 12); font-size: 12pt;
}

h3 {
	margin: 0px; color: blue; font-size: 11pt;
}

ul {
	padding-left: 0em; margin-left: 2em;
}

table1 {
	color: white;
}

.table2 {
	color: white; table-layout: fixed; vertical-align: top;
}

.table2 td {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}

.table3 {
	color: rgb(208, 20, 106); table-layout: fixed; vertical-align: top;
}

.table3 td {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}

.ndate {
   margin: 5px 10px 0px; color: rgb(144, 61, 168); font-size: 13px; font-weight: bold;
}
.ntitle {
   margin: 5px 10px 0px; color: rgb(249, 155, 185); font-size: 13px; font-weight: bold;
}

.comment {
   margin: 5px 10px 0px; color: rgb(0, 0, 0); font-size: 12px;
}

.site-footer{
      z-index:1;
      position          : fixed;
      bottom            : 0px;
      left              : 0px;
      width             : 100%;
      height            : 100px;
}

