@font-face {
    font-family: "LG";
    src: url("font/LetterGothicStd.otf");
}

html {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #222;
	font-size:10px;
	overflow-x: hidden;
}

body {
	background: #e9e9e9;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-family: "LG", sans-serif;
	font-size:11px; font-size:1.1rem;
	min-width: 680px;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3 {
	margin:0;
	color: #222;
}

h1 {
	font-size:16px;
	line-height:1.3; 
}

h2 {
	font-size:14px;
	line-height:1.3; 
}

h3 {
	font-size:13px;
}
h4 {
	font-size:12px;
}

ol li {
	list-style: none;
}

ul li {
	list-style: none;
}

p{
	margin-bottom:1em;
}