

/* メイン
=============================================*/

/* 見出し
---------------------------------------------*/

#main h2.index{
	font-size:12pt;
	color:#483d8b; /*#005CA2;*/
	text-align:left;
	white-space:nowrap;
	margin:20px 0;
}


/* コンテンツ
=============================================*/

/* 見出し
---------------------------------------------*/

#content h3.line{
	border-bottom:solid 3px #00A5A8; /*#005CA2;*/
	color:#FF6600;
	/*background-color:#00A5A8;*/
	text-align:left;
	letter-spacing:0;
	margin:0;
	padding-left:10px;
	margin-top:10px;
}

#content h3.index{
	color:#005CA2;
	text-align:left;
	white-space:normal;
	margin:0;
	padding:20px 0 0;
	clear:both;
}

#content h4{
	white-space:normal;
	clear:none;
}

#content h4.index{
	font-size:10pt;
	text-align:left;
	white-space:normal;
	clear:none;
}

/* 文字
---------------------------------------------*/

#content p.text {
    margin-left: 12px;
    text-indent: -12px;
}

#content em.small{
	color:#000000;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
}

/* 表
---------------------------------------------*/

#content th {
	background-color:#eef5e4;
	font-weight:normal;
	vertical-align:middle;
	white-space:nowrap;
}