@charset "utf-8";

body,
p,
form,
ol,ul,li,
dl,dt,dd,
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

body{
	background-color:#ffffff;
	text-align:center;
}

img{
	border:0;	
}

p{
}

ol,
ul{
	list-style:none;
}

a:link,
a:visited{
	text-decoration:none;
}

a:hover,
a:active{
	text-decoration:underline;
}

.textRepl{
	display:none;
}

#content{
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, Arial;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	font-size:12px;
}