@charset "utf-8";
#question {
	width: 600px;
	margin-top:20px;
}
#question ul{
font-size:80%;
margin-top:15px;
line-height:1.6;
}
#question li{
padding-left:25px;
background:url(../../common/img/list-mark01.gif) no-repeat 6px center;
}


.answer {
width:598px;
border:1px solid #ccc;
margin-top:20px;
}
.answer h4{
font-size:90%;
line-height:35px;
color:#fff;
background:url(../img/answer-top.jpg) no-repeat 0 0;
border-bottom:1px solid #ccc;
padding-left:60px;
}
.answer p{
margin:15px;
}
.answer dl{
font-size:80%;
line-height:1.6;
margin:0 15px;
}
.answer dt{
padding-left:20px;
background:url(../../common/img/list-mark02.gif) no-repeat 0 center;
}
.answer dd{
margin-bottom:15px;
}


#navi05 a{
background:url(../../common/img/grobal-navi.jpg) no-repeat -567px -50px;
}