@charset "shift_jis";

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, input {
   margin:0;
   padding:0;
   font-family:Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
 }
body {
   font-size:12px;
}
 
body {
	background:#fff;
	color:#444;
}
a span {
	font-size:1px;
	visibility:hidden;
}
a:link, a:visited {
	text-decoration:underline;
	color:#555;
}
a:hover {
	text-decoration:none;
	color:#a35;
}
a img{
	border:none;
	text-decoration:none;
}
form {
	font-size:10px;
}
form input{
	line-height:1em;
	color:#444;
}