/** 文字サイズ文字色変更機能用 **/
table {
	font-size: 100% !important;
}

/** パンくずナビゲーション用 **/
p.navi {
	font-size: 80%
}

/** ページタイトル用 **/
h1.title {
	border-left: rgb(51,153,204) 10px solid;
	border-bottom: rgb(51,153,204) 1px solid;
	border-right: 0px;
	border-top: 0px;
	padding: 5px;
	margin: 5px;
	font-size: 100%;	
}


