@charset "Shift_JIS";
html {
  *filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	margin: 0px auto;
	padding: 0px;
	background: url(../img/bg_body.gif) repeat-y center top;
	background-color: #F5F3EF;
	color: #555555;
	text-align: center;
}

body, input, textarea, select {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN",verdana,arial,sans-serif;
}

/*\*//*/
body, input, textarea, select {
	font-family: Osaka;
}
/**/

* {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	list-style-type: none;
}

a:link {
	color: #0077E6;
	text-decoration: none;
}

a:visited {
	color: #996699;
	text-decoration: none;
}

a:hover {
	color: #0077E6;
	text-decoration: underline;
}

a:active {
	color: #0077E6;
	text-decoration: underline;
}

hr {
	display: none;
}

tabel,
tr, td, th,
img {
	border: 0px;
}