/* =reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}

table {border-collapse:collapse; border-spacing:0;}

address {font-style:normal;}

fieldset, img {border:0;}

ol, ul, li {list-style:none;}

abbr, acronym {border: 0;}

a, button {cursor:pointer;}

b, strong {font-weight:bold;}
i, em {font-style:italic;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}

button {overflow:visible; cursor:pointer; border:0px; padding:0px;}
button::-moz-focus-inner {border:0;}
*:focus {outline:none; outline: 0;}

ins {text-decoration: none;}
del {text-decoration: line-through;}
blockquote, q {quotes: none;}

/* =clearing
------------------------------------------------------*/

/* =clear */
.clear {clear:both; font-size:1px; line-height:0;}
/* clearfix */
.clearfix:after {
     visibility:hidden;
     display:block;
     font-size:0;
     content:" ";
     clear:both;
     height:0;
}
* html .clearfix {zoom:1;} /* IE6 */
/* only for Mac IE5 \*/
* html .clearfix {height:1%;}
.clearfix {display: block;}
/* only for Mac IE5 */
/* clearfix */
*:first-child+html .clearfix {zoom:1;} /* IE7 */
/* CSS reset */

