@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: justify;
	text-justify: distribute;
	padding: 5px;
}
a {
	color: #0099EE;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
ul {
}
li {
	list-style-type: none;
}

