@charset "UTF-8";

/*
 *	Style Sheet for JSSEAS WEB site
 *	規程集用のスタイルシート
 */

@import "jsseas.css";

h3 { text-align: center; margin-top: 2em;}
h4 { text-align: left; font-weight: bold; font-style: normal;
	font-variant: normal; font-size: 100%; margin-bottom: 1em; }

p { margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 1.2em; }
p.num {text-indent: -1.2em; }

ol { margin-top: 0.5em; margin-bottom: 0.5em; }
ol.enum { list-style: none; } 
ol.enum li { list-style: none; margin-left: 2.5em; text-indent: -1.5em; }

div.example { margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 1em;
	font-family: monospace; text-indent: -3em; background-color: white; }

blockquote {
	text-indent: 0;
	font-family: monospace;
	margin: 1em 0 1em 3em;
}

div.example-b { margin-top: 0.5em; margin-bottom: 0.5em; 
	 background-color: white; text-indent: 0;
	 font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro", times, serif; }

div.example-c { margin-top: 0.5em; margin-bottom: 0.5em; 
	 margin-left: 1em; text-indent: -1em;
	 font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro", times, serif; }

span.underline {
	text-decoration: underline;
}

span.italic {
	font-style: italic;
}

hr { margin: 3em 0; }

p.history {
	text-align: right;
	font-size: 85%;
}

p#NoteForUA {
	margin-bottom: 2em;
}

div#pdfdown {
	text-align: right;
}

/* 印刷用指定 */
@media print {
	body, div#container {
		font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro", times, serif;
	}
	div#header { display: none; }
	div#pdfdown { display: none; }
	p#NoteForUA { display: none; }
}

