@charset "utf-8";
/* ===================================================================
CSS information

 style info :
 
=================================================================== */

/*----------------------------------------------------
	 #hedintro
 
----------------------------------------------------- */
#contents{
	background:/*url(../images/flower.gif)*/ right bottom no-repeat #fbf4f4;
}


h2.site_hed{
	background:url(../images/QandA.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	border-bottom:1px solid #fff;
}
h4 {
	margin: 0 0 3px;
}



ul.sitemapList{
	width:700px;
	padding:10px ;
	margin:10px auto;
	border-bottom:1px solid #ddd;
	overflow:hidden;

}
ul.sitemapList li{
	width:200px;
	float:left;
	padding:0 0 0 20px;
	margin:0 0 10px;
	background:url(../images/icon01.gif) 0 3px no-repeat;
}

.QABox {
	width: 241px;
	float: left;
	padding: 13px 15px;
	margin: 0 15px 0 0;
}
.QABox dt {
	min-height: 25px;
	padding: 0 0 3px 30px;
	margin: 0 0 5px;
	border-bottom: dotted 1px #ccc;
	background: url(../images/iconQ.gif) no-repeat 0 2px;
}
.QABox dd {
	padding: 0 0 0 30px;
	background: url(../images/iconA.gif) no-repeat 0 3px;
}

.QABox01 {
	background: url(../images/QAbox.gif) no-repeat 0 top;
}
.QABox02 {
	background: url(../images/QAbox.gif) no-repeat 0 bottom;
	height: 3px;
	margin: 0 0 10px;
}

.QABox03 {
	background: url(../images/QAbox02.gif) no-repeat 0 top;
}
.QABox04 {
	background: url(../images/QAbox02.gif) no-repeat 0 bottom;
	height: 3px;
	margin: 0 0 10px;
}











