@import url(lifekit.css);
H1 {
	font-size : 14px;
	font-family : "ＭＳ Ｐゴシック";
	font-weight: bolder;
	color : gray;
	
}H2 {
	font-size: 12px;
	font-family: "ＭＳ ゴシック";
	font-weight: bold;
	color: green;
	background-color: #ffffff;
	text-decoration: blink;
}
H3{
  font-size : 16px;
  font-family : "ＭＳ Ｐゴシック";
  font-weight : bolder;
  
  color : navy;
  text-decoration : underline;
}
H4{
  font-size : 12px;
  font-family : "ＭＳ ゴシック";
  background-color : #ffffff;
  
  color : #666666;
  font-weight : lighter;
  line-height : 20px;
}
H5{
  font-size : 20px;
  font-family : HG創英角ﾎﾟｯﾌﾟ体;
  
  text-decoration : underline;
  color : red;
}
TD{
  font-size : 12px;
  font-family : "ＭＳ ゴシック";
  font-weight : normal;
  color : #660000;
}
html{
    height:100%;
}
body{
    height:100%;
}
* html div#container{
    height:100%;
}
div#container{
    width: 80%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div#main{
    padding-bottom:30px;
}
#foot{
    position:absolute;
    bottom:0px;
    height:30px;
    width:100%;
}
H6{
  font-size : 6pt;
  font-family : "ＭＳ ゴシック";
  color : #d8d8d8;
  margin-top : 0pt;
  margin-left : 0pt;
  margin-right : 0pt;
  margin-bottom : 0pt;
}

