@charset "UTF-8";


ul{
	padding:10px;
	border-bottom:1px dotted #CCC;
}
li{
	line-height:2;
}

#main-area h2{
	background:url(../img/security/bg_01.gif) no-repeat center center;
	color:#FFF;
	text-align:center;
	height:28px;
	line-height:28px;
	margin:40px 0 0 0;
}

h4.question{
	border-bottom:1px dotted #CCC;
	padding:10px 10px 10px 30px;
	margin:30px 0 0 0;
	background:url(../img/case/img_q.gif) no-repeat center left;
	
}

p.answer{
	background:url(../img/case/img_a.gif) no-repeat top left;
	padding:10px 10px 10px 30px;
}



.inquiry{
	margin:30px 0 0 0;
	padding:10px 0;
	border-top:2px solid #CCC;
}


.yellow{
	color:#FFCC33;
}
.blue{
	color:#0033FF;
}


.photo{
	width:122px;
	text-align:right;
	float:right;
	margin:10px 0 0 0;
}
