/*--- 基本スタイル ---*/
	/*- Body -*/
	div.MainBody{
		width:100%;
		text-align:center;
	}

	/*- リンク -*/
	a:visited{
		color:blue;
		text-decoration:none;
	}

	a:link{
		color:blue;
		text-decoration:none;
	}

	a:hover{
		color:#6699cc;
		text-decoration:none;
	}

	a:active{
		color:#6699cc;
		text-decoration:none;
	}

	/*- フォントサイズ別 -*/
	span.FontSizeSmall{
		font-size:80%;
	}

	span.FontSizeNormal{
		font-size:90%;
	}

	/*- サブヘッダー -*/
	div.InfoHeader{
		width:600;
		margin-top:5;
	}
	
	/*- 検索フォーム -*/
	div.InfoSearchForm{
		width:600;
		height:30;
		padding-right:1;
		text-align:right;
		background-image:url(img/info_header.gif);
		background-repeat:no-repeat;
		background-position:right bottom;
	}

	/*- パン屑リスト -*/
	span.ParentPanList{
		font-size:90%;
		font-weight:bold;
		padding-left:3;
	}
	span.PanList{
		font-size:90%;
		font-weight:bold;
	}

	/*- 便利ツール -*/
	div.InfoUsefulTool{
		width:600;
		margin-top:3;
		padding-right:1;
		text-align:right;
	}
