@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("base.css");

#privacy p.text{
	width:535px;
	line-height:180%;
	color:#4C3200;
	margin:5px 0 0 20px;
}

#privacy p{
	margin: 5px;
	line-height:180%;
}

#privacy h2{
	margin: 40px 0 0 0;
}

#privacy h3{
	margin: 40px 0 0 0;
}

#privacy div.outBox{
	width:505px;
	padding:15px;
	margin:20px 0 0 15px;
	background-color: #CCCC99;
}

#privacy div.box{
	width:495px;
	color:#4C3200;
	background-color: #ffffff;
	margin:0;
	padding:5px;
}

#privacy div.box ul li{
	line-height:180%;
	color:#4C3200;
	background-image: url(../img/link/icon2.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding:0 0 0 20px;
	margin:15px 15px 0 35px;
}

#privacy div.box ul{
	margin:15px 0;
}

