@charset 'euc-jp';

/* CSS Document */
/* Reset */
html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
table	{
	border-collapse: collapse;
	border-spacing: 0;
}
img	{
	border: 0;
	vertical-align: bottom;
}
li	{
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover,a:active {
	color: #f90;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

i, em {
	font-style: normal;
}