@charset "shift-jis";

/*-----------------------------------------------
 RESET CSS
 -----------------------------------------------*/
 
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

ul,dl,ol {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th {
	font-size: 100%;
	font-weight: normal;
	font-style: nomal;
}

a {
	outline: none;
}

.clear {
	clear: both;
}
