@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html{
	overflow-y:scroll;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #003;
	font-size: 95%;
	background-color: #042f55;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-position: top;
	line-height: normal;
}

img {
	border: none;
}

p {
	margin: 5px;
	padding: 5px;
}