@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-family:'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Lucida Grande',sans-serif;
	
	/*
	font-size:75%;
	*/
	font-size:12px;
	
	color:#4c4c4c;
	background-color:#FFF;
	
	margin:0px;
	padding:0px;
	
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	/*
	font-size:100%;
	*/
	font-size:12px;
}
p {
	line-height:1.4;
	margin:0px;
	padding:0px;
}
ul, ol, li {
	margin:0px;
	padding:0px;
	list-style-position:outside;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
hr {
	color:#000;
	height:1px;
}
hr.clear {
	clear:both;
	color:#FFF;
	height:1px;
}
a {text-decoration:none;}
a:link {color:;text-decoration:;}
a:hover {color:;text-decoration:underline;}
a:active {color:;text-decoration:;}
a:visited {color:;text-decoration:;}

.clear {
	font-size:0px;
	line-height:0px;
	clear:both;
}
.clearDiv {
	clear: both;
	height: 1px;
	font-size: 0;
	line-height: 0;
}
.clearBr {
	font-size:0px;
	line-height:0px;
	clear:both;
}
.errMsg {
	color:#F00;
	font-size:10px;
}
.notice {
	color:#F00;
}
