@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

fieldset {
	border: none;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	min-width:1200px;
	font-size:14px;
	color:#484848;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, ol,
form, input, select {	margin: 0; 	padding: 0; }

img {
	border: none;
	vertical-align: bottom;
}

a { text-decoration: none; }

em {	font-style: normal; }

ul li {
	list-style-type: none;
	list-style-image: none;
	display: inline-block;
}

address  {
	font-style:normal;
}