<!--
BODY,TD,DIV{/*全体の文字*/
font-size : 12px;
font-family : Verdana,Arial,"ＭＳ Ｐゴシック",Osaka,monospace;
color : #666666;
}
.text1{/*質問　枠*/
color : #678c55;
margin : 5px;
}
.text2{/*回答　枠*/
margin : 0px 0px 5px 80px;
line-height : 20px;
width : 200px;
letter-spacing : 1px;
}
.line{/*100Qの点線枠*/
padding : 1px 0px;
margin : 5px 10px;
border-width : 0px 0px 1px 0px;
border-style : dotted;
border-color : #678c55;
width : 250px;
text-align : center;
}
.box{/*上下の点線*/
padding : 30px 0px;
margin : 30px 0px 10px 0px;
border-width : 2px 0px;
border-style : dotted;
border-color : #678c55;
width : 100%;
text-align : center;
}
A{/*リンクしている文字*/
color : #000000;
text-decoration : none;
}
A:HOVER{/*マウスが触れた時*/
color : #999999;
text-decoration : none;
}
-->