@charset "shift_jis";

/*----------------------------------------
	見出し
----------------------------------------*/
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #600;
	background: transparent;
	margin: 0.5em 1em 0.1em;
	padding: 0;
	border: 0 none;
}

/*----------------------------------------
	目次
----------------------------------------*/
#mokuji {
	float: none;
	margin-bottom: 2em;
	padding-bottom: 2em;
	width: auto;
	background: url(../images/ami2.png) bottom left repeat-x;
	font-size: 100%;
	background: url(../images/ami2.png) bottom left repeat-x;
}
#mokuji h3 {
	margin: 1em .5em .5em;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-color: #e0e0c0 #c0c0a0 #c0c0a0 #660;
	padding: .2em;
	background: #f8f8f0 url(../images/shadow.png) repeat-x left bottom scroll;
	color: #660;
}

/*----------------------------------------
	印刷用の設定項目
----------------------------------------*/
@media print {
	h4,
	#mokuji,
	#dore,
	#last-update {
		display: none;
	}
	#notes {
		page-break-before: auto;
	}
	#daku,
	#you2 {
		page-break-before: always;
	}
	div#notes h4 {
		display: block;
		color: #000;
	}
}
