@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : faq.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * div#header
 * ******************************************************************************** */
div#header {
	height: 96px;
}


/* ********************************************************************************
 * div#content
 * ******************************************************************************** */
div#content {
	width: 980px;
	margin: 0 auto;
}

/* div.top */
div#content div.top {
	display: block;
	width: 980px;
	height: 10px;
	background: url(../assets/images/bg_content_top_980.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
}
/* div.bottom */
div#content div.bottom {
	display: block;
	width: 980px;
	height: 10px;
	background: url(../assets/images/bg_content_btm_980.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
}

/* div#contentInner
 * ******************************************************************************** */
div#contentInner {
	background-color: #FFF;
}

/* div#textArea
 * ******************************************************************************** */
div#content div#textArea {
	display: inline;
	float: left;
	width: 622px;
	margin: 10px 0 0 20px;
}

/* h2 */
div#content div#textArea h2 {
	margin-bottom: 15px;
}
/* p */
div#content div#textArea p {
	margin-bottom: 6px;
	line-height: 1.4;
}

/* dl.faq */
div#content div#textArea dl.faq {
	line-height: 1.4;
}
div#content div#textArea dl.faq dt {
	margin-bottom: 4px;
	padding-left: 26px;
	background: url(images/icon_q.gif) 0 0 no-repeat;
	font-weight: bold;
	color: #029bd3;
}
div#content div#textArea dl.faq dd {
	margin-bottom: 18px;
	padding-left: 26px;
	background: url(images/icon_a.gif) 0 0 no-repeat;
}
/* ol */
div#content div#textArea dl.faq dd ol {}
div#content div#textArea dl.faq dd ol li {
	margin-bottom: 18px;
}
/* ol.flow */
div#content div#textArea dl.faq dd ol li ol.flow {
	margin-top: 10px;
}
div#content div#textArea dl.faq dd ol li ol.flow li {
	margin-bottom: 6px;
	padding-left: 22px;
}
div#content div#textArea dl.faq dd ol li ol.flow li.flow1 {
	background: url(images/icon_1.gif) 0 0 no-repeat;
}
div#content div#textArea dl.faq dd ol li ol.flow li.flow2 {
	background: url(images/icon_2.gif) 0 0 no-repeat;
}
div#content div#textArea dl.faq dd ol li ol.flow li.flow3 {
	background: url(images/icon_3.gif) 0 0 no-repeat;
}
/* p strong */
div#content div#textArea dl.faq dd ol li strong {
	color: #777777;
}




/* a:link, a:visited */
div#content div#textArea a:link,
div#content div#textArea a:visited {
	text-decoration: underline;
}
/* a:hover */
div#content div#textArea a:hover {
	text-decoration: none;
}


/* div#imageArea
 * ******************************************************************************** */
div#content div#imageArea {
	float: right;
	width: 338px;
}
/* p#img1 */
div#content div#imageArea p#img1 {
	margin: 71px 0 0 80px; 
}
