@charset "UTF-8";

/* @group initialize */

* {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
}

img {
	border-style: none;
}

/* @end */

/* @group base */

body {
	font-size: 0.85em;
	background-color: #ffffff;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

a:active {
	color: #999999;
}

p {
	font-size: 1.0em;
	text-align: left;
	margin-bottom: 1.4em;
}

ul, ol {
	margin-bottom: 2.0em;
}

li {
	margin-left: 4.0em;
	font-size: 1.0em;
	text-align: left;
}

hr {
	border-top: 1px dotted #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

h2 {
	font-size: 1.0em;
	text-align: left;
	font-weight: bold;
}

strong {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}

/* @end */

/* @group page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* @end */

/* @group header */

/* @end */

/* @group contents */

/* @end */

/* @group navi */

/* @end */

/* @group main */

/* @end */

/* @group footer */

/* @end */