@charset "UTF-8";

/*============================================================
//  PRIVACY
//==========================================================*/

* html .privacy #main h3 {
	behavior: expression(IEPNGFIX.fix(this));
}
.privacy #main h3{
	width:500px;
	height:40px;
	background:url(../privacy/image/title.png) no-repeat;
	text-indent:-9999px;
	margin-bottom:15px;
}
.privacy #main .section{
	margin-bottom:20px;
}
* html .privacy #main .section h4 {
	behavior: expression(IEPNGFIX.fix(this));
}
.privacy #main .section h4{
	width:475px;
	height:33px;
	background:url(../imgcommon/title_sub_bg.png) no-repeat;
	font-size:1.0em;
	padding:10px 0 0 25px;
	margin-bottom:8px;
}
.privacy #main .section p{
	font-size:1.0em;
	color:#E2E9E4;
	margin-bottom:8px;
}

.privacy #main .section ul{
	list-style:square;
	margin-bottom:8px;
	padding-left:18px;
}
.privacy #main .section ul li{
	font-size:1.0em;
	color:#E2E9E4;
}
.privacy #main .section .info{
	width:340px;
	font-size:1.0em;
	color:#E2E9E4;
	border:1px solid #888;
	padding:10px;
	margin-top:10px;
}
.privacy #main .section .info h5{
	font-size:1.0em;
	color:#FFF;
	margin-bottom:4px;
}
.privacy #main .section .info p{
	font-size:1.0em;
	color:#E2E9E4;
}
