@charset "utf-8";
/* ------------------------------------------------------------

	privacy style

------------------------------------------------------------ */


/* ----------common---------- */

h3{
	padding: 0px;
	color: #CCCC99;
	font-weight: normal;
	font-size: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.5em;
}


/* ---------sub_container---------- */

#sub_container{
	width: 740px;
	margin-left: 10px;
}

dl#privacy_list{
	padding-top: 20px;

}

dl#privacy_list dt{
	background-image: url(../images/yellow_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 120%;
	color: #CCCC99;
	padding-left: 25px;
	line-height: 1.5em;
	margin-top: 10px;
}

dl#privacy_list dd{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

dl#privacy_list dd ul#no{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

dl#privacy_list dd ul#no li.no1{
	line-height: 2.0em;
	background-image: url(../privacy/images/no1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

dl#privacy_list dd ul#no li.no2{
	line-height: 2.0em;
	background-image: url(../privacy/images/no2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

dl#privacy_list dd ul#no li.no3{
	line-height: 2.0em;
	background-image: url(../privacy/images/no3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


dl#privacy_list dd ul#manager{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #666666;
	width: 300px;
	padding: 10px;
	margin-left: 30px;
}

dl#privacy_list dd ul#manager li{
	line-height: 2.0em;
	background-repeat: no-repeat;
	background-position: left center;
}

