@charset "euc-jp";
@import "elements.css";

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

body {
	margin: 0 auto;
	padding: 0;
	color: #444;
	font-size: 12px;
	/*\*/
	*font-size: 77%;
	/**/
	line-height: 1.3;
}

body, input, textarea, select {
	font-family: '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3','Hiragino Kaku Gothic ProN','¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
}

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


body * {
	font-size: 100%;
}


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

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

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

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