@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color:#EDE4DA
}
.normal {
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #626262;
}
a:hover {
	text-decoration: underline;
	color: #626262;
}
a:visited {
	color: #000000;
}
a:active {
	color: #626262;
}
.base {
	background-color:#FFFFFF
}
.contents_main li {
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: none;
}

.contents_main ul {
	margin-top: 5px;
	margin-bottom: 15px;
}

