body {
	width: 100%;
background-color: #4e613e;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ; 
	}
	
#hyoudai{
	width: 100%;
	height: 50px;
	margin-bottom: 6px;
}
#title{
	font-size: 28px;
	font-family: sans-serif;
	text-align:center;
	color:#ffffff;
}
#stitle{
	font-size:20px;
	text-align:top;
}
.space{
	font-size: 0em;
	margin: 0px 0px 5px 5px;/*///上　右　下　左//*/
	float:  left;	
	border: 1px solid #c9bdbd;
}
.pimg  {
	width:160px;
	height:196px;
}
.btext{
	font-size: 14px;
	font-family: sans-serif;
	text-align:left;
	text-align:center;
	background-color: #e7e4e4
}

.botan  {
	cursor: pointer;
}


/*////footer///////////////////////////////*/
#footer{
	padding:2px 2px 2px 2px;
	height: 16px;
	width: 100%;
	text-align: center;
	font-size:1em;
	font-style: italic;
	color:#ffffff;
	background:black;	
    position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
