@charset "utf-8";

/*-------------------------------------------------------------
  Print Layout @ 兵庫日本語ボランティアネットワーク
  by hokuto@
  Last Update 2008-01-14
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	color: #333333;
	text-decoration: none;
	line-height: 1.5;
	font-size: 11pt;
}

body {
	padding: 1.5cm;
}

ul.langbutton,
ul.menu {
	display: none;
}

ul.info {
	margin: 2em 0;
	font-size: 10pt;
}

ul.info li {
	list-style-type: none;
}

div.content h2 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 14pt;
}

div.content h3 {
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 12pt;
}

div.content h4 {
}

div.content p {
	margin-bottom: 1em;
}

