/* CSS Document
=============================================*/
/*@charset "shift-jis";*/


/* このスタイルシートは下記で使用されています。
-----------------------------------------------
/program/kozo/bus/bus-kiso/XXX.html
---------------------------------------------*/


/* メイン
=============================================*/

/* 見出し
---------------------------------------------*/
#main h2.index{
	font-size:10.5pt;
	color:#399EAA;
	text-align:center;
	white-space:nowrap;
	margin:20px 0;
}


/* コンテンツ
=============================================*/

/* 見出し
---------------------------------------------*/

#content h3.line{
	border:solid 3px #399EAA;
	color:#ffffff;
	background-color:#399EAA;
	text-align:left;
	letter-spacing:0;
	margin:0;
	padding-left:10px;
}

#content h3.index{
	color:#399EAA;
	text-align:left;
	white-space:normal;
	margin:20px 0;
	padding:0;
	clear:both;
}

#content h4.new {
	clear:none;
	margin:20px 0;
	padding:0 0 3px 0;
	border-width:0 0 1px 0;
	border-color:#399EAA;
	border-style:solid;
	color:#000000;
	text-align:left;
	white-space:normal;
}

#content h4.index{
	font-size:10pt;
	text-align:left;
	white-space:normal;
	clear:none;
}

/* 段落
---------------------------------------------*/
#content p.text {
  margin-left: 12px;
  text-indent: -12px;
}

/* 表
---------------------------------------------*/

#content th {
	background-color:#EAF6FC;
	font-weight:bold;
	vertical-align:middle;
	white-space:nowrap;
}

/* 文字
---------------------------------------------*/

#content em.small{
	font-size:8pt;
	color:#000000;
	font-style:normal;
	font-weight:normal;
}

/* リスト
---------------------------------------------*/
#content li {
	margin-bottom:5px;
}

/* 範囲
---------------------------------------------*/

#body div.frame {
	margin:20px 0;
	padding:0 0 10px 0;
	border-width:1px;
	border-style:solid;
	background-color:#FFFFFF;
	padding:10px;
	
}

#body div.g_img {
	text-align:center;
	overflow:hidden;
	
}

#body div.mark {
	margin:10px 0 5px;
	text-align:center;
}