@charset "UTF-8";



@import url(../base.css);

@import url(../footer.css);

@import url(../format.css);



#contentBorder h2 {

	width: 727px;

	height: 52px;

	background: url(../../etc/img/h2_inquire.gif) no-repeat;

}



#contentBorder h2 span {

	display: none;

}



#contentBody{

	width: 585px;

}



#contentBody h3{

	padding: 5px 0 5px 0;

	margin: 0 0 10px 0;

	border-bottom: 1px solid #b8b8b8;

	font-size: 120%;

}



#contentBody ul { padding: 0 10px 20px 10px; }

#contentBody ul li { padding: 0 0 5px 15px; }



#contentBody ul.ctgBlue li {

	background: url(../../common_img/arrow_blue.gif) left top no-repeat;

}



#contentBody p{

	padding: 0 0 25px 0;	

}

/* お問合せフォームなどで個人情報の取り扱いを表示するためのボックス */
.agreementbox
      {
         border: solid 1px #808080;
         width: 585px;
         height: 200px;
         padding: 0.5em;
         overflow: auto;
      }
