@charset "utf-8";
/* CSS Document */

body,
div,form,
h1,h2,h3,h4,h5,h6,p,address,pre,
dl,dt,dd,ul,ol,li,
table,th,td {
	margin:0;	padding:0;
	border:none;
	font-size:100%;	font-style:normal;
}

em a{ font-weight:normal; padding-left:20px; }
h5{ font-weight:normal; }
body {
	background:#fff;
	color:#505050;
	font:12px/1.9 "MS Pゴシック","ＭＳ Ｐゴシック",sans-serif;
	letter-spacing:0.1em;
}
* html body { font-size:75%; }
*:first-child+html body { font-size:75%; }
hr { display:none; }
h1,h2,h3,h4,dt,th,
strong,em {
	font-style:normal;
	font-weight:bold;
}
li { list-style:none; }
img {
	margin:0;
	padding:0;
	border:none;
}
table { border-collapse:collapse; }
a { color:#505050; }
a:visited { color:#35365d; }
a:hover,
a:active {
	color:#505050;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
input {	font-family:"ＭＳ Ｐゴシック",sans-serif; }
