@charset "Shift_JIS";

/* ---------------------------
	reset default style
--------------------------- */

* {
	margin: 0;
	padding: 0;
}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2;
}

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

caption, th {
	text-align: left;
}

input, select {
	font-size: 100%;
}
textarea {
	font-size: 100%;
	line-height: 1.3;
}

em, strong, address {
	font-style: normal;
}

address {
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}
