/* 目次 */
div.title {
	font-size : 140%;
}

div.mokuji {
	font-size : 110%;
	line-height : 1.6em;
}

/* 本文 */
body	{
	background-color : #ffffff;
}

div.shoh {
	line-height : 1.6em;
	font-size : 140%;
	margin-bottom:1em;
}

div.setu {
	line-height : 1.6em;
	font-size : 130%;
	margin-bottom:1em;
}

ul {
	list-style-type: none;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}

.koh {
	list-style-type: none;
	line-height: 1.6em;
	margin-left: -2.5em;
	color: #FF6600;
	font-size : 120%;
	font-weight : bold;
}

.koh2 {
	list-style-type: none;
	line-height: 1.6em;
	margin-left: -2.5em;
	color: #0099FF;
	font-size : 120%;
	font-weight : bold;
}

.koh3 {
	list-style-type: none;
	line-height: 1.6em;
	margin-left: -2.5em;
	color: #009900;
	font-size : 120%;
	font-weight : bold;
}

div.goh {
	margin-top: 1em;
	border-bottom: 1px solid #FFDEAD;
	line-height : 1.6em;
	font-size : 105%;
	font-weight : bold;
}

div.honmon {
	line-height : 1.6em;
}

div.zuhyomei {
	margin-top: 1em;
	line-height : 1.6em;
}
div.zuhyo {
	margin-bottom: 1em;
}

em.bold {
	font-style : normal;
	font-weight : bold;
}
em.under {
	font-style : normal;
	text-decoration : underline;
}

/* 囲みケイ内のマージン */
table.kakomi td {
	padding : 8px;
}
/*  脚注  */
.footnote {
	border-top : 1px dotted #666666;
	padding-top : 4px;
	font-size : 80%;
	line-height : 1.4em
}

/* 帯の設定 */
.obi .top	{
		text-align : right;
		font-color : #73738c;
		font-size : 90%;
}
.obi .bottom	{
		text-align : left;
		font-color : #73738c;
		font-size : 90%;
}

/* 帯の色 */
/* 第1章 */
.chap1 .obi	{
		background-color : #FFDEAD;
}
/* 第2章 */
.chap2 .obi	{
		background-color : #9DD8FF;
}
/* 平成19年度　高齢社会対策 */
.taisaku .obi	{
		background-color : #CCFFCC;
}

