@charset "EUC-JP";
* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
img {
	border: none;
}
hr {
	display: none;
}
body {
	background-color: #EEE;
	background-repeat: repeat-y;
	text-align: center;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
