body	{
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;	
	color : dimgray;
	}


A{
  color : dimgray;
  text-decoration: none;
}
P{
  text-indent : 1em;
  color : dimgray;
  line-height : 125% ;
}


/*------------------------------*/
/*	免許						*/
/*------------------------------*/

/* 免許　見出し１ */
div.menkyo h1
	{
	margin: 0;
	height: 45px;
	background-image : url(h1line.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	font-size: 130%;
	text-align: center;
	}

/* 免許　表 */
div.menkyo td.menkyo
	{ 
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
	font-size: 80%;
	}


/*------------------------------*/
/*	入校資格					*/
/*------------------------------*/

/* 入校資格　見出し２ */
div.shikaku h2
	{
	background-image : url(h2line.png);
	background-repeat: no-repeat;
	padding-left: 1em;
	font-size: 120%;
	}

/* 入校資格表 */
div.shikaku table
	{
	border:solid 1px #505050;
	border-collapse : collapse;
	}

/* 入校資格表　ヘッダ */
div.shikaku th
	{
	border:solid 1px #505050;
	background-color:#ffb6c1;
 	color : #333333;
	text-align: center;
	font-size: 80%;
	}

/* 入校資格表　明細 */
div.shikaku td
	{ 
	border:solid 1px #808080;
	background-color:#ffeeff; 
	padding-left: 0.5em;
	text-align: center;
	font-size: 80%;
	text-align: left;
	}


/*------------------------------*/
/*	料金表						*/
/*------------------------------*/

/* 料金　見出し２ */
div.fee h2
	{
	background-image : url(h2line.png);
	background-repeat: no-repeat;
	padding-left: 1em;
	font-size: 120%;
 	color : #333333;
	}

/* 料金表 */
div.fee table
	{
	border:solid 1px #505050;
	border-collapse : collapse;
	}

/* 料金表　ヘッダ */
div.fee th
	{
	border:solid 1px #505050;
	background-color:#ffb6c1;
	color : #404040;
	text-align: center;
	font-size: 80%;
	}

/* 料金表　明細 */
div.fee td
	{ 
	border:solid 1px #808080;
	background-color:#ffeeff; 
	text-align: center;
	font-size: 80%;
	}

/* 料金表　車種 */
div.fee  td.jikan
	{ 
	text-align: center;
	}

/* 料金表　時限数 */
div.fee  td.shashu
	{ 
	text-align: center;
	}

/* 料金表　金額 */
div.fee  td.fee
	{ 
	padding-right: 1em;
	text-align: right;
	}
div.fee  td.hokashu
	{ 
	padding-left: 3em;
	text-align: left;
	}


/*------------------------------*/
/*	リンク						*/
/*------------------------------*/
dl
	{
	border-width : 1px;
	border-color : dimgray;
	border-style : solid;
	list-style-type : none;
	font-size: 80%;
	line-height : 150% ;
	}

dt
	{
	line-height : 200% ;
	}

dd
	{
	font-color : dimgray;
	list-style-type : none;
	line-height : 150% ;
	margin-left: 2em;
}


/*------------------------------*/
/*	ボトム						*/
/*------------------------------*/

div.bottom td
	{ 
/*	border:solid 0px #ffffff; */
	background-color:#1e079a; 
	height: 30px;
	width:225px;
	text-align: center;
	font-size: 80%;
	}



div.textbus0{background-color:#eee;color:#444;font-size:12px;}
div.textbus1{color:#444;font-size:12px;}
div.textbus2{color:#6400ff;font-size:14px;}
.linkwhite

{
  color: #ff8000; text-decoration: none ;
}
a:hover
{
  color: hotpink ;
}

