@charset "UTF-8";
/* CSS Document */


/* headtag ---------------------------- */
#stage h2{
	font-size: 1px;
	line-height: 1px;
	text-indent: -1000em;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#stage h2.title{
background-image: url(../images/hl_privacy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 207px;
}
#stage h3{
	font-size: 14px;
	line-height: normal;
	color: #4c4c4c;
	margin: 0 0 10px 0;
	padding: 0px;
}

#stage table.data{
	margin: 20px 0;
	padding: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#stage table.data th{
	color: #FFF;
	background-color: #FFB29F;
	text-align: left;
	vertical-align: top;
	padding:5px 10px 5px 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#stage table.data th.data1{
width:200px;
}
#stage table.data th.data2{
width:200px;
}
#stage table.data th.data3{
	border-right-style: none;
}
#stage table.data td{
	text-align: left;
	vertical-align: top;
	padding:5px 10px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#stage table.data td.nb{
	border-right-style: none;
}
#stage dl{
	margin: 20px 0 0 0;
	padding: 0px;
}
#stage dt{
	font-size: 14px;
	color: #4C4C4C;
	margin: 20px 0 5px 0;
	padding: 0px;
}
#stage dd{
	margin: 0 0 10px 0;
	padding: 0px;
}
#stage dd h5{
	font-size: 12px;
	font-weight: normal;
	color: #4C4C4C;
	margin:0px;
}
#stage dd p{
margin:10px 0;
}
#stage dd ul{
	font-size: 11px;
	color: #808080;
	margin: 5px 0 10px 0;
	padding: 0px;
}
#stage dd li{
	margin: 0 0 5px 20px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
#stage .profile{
	text-align: right;
	margin: 30px 0 0 0;
	padding:0 0 20px 0;
}
#stage .profile h5{
	font-size: 12px;
	line-height: normal;
	color: #FFB29F;
	margin: 0px;
	padding: 20px 0 5px 0;
}
