* {
	margin:0px;
	padding:0px;
	outline:none;
}

body {
	width:100%;
	margin:0px;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#666;
}

.content {
	position:relative;
	width:100%;
	max-width:1000px;
	padding:20px;
	margin:0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}

h1 {
	color:#000000;
	font-size:24px;
	font-weight:bold;
	line-height:32px;
	margin-bottom:20px;
}

h2 {
	font-size:22px;
	font-weight:normal;
	line-height:24px;
	border-bottom:4px solid #999;
	margin:30px 0px 40px 0px;
	background-image:url(../img/faq-top.png);
	background-repeat:no-repeat;
	background-position:right center;
}

h3 {
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:20px;
}

p {
	margin-bottom:10px;
}

a {
	color:#666667;
	text-decoration:none;
	border-bottom:1px solid #222223;
}

a:hover {
	color:#222223;
	border-bottom:3px solid #222223;
}

.box a {
	border:none;
}

ul, ol {
	margin-left:24px;
	margin-bottom:10px;
}

hr {
	margin:30px 0px 30px 0px;
	border-top:none;
	border-right:none;
	border-bottom:1px dotted #999;
	border-left:none;
}

img {
	width:100%;
	max-width:680px;
}

.firstul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

li {
	margin-bottom:5px;
}

.box {
	border:4px solid #999;
	padding:25px 30px 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
}