@charset "utf-8";

/* === Default setting File === */

/* -------------------------------------------------- Initialization of the browser style */
* {
	font-style: normal;
	font-weight: normal;
}

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ol,ul,li,dl,dt,dd,pre,blockquote,address,hr,
form,fieldset {
	margin: 0;
	padding: 0;
}

p { margin-bottom: 0.5em; }

/* --------------------------------------------------body */
body {
	font-family: sans-serif;
	font-size: 100%;
}

/* -------------------------------------------------- font elements */
h1,h2,h3,h4,h5,h6 {
	line-height: 1.1;
}

ol li,
ul li {
	list-style: none;
}

li li,
li li li,
dd li,
dd dd,
li p,
dt p,
dd p,
th p,
th li,
td p,
td li {
	font-size: 100%;
}

/* -------------------------------------------------- text elements */
strong {
	font-weight: bold;
}

em, em * { font-style:italic; }

/* -------------------------------------------------- Table elements */
table,th,td {
	border-collapse: collapse;
}

/* -------------------------------------------------- Form elements */
input,
select,
textarea {  }

p input,
p select,
p textarea,
li input,
dd input,
li select,
dd select {
	font-size: 100%;
}

/* -------------------------------------------------- etc */
a,img {
	border: 0;
}

img,input {
	vertical-align: middle;
}
/* EOF */