@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(../img/back_faq.jpg);
	background-repeat: repeat-x;
}
#top_img {
	height: 302px;
}
#main {
	height: 900px;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#contents01 {
	height: 600px;
	width: 700px;
	float: left;
}
#box {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
}
#q {
	font-size: 14px;
	line-height: 1.6em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(../img/q.jpg);
	background-repeat: no-repeat;
}
#a {
	font-size: 13px;
	line-height: 1.6em;
	background-image: url(../img/a.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
