@charset "utf-8;


/* Table Of Contents
----------------------------------------

# Reset 'Browser standard style'
# Redefine

----------------------------------------*/


/* # Reset 'Browser standard style'
---------------------------------------------------------------------------- */

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,
strong,em,caption,cite,code,dfn,var {
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #FF0000;
}

caption, th { text-align: left; }

fieldset { border: 0; }

hr { display: none; }

ol, ul { list-style: none; } 

ul ul,ol ul,ul ol,ol ol,
dl ul,dl ol,dl dl,td td { 
	font-size: 100%;
}

q:before,q:after { content: ''; } 

abbr,acronym { border: 0; } 


/* # Redefine
---------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 90%;
	font-family: "Verdana", "Helvetica", "Arial","sans-serif";
	line-height: 1.2;
}

strong { font-weight: bold; }
em     { color: #f00; font-style: normal; }
