body { 
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: 100%; 
	background-color: black;
	text-align: center;
	color: yellow;
}


/* タイトルトップで使用する。td含む　*/
.tl_top { 
	table-layout: fixed;
	width: 700px;
	border: 1px solid red;
	background-color: black;
	text-align: center;
}
.tl_top td {
	border: 1px solid red;
}

/* 文章の見出しで使用　*/
.top_caption_title {
	color: white;
	font-size: 180%;
}

/* pタグを使用する場合は左から文章開始　*/
p {
	color: yellow;
	font-size: 100%;
	text-align: left;
}	
/* 戻るボタンを使用する際のcss　*/
.return {
	background-color: yellow;
}
/* フォント情報として使用する。 */
.fontnor {
	font-size: 100%;
	color: red;
}
.fontbol {
	font-size: 100%;
	color: red;
	font-weight: bold;
}
.fontmax {
	font-size: 120%;
	color: red;
	font-weight: bold;
}
