@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html{
	overflow-y:scroll;
}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	color: #003;
	font-size: 85%;
	line-height: 150%;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FFF;
}

img {
	border: none;
}

#menu{
	border: 0;
}

.red{
	color: #F00;
}

.blue{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	color: #0099cc;
	text-shadow: 0.5px 0.2px 0.5px rgba(0, 0, 0, 0.2);
	font-weight: bold;
}