/* Default Stylsheet for Print */


/* Hider */

#mainmenu {
	display: none;
}

/* End Hider */

head  title {
	display: block;
	font-size: 1.4em;
}

a {
	color: #000;
}

p, ul, ol, dl {
	font-size: 1em;
	line-height: 1.5em;
}

p.mainpoint {
	font-size: 1.4em;
	margin-bottom: 0.4em;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 0.4em;
}

p {
	margin: 1.5em 0 1.5em 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 1.5em 0 1.5em 3em;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 1.5em 0 1.5em 3em;
}

dl {
	margin: 1.5em 0 1.5em 3em;
}

bq {
	margin: 3em 5em 3em 5em;
}