@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
	text-justify: distribute;
}
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;
}
dl {
	margin-top: 5px;
}

dt {
	font-weight: bold;
	color: #000000;

}
dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	font-size: 11px;
	line-height: 16px;
}
