@charset "euc-jp";

/* ==========================================================
	Basement CSS
========================================================== */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	margin: 0px;
	padding: 0px;
	z-index: 10;
}
h1, h2, h3, h4, div, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}
p {
}
img {
	border: none;
}

a:link {
	color: #3366CC;
	text-decoration: underline;
}

a:visited {
	color: #990066;
	text-decoration: underline;
}

a:hover {
	color: #FF6633;
	text-decoration: underline;
}

a:active {
	color: #FF6633;
	text-decoration: underline;
}

hr {
	display: none;
}

.sub_navigation {
	display: none;
}
