@CHARSET "UTF-8";
/* ---- ページの幅を規定する ---- */ /* 幅可変 */ /*
#stage {
width: 98%;
margin-left: auto;
margin-right: auto;
text-align: left;
}
*/ /* 幅固定（960px） */
#stage {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* ---- ページの揃え位置を規定する ---- */ /* 中央揃え */
body {
	text-align: center;
}
/* ---- フッターの位置を規定する ---- */
html{
	height:100%;
}
body {
	height:100%;
}

* html div#container_ymt {
	height:100%;
}
div#container_ymt {
	width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #container_ymt {
	height: auto;
}

#stage {
	/*padding-top: 35px;*/
	padding-bottom: 35px;
}
#container {
	/*margin-top: 100px;*/
	margin-top: 90px;
}
@media print {
	* html body {
		zoom: 0.65;
	}
}
/* 左揃え */ /*
body {
text-align: left;
}

#stage {
position: absolute;
top: auto 0px;
}
*/