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

/* links */

#links dl {
clear: both;
width: 660px;
margin: 20px auto;
padding: 15px;
border: 1px solid #DDDDDD;
background: #FFFCF3;
}
#links dl:after {
content: "";
display: block;
clear: both;
height: 0;
overflow: hidden;
}

#links dt { float: left; font-size: 120%;}
#links dd { float: right;}

#links dl a { color: #333; text-decoration: none;}

/* FAQ */

#faq dl {
float: left;
width: 345px;
height: 9em;
margin: 12px 0 12px 15px;
padding: 0 10px;
border: 2px solid #EEE;
}

#faq dt {
margin: 10px 0 10px;
padding: 0 0 10px 30px;
border-bottom: 1px dotted #999;
background: url(../img02/utility/003.gif) left top no-repeat;
}

#faq dd {
padding: 0 0 0 30px;
background: url(../img02/utility/004.gif) left top no-repeat;
}

#faq dl.faq_2w {
width: 730px;
height: 13em;
margin: 12px 0 12px 15px;
padding: 0 10px;
border: 2px solid #EEE;
}





/* xmas version style --------------------------------------------------------------------*/
#faq dt {
background: url(../img_base/utility/003.gif) left top no-repeat;
}

#faq dd {
background: url(../img_base/utility/004.gif) left top no-repeat;
}

