﻿@charset "UTF-8";


/* --------------------------------------------------------------------------------
  reset
-------------------------------------------------------------------------------- */

body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
dl,dt,dd,
form,input,textarea,label,button {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body {
    font-size: 14px;
	color: #333333;
}
body sup {
	vertical-align:text-top;
	position:relative;
	top:-4px;
	line-height: 1.4;
}

h1,h2,h3,h4 { font-size: 12px;}

table th,table td,select,input,textarea,button {
	font-size: inherit;
}

table {
	border-collapse: collapse;
}

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

a {
	outline: none;
}

em {
	font-style: normal;
}

img {
	border:0;
	vertical-align: bottom;
}
/* EOF */
