/* COMMON */
body {
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Osaka", "£Í£Ó £Ð¥´¥·¥Ã¥¯",verdana,arial,sans-serif;
	background-color: #ffffff;
	color: #444444;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header *,
#footer * {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	list-style-type: none;
}

a:link { 
	color: #0000FF;
	text-decoration:underline;
}
a:active { 
	color: #0000FF;
	text-decoration: underline;
}
a:visited { 
	color: #996699;
	text-decoration: underline;
}
a:hover { 
	color: #0000FF;
	text-decoration: underline;
}

hr {
	display: none;
}

img {
	border: 0px;
}
