/*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;

}
#mokujiA{
	display: inline-block;
	height: 24px;
	width:120px;
	font-size: 100%;
	color:white;
	background-color: #2cab4a;
	text-align: center;
	border-radius: .3em;
	box-shadow: 2px 2px gray;
	margin-bottom: 8px;
	margin-right: 6px;
	cursor:pointer;
}
#mokujiB{
	display: inline-block;
	height: 24px;
	width:120px;
	font-size: 100%;
	background-color: #bdedbc;
	text-align: center;
	color:gray;
	border-radius: .3em;
	box-shadow: 2px 2px gray;
	margin-bottom: 8px;
	cursor:pointer;
}

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

}
.contents  {
	width:180px;
	height:auto;
	border: 1px solid #ffffff;
	cursor:pointer;
}
.contents:hover{
	border: 1px solid #f9dc02;
}
/*////footer///////////////////////////////*/
#footer{
	padding:2px 2px 2px 2px;
	height: 16px;
	width: 100%;
	text-align: center;
	font-size:1em;
	font-style:italic;
	color:#ffffff;
	background-color: #696767;
    position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
.ita{
	
}
