body {
  margin:0px;text-align:center;
  font-family:Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

.frame img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.frame img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

#learning{ width:1200px;height:900px;margin:0px auto;text-align:left;background:url(../images/seat.png) no-repeat center center;}
#learning .frame {position:relative;top:115px;left:210px;width:790px;height:510px;}
#learning .frame img{margin:0px;}

#learning .brother {position:absolute;top:0px;left:0px;}
#learning .power {position:absolute;top:0px;left:280px;}
#learning .rice {position:absolute;top:150px;left:280px;}
#learning .process {position:absolute;top:150px;left:540px;}
#learning .from {position:absolute;top:345px;left:0px;}
#learning .tools {position:absolute;top:345px;left:400px;}

#learning .home_back{position:relative;top:80px;left:850px;
	width:169px;height:34px;background:url(../images/home_back_def.png) no-repeat top center;}
#learning .home_back a{width:100%;height:100%;display:block;}
#learning .home_back a:hover{background:url(../images/home_back_on.png) no-repeat top center;}

#learning .brother_on{display:none;}
#learning .power_on{display:none;}
#learning .rice_on{display:none;}
#learning .process_on{display:none;}
#learning .from_on{display:none;}
#learning .tool_on{display:none;}
