@charset "utf-8";
/* CSS Document */

*html body {  　　　　　/*IE6*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7*/
   overflow-y:auto;
}

body {
	overflow-y:scroll;
	margin: 0px;
	padding: 0px;
	background-image: url(/_share/bg_bodyin.png);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
}
