@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-family:'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Lucida Grande',sans-serif;
	font-size:80%;
	
	color:#383838;
	background-color: #FFFFFF;
	
	margin:0px;
	padding:0px;
	
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-size:100%;
}
p {
	line-height:120%;
	margin:0px 0px 20px 0px;
	padding:0px;
}
ul, ol, li {
	margin:0px;
	padding:0px;
	list-style-position:outside;
	color:#75b323;
}
ul {
	list-style-type:circle;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}

hr {
	color:#666666;
	height:1px;
}
hr.clear {
	clear:both;
	color:#666666;
	height:1px;
}
a {color:#006600;text-decoration:none;}
a:link {text-decoration:;}
a:hover {text-decoration:underline;}
a:active {text-decoration:;}
a:visited {text-decoration:;}

.cleardiv {
	clear: both;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

.size100 { font-size: 100%; }
.smaller { font-size: 85%; }
.verysmall { font-size: 76.01%; }

.errMsg {
	color:#FF0000;
	font-size:10px;
}
