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

#contentsArea #contentsAreaInner #mainContents .contentsSection dl {
background: url(images/faq_dots_line.gif) repeat-x left bottom;
padding-right: 16px;
padding-left: 16px;
margin-bottom: 20px;
}
#contentsArea #contentsAreaInner #mainContents .contentsSection dl dt {
font-weight: bold;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 32px;
background: url(images/q_icon.gif) no-repeat left center;
margin-bottom: 3px;
}
#contentsArea #contentsAreaInner #mainContents .contentsSection dl dd {
background: url(images/a_icon.gif) no-repeat left 3px;
padding-left: 32px;
padding-bottom: 20px;
}
#contentsArea #contentsAreaInner #mainContents .contentsSection dl dd ul { margin-left: 1.5em; }
#contentsArea #contentsAreaInner #mainContents .contentsSection dl dd ul li { list-style-type: disc; }
#contentsArea #contentsAreaInner #mainContents .contentsSection dl dd a { color: #0099cc; }
#contentsArea #contentsAreaInner #mainContents .contentsSection dl dd a:hover { text-decoration: none; }
