@charset "shift_jis";

/* CSS Document */


html {
 /* height: 100%;
  overflow: hidden; *//* ブラウザ標準のスクロールバーを消します */
}
 
body {
 /* overflow-y: scroll;  /*  縦スクロールバーを表示します。 
  overflow-x: hidden;  /*  横スクロールバーを消します。 
  height: 100%;*/
}

#container{
	min-height: 1250px;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	margin-top: 48px;
	margin-bottom: 30px;
}
content_innner{
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
}
#menu .sub_top{
	margin-top: 180px;
}
/*parallax_edit*/
.about h2, .common h2, .education h2, .sitemap h2 {
	margin-top: 0px;
	padding-top: 0px;
}