@charset "UTF-8";

/*--------------------------------------
	Common Reset
--------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	line-height: 1;
}

/*--------------------------------------
	Font Size
--------------------------------------*/
body {
	font-size: 13px;
	font-family: Verdana,Arial,sans-serif; 


}

select, input, button, textarea {
	font-size: 99%;
    margin-top: 1px;
}

table {
	font-size: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
}

/*--------------------------------------
	List
--------------------------------------*/
ul {
	list-style: none;
}

/*--------------------------------------
	Links
--------------------------------------*/
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*--------------------------------------
	Table
--------------------------------------*/
table {
 	border-collapse: collapse; 
 	border-spacing: 0;  
}

/*--------------------------------------
	Boreder
--------------------------------------*/
hr {
	display: block;
	height: 1px;
	border: 1 px;
	margin: 1em 0;
	padding: 0;
}

/*--------------------------------------
	Form
--------------------------------------*/
input, select {
	vertical-align: middle;
}

/*--------------------------------------
	Copy Right
--------------------------------------*/
address {
	font-style: normal;
}


/*--------------------------------------
	Inline
--------------------------------------*/
img {
	vertical-align: top;
	font-size: 0;
}

/*--------------------------------------
	Etc
--------------------------------------*/
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
