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

/*-- FAQ レイアウト --*/

div#faq-wrapper {
	margin-bottom: 30px;
	padding: 20px 0px 0px 30px;
	clear: both;
	line-height: 160%;
}
div#faq-wrapper  a:link {
	color: #666666;
	text-decoration: underline;
}
div#faq-wrapper  a:visited {
	color: #666666;
	text-decoration: underline;
}
div#faq-wrapper  a:hover {
	color: #666666;
	text-decoration: underline;
}

div#faq-main-box {
	padding-right: 40px;
	float: left;
	width: 570px;
}
* html div#faq-main-box {
	width: 610px;
}
div.faq-box {
	margin-bottom: 80px;
}

div#faq-main-box h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D4D4D4;
	font-size: 13px;
	color: #000000;
}
div#faq-main-box .faq-title {
	margin-bottom: 20px;
	font-weight: bold;
}


div#faq-main-box .faq-body {
	margin-bottom: 20px;
}


div#faq-side-box {
	margin-top: 10px;
	float: left;
	width: 160px;
}

div#faq-side-box ul {
	margin-top: 20px;
}

div#faq-side-box li {
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(http://www.aeroazure.com/images/common/icon_lightgray.jpg) no-repeat 0px 5px ;
	list-style: none;
}


