@charset "iso-8859-1";
/* ****************************************************
   2008-07-18
**************************************************** */

/* no right navigation [ official.css ]
=================================
1: Overwrighte
2: Privacy Policy
99: clearFix
=================================*/


/*=======================================
 1. Overwright
=========================================*/
/* Layout */
#pageContainer #mainContainer #contents {
	float: none;
	width: 791px;
	padding-left: 5px;
}

/* Heading */
.heading1 {/* h1 (not right navigation) */
	background: url(../images/com_h1_02.gif) no-repeat 0 0 ;
}
.heading2 {/* h2 (not right navigation) */
	background: url(../images/com_h2_02.gif) no-repeat 0 0 ;
}


/*=======================================
 2. Privacy Policy
=========================================*/
.decimal-list .sub-list li {
	position: relative;
	list-style-type: none;
	padding-left: 2em;
}
.decimal-list .sub-list li .num {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2em;
}



/*=======================================
 99. clearFix
=========================================*/
.decimal-list .sub-list li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.decimal-list .sub-list li {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .decimal-list .sub-list li {
	height:1px;
}
.decimal-list .sub-list li {
	display:block;
}
/* End hide from IE-mac */
