* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
	text-align:center;
}
.footer, .push {
	height: 70px; /* .push must be the same height as .footer */
	text-align:center;
	    font-size: 10px;
font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  padding: 0px 0px 0px 0px;
  line-height:180%;
  letter-spacing: 0.1em;
}

.logo{
  margin:0px 0px 0px 0px;
  padding: 200px 0px 0px 0px;
} 
.jpen{
  color:#333333;
  margin:30px 0px 0px 0px;
    font-size: 10px;
font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  padding: 0px 0px 0px 0px;
  line-height:180%;
  letter-spacing: 0.1em;
} 

a:link      { color: #333333; text-decoration: underline }
a:visited   { color: #333333; text-decoration: underlinee }
a:active   { color: #999999; text-decoration: underline }
a:hover   {color:#999999; text-decoration: none;
}


