@charset 'utf-8';
/* default
------------------------------------------------------------*/
html {
	overflow-y:scroll;
}
body {
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	/*font:13px Verdana,monospace,sans-serif;*/
    *font-size:small;
    *font:x-small;
	color:#333;
	margin:0;
	padding:0;
	overflow:visible;
	text-align:center;
}
h1, h2, h3, h4, h5, h6, p, address,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 93%;
	line-height:140%;
	text-align: left;
}
ul,ol,li, dl, dt, dd,
table,form {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}
h3, h4, h5, h6, p {
	margin-bottom:1em;
}
a {
	color:#1573B8;
	outline:0;
	text-decoration:none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす
------------------------------------------------------------*/
input,textarea { font-size:77%;padding: 1px; }

/* 画像の下にできる隙間をなくす
------------------------------------------------------------*/
img { 
	vertical-align: bottom;
}


