@charset "EUC-JP";

/* CSS2 default setting */
* {
	background: transparent none repeat scroll 0% 0%;
	border: none;
	bottom: auto;
	caption-side: top;
	clear: none;
	clip: auto;
	color: black;
	counter-increment: none;
	counter-reset: none;
	cue: none none;
	cursor: auto;
	direction: ltr;
	display: inline;
	elevation: level;
	empty-cells: show;
	float: none;
	font: normal normal normal medium / normal;
	font-size-adjust: none;
	font-stretch: normal;
	height: auto;
	left: auto;
	letter-spacing: normal;
	list-style: disc outside none;
	margin: 0px;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	orphans: 2;
	outline: invert none medium;
	padding: 0px;
	page: auto;
	page-break-after: auto;
	page-break-before: auto;
	page-break-inside: auto;
	pause: 3%;
	pitch: medium;
	pitch-range: 50;
	play-during: auto;
	position: static;
	quotes: none;
	richness: 50;
	/*size: auto;*/
	speak: normal;
	speak-header: once;
	speak-numeral: continuous;
	speak-punctuation: none;
	speech-rate: medium;
	stress: 50;
	table-layout: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	unicode-bidi: normal;
	vertical-align: baseline;
	visibility: inherit;
	voice-family: male;
	volume: medium;
	white-space: normal;
	widows: 2;
	width: auto;
	word-spacing: normal;
	z-index: auto;
}

/* display class setting */
head, title, link, meta, script, style {
	display: none;
}

html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, address, hr,
ul, ol, dl, form, fieldset, ins, del, noscript, legend,
section, h {
	display: block;
}

p ins, p del, dt ins, dt del, h1 ins, h1 del, h2 ins, h2 del,
h3 ins, h3 del, h4 ins, h4 del, h5 ins, h5 del, h6 ins, h6 del,
h ins, h del {
	display: inline;
}

br, span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym,
q, tt, i, b, big, small, sub, sup, bdo, a, img, map, object,
input, select, textarea, label, button, ruby, rbc, rtc, rb, rt, rp {
	display: inline;
}

table {
	display: table;
}

tr {
	display: table-row;
}

tbody {
	display: table-row-group;
}

thead {
	display: table-header-group;
}

tfoot {
	display: table-footer-group;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}

th, td {
	display: table-cell;
}

caption {
	display: table-caption;
}

a[href] {
	cursor: pointer;
}

input[type=text], textarea {
	border: 2px #c0c0c0 inset;
	color: #000000;
	background-color: #ffffff;
}

input[type=submit], input[type=reset], input[type=button], button {
	border: 2px #c0c0c0 outset;
	color: #000000;
	background-color: #c0c0c0;
}

pre {
	white-space: pre;
	font-family: monospace;
}

code, tt {
	font-family: monospace;
}

ol li {
	display: list-item;
	list-style-type: decimal;
}

ul li {
	display: list-item;
	list-style-type: disc;
}

dl dt {
	display: block;
}

dl dd {
	display: block;
}

a:visited {
}

a:visited:hover {
}

a:focus {
}

a:focus:active {
}

a:hover {
}

a:hover:active {
}

a:visited {
}

a:visited:hover {
}

q:before, q:after {
	content: "";
}


