@charset "utf-8";
@import "elements.css";

body {
	margin: 0 auto;
	padding: 0;
	color: #333;
	font-size: 12px;
	/*\*/
	*font-size: 77%;
	/**/
	line-height: 1.3;
}

body, input, textarea, select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

/*\*//*/
body, input, textarea, select {
	font-family: Osaka;
}
/**/


body * {
	font-size: 100%;
}


a {
	color: #39f;
	text-decoration: none;
}

a:visited {
	color: #99c;
	text-decoration: none;
}

a:hover {
	color: #39f;
	text-decoration: underline;
}

a:active {
	color: #39f;
	text-decoration: underline;
}


