/*body {
	width: 100%;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ; sans-serif;
		background-color: #ffffff;
	}
*/

#hyoudai{
	width: 100%;
	height: 70px;
	background: #ffffff;

}
#title{
	height: 40px;
	top:8px;
	font-size: 1.5em;
	font-family: sans-serif;
	text-align:center;
	color:#000000;
}
#sakusya{
	text-align:center;
	color:#000000;	
}
.naiyou{
		margin: 0px 0px 0px 5px;/*///上　右　下　左//*/	
}

/*////footer///////////////////////////////*/
#footer{
	padding:2px 2px 2px 2px;
	height: 16px;
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	font-size: .8em;
	background-color: #e4e5e4;	
    position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
