@charset "utf-8";
/* CSS Document */

/*-------------link color--------------*/
#wrapper a:link {color:#000099;}
#wrapper a:visited {color:#660099;}
#wrapper a:hover ,
#wrapper a:active {
    color:#d1111c;
	text-decoration:underline;
}
/*---------------index-----------------*/		
#privacypolicy {
    float:left;
	clear:both;
    width:640px;
	/padding-bottom:40px;
}
	#privacypolicy .border {
	    padding-bottom:30px;
	    background:url(../../common/img/dot_line.gif) repeat-x left bottom;
	}
	 #privacypolicy p {
	    float:left;
	    clear:both;
		width:640px;
	}
	#privacypolicy div.in {
	     float:left;
	     clear:both;
		 padding-left:20px;
		 margin-bottom:30px;
		 width:620px;
	}
	#privacypolicy div.in li{
	     text-indent:-1em;
		 padding-left:1em;
	}
	#privacypolicy div.in ol > li{
	    margin-bottom:10px;
	}
/*--------------------------------------*/


