body {
/* FF safari Opera 常にスクロールバーを表示する */

overflow: auto;
overflow-x: auto;
overflow-y: scroll;


/* safari スクロールバー余白を表示させない */

html*overflow: scroll;
html*overflow-x: auto;
html*overflow-y: scroll;
}

*:first-child+html body { /* IE7 */
overflow-y: hidden;
overflow-x: auto;
}

* html body { /* IE6 以降 */
overflow-y: scroll;
}

.main {
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Verdana";
	padding-top: 11px;





}

