@charset "UTF-8";

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

a:link {
	color: #0099ff;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #0099ff;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #0099ff;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #0099ff;
	background-color: transparent;
	text-decoration: none;
}

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

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

h1 {
	font-size: x-large;
	margin: 0px;
}

h2 {
	font-size: large;
	margin: 0px;
}

h3,h4,h5,h6 {
	font-size: medium;
	margin: 0px;
}

blockquote {
	color: #9b9b9b;
	font-size: 80%;
	background-color: #f1f1f1;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px 10px;
}

pre {
	color: #9b9b9b;
	font-size: 80%;
	background-color: #f1f1f1;
	padding: 5px 10px;
}

img {
	border-style: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,td {
	border: 1px solid #0099ff;
}