@charset "utf-8";

.tex {　/* サブタイトル */
	font-size: 2em;
	font-weight: bold;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐ明朝","ＭＳ 明朝","sans-serif","serif";
	line-height: 3.5em;
	color: #5e2d29;
	text-alignarign: center;
	margin-top: 10px;
	}

.tex-l {　/* メインタイトル */
	font-size: 4em;
	font-weight: bold;
	text-alignalign: center;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐ明朝","ＭＳ 明朝","sans-serif","serif";
	color: #5e2d29;
	}

.hr {
	border: 1px dashed #666;
	align: center;
	margin: auto;
	width: 100%;
	}
	
.menu {　/* リンク項目 */
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐ明朝","ＭＳ 明朝","sans-serif","serif";
	}

	.Notes {
	color: #333333;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐ明朝","ＭＳ 明朝","sans-serif","serif";
	font-weight: bold;
	font-size: 8pt;
	line-height: 170%;
	}


	
/*--- フッター部分の細かいスタイル --- */


.foot a {
	color: #ffffff;
	}

.foot a:visited {
	color: #ffffff;
	}
	
.foot a:hover {
	color: #ffffff;
	text-decoration:underline;
	}

.footindex a {
	color: #ffffff;
	}

.footindex a:visited {
	color: #ffffff;
	}
	
.footindex a:hover {
	color: #ffffff;
	text-decoration:underline;
	}


