/*Q & A*/
@import "style.css";

#CONTENTS .list{
  width:480px;
  margin-left:auto;
  margin-right:auto;
  float:center;
  margin-top:50px;
  background-image : url("../image_css/q&a_sideline.gif");
  background-repeat : repeat-y;
}
#CONTENTS .list .title{
  height : 30px;
  width : 100%;
  color : #ffffff;
  text-align : center;
  line-height:30px;
  font-size : 145%;
  font-weight : bold;
  background-image : url("../image_css/q&a_title.gif");
  background-repeat : no-repeat;
  background-position : center;
}
#CONTENTS .list .r1{
  height : 100%;
  width : 100%;
  padding : 14px 0px 7px 0px;
  background-image : url("../image_css/q&a_dotline.gif");
  background-repeat : no-repeat;
  background-position : bottom;
}
#CONTENTS .list .r1 P STRONG{
  font-weight : normal;
}
#CONTENTS .list .r1 P EM{
  font-weight : normal;
}
#CONTENTS .list .r2{
  height : 100%;
  width : 100%;
  padding : 14px 0px 7px 0px;
  border-width : 0px 0px 1px 0px ;
  border-style : none none solid none ;
  border-color : #FE7CE1;
}
#CONTENTS .list .r2 P STRONG{
  font-weight : normal;
}
#CONTENTS .list .r2 P EM{
  font-weight : normal;
}