@import '../styles.css';

#link #entries{ background:url(../../images/phbg_entrance.jpg) no-repeat top;}
#privacy #entries{ background:url(../../images/phbg_entrance.jpg) no-repeat top;}
#termofuse #entries{ background:url(../../images/phbg_entrance.jpg) no-repeat top;}
#inquiry #entries{ background:url(../../images/phbg_entrance.jpg) no-repeat top;}

h2{
	height:23px;
}

#link h2{ background:url(../../images/h2_link.gif) no-repeat;}
#privacy h2{ background:url(../../images/h2_privacy.gif) no-repeat;}
#termofuse h2{ background:url(../../images/h2_termofuse.gif) no-repeat;}
#inquiry h2{ background:url(../../images/h2_inquiry.gif) no-repeat;}

h3{
	background:url(../../images/icon_circle.gif) no-repeat left center;
	padding:2px 0 2px 20px;
	border:none;
	color:#000;
}

.entry{
	border-bottom:1px dotted #2A2A2A;
	padding-bottom:20px;
	margin-bottom:20px;
}

.entry p{
	margin-left:20px;
}
.entry li p{margin-left:0;}
ol{
	margin-left:38px;
	width:578px;
}
ol li{
	list-style:decimal;
	margin-bottom:1.6em;
}
ol li p{
	color:#858585;
}
ol li ul{
	margin-left:16px;
	width:549px;
}
ol li ul li{
	list-style:disc;
	margin-bottom:0.6em;
	color:#858585;
}
