@charset "utf-8";
/* ============================================================
   VCC Basic Template Ver 1.20
============================================================ */

/*------------------
 == reset
--------------------*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
}

img{
	border: 0;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl {
	margin: 1em 0;
	padding: 0;
	font-size: 1em;
}

em, address { 
	font-style: normal;
}

input,
textarea{
	font-size: .8em;
}

ul{
	list-style-type: none;
}

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

fieldset {
	border: 0;
}


