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: #0417c3;
}
#close{
	cursor: pointer;
}

#title{
	height: 40px;
	top:8px;
	font-size: 1.5em;
	font-family: sans-serif;
	text-align:center;
	color:#ffffff;
}
#sakusya{
	text-align:center;
	color:#ffffff;	
}
.space{
	font-size: 0em;
}
.contents  {
	width:180px;
	height:auto;
	border: 1px solid #ffffff;
	cursor:pointer;
}
.gaitou{
	text-decoration: none ;
	cursor: default;
}
/*////footer///////////////////////////////*/
#footer{
	padding:2px 2px 2px 2px;
	height: 16px;
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	font-size: .8em;
	font-style:italic;
	color:#ffffff;
	background-color: #696767;	
    position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
