@charset "utf-8";

/* **************************************************

Name: basic.css

Description: Initial Setting

Create: 2008.05.30
Update: 8888.88.88

Copyright 2009 DAIKIN(China) INVESTMENT CO.,LTD.

***************************************************** */



/* content===========================================

[-] All Setting
[-] Body & Base Setting
[-] Link Setting

===================================================== */



/* [-] All Setting
=========================================================================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0; 
	padding:0; 
	} 


/* [-] Body & Base Setting
=========================================================================================== */

body {margin: 0 auto;font-size:12px;line-height:1.5;font-family: Arial, "宋体", sans-serif;text-align: left; color:#333;}

h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal; } 

fieldset { border: none; }

ol,ul {list-style:none; } 

table {border-collapse:collapse; border-spacing:0; } 
	
fieldset,img {border:0; } 

address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal; } 

strong { font-weight: bold; }

em { font-style: italic; }

caption,th {text-align:left; } 
	
q:before,q:after {content:''; } 

abbr,acronym {border:0; } 

/* [-] Link Setting
=========================================================================================== */



a:link{text-decoration:none;color:#000;outline:none}
a:visited{text-decoration:none;color:#000;outline:none}
a:hover{text-decoration:underline;color:#000;outline:none}
a:active{text-decoration:none;color:#1694BD;outline:none}

