@charset "UTF-8";

/*-------------------- link --------------------*/

a:link {
	color: #62A6E4;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #62A6E4;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #62A6E4;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #62A6E4;
	background-color: transparent;
	text-decoration: none;
}

/*-------------------- element type --------------------*/

body {
        background-color: #ffffff;
        margin-top: 0px;
        font-size: small;
        color: #575757;
        font-family: "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
        text-align: left;
        line-height: 1.25;
}
