html,body{
	background-color: #fafafa; 
	margin:0;
	padding:0;
     	height:100%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    	font-size: 12px;
}


* {
    color: gray;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#wrap{
	width: 100%;
     	position: relative;
     	
     	min-height: 100%;
	margin:0;
	
}
#header{
   	background-color: #fafafa; 
	width:100%;
	margin:50px 50px 0;

}
#container{
     	padding-bottom:140px;
}
.content {
	color: gray;
	margin:50px;
}
.content table {
	padding:50px 0 0 0;
}
.content table td {
	height:50px;
}
.content table th {
	width:70px;
}
#footer{
	height:100px;
	width:100%;
	position:absolute;
	bottom:0;
	background-color:light-grey;
	color: white;
	text-align: right;
}
