@charset "UTF-8";

/***********************************************/
/* CSS file For Freescale.                     */
/* FileName: default.css                       */
/* data:2010/01/17                             */
/***********************************************/

/* RESET
--------------------------------------------------------------------*/
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {margin: 0;padding: 0;}
h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {font-size: 100%;}
a,ins {color: #2d8aa7;text-decoration: none;outline: none;}
a:hover {color: #2d8aa7;text-decoration: underline;}
address, em, cite, dfn, var {font-style: normal;}
input, textarea {font-family: sans-serif;font-weight: normal;}
img {vertical-align: baseline;}
a img {border: none;}

* {
	margin: 0;
	padding: 0;
}

/* SETTING
--------------------------------------------------------------------*/
/*html {filter: expression(document.execCommand("BackgroundImageCache", false, true));overflow-y: scroll;}*/
body {
background: #FFF;
color: #222;
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
* html body { /* for IE6 font-size: small;*/}
*:first-child+html body { /* for IE7 font-size: small;*/}
ul {list-style-position: outside;list-style-type: none;margin: 0;padding: 0;}
ol {list-style-position: outside;}
table {border-collapse: collapse;}
legend {color: #222;}
div#main p,div#main ul,div#main ol,div#main dl,div#main blockquote,div#main pre,div#main table {margin: 0;}

/* CLEARFIX
--------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}


/* Option *//*

* html ul li dl,
* html ol li dl {
  display: inline;
}

*:first-child+html ul li dl,
*:first-child+html ol li dl {
  display: inline;
}

/*---------------------------------------------

Font Size

20px : 154%
18px : 139%
16px : 124%
15px : 116%  125%
14px : 108%  117%
13px : 100%  108%
12px :  93%  100%
11px :  85%   92%
10px :  83.4%;

---------------------------------------------*/

