@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
body {
	background-color:#5b7e91;
	text-align:center;
	font-family:Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", “Hiragino Kaku Gothic Pro”, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:0.9em;
	line-height:1.4;
	color: #333333;
}
img {
    margin:0px;
}
a:link, a:visited {
    font-weight:bold;
	text-decoration:underline;
	color:#5b7e91;
	background:transparent;
	}
a:hover {
    font-weight:bold;
	text-decoration:underline;
	color:#FF6699;
	background:transparent;
    }
a:active {
    font-weight:bold;
	text-decoration:underline;
	color:#FF6699;
	background:transparent;
    }
