body {
	background-image: url(sozai/c45.gif);
	background-attachment: fixed;
	font-family: "Meiryo UI";
	text-align: center;
	margin: 0px;
}

/* コンサートレポートのページ */
#fcon {
	background-image: url(sozai/bg-onpu10d.gif);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* コンサートレポートの目次ページ */
#fconindex {
	background-image: url(sozai/che_a08.gif);
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* コンサートレポート　右段 */
#report {
	float: right;
	width: 700px;
	margin-top: 20px;
}

/* コンサートレポート　左段 */
#navi {
	float: left;
	width: 260px;
	color: #000000;
}

/* フッター */
#footer {
	clear: both;
}

/* コンサートレポート　左段　ボタン */
#fcon #navi h3 a {
	color: #000000;
	text-decoration: none;
	background-color: lightcyan;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 40px;
	font-size: 16px;
	padding: 5px;
	border-radius: 10px;
	font-weight: normal;
	width: 210px;
	height: 50px;
}

/* コンサートレポート　左段　ボタン　マウスオーバー時 */
#fcon #navi h3 a:hover {
	color: #FFFFFF;
	background-color: powderblue;
	font-weight: bold;
}

/* コンサートレポート　左段　「想い出の高石ともやさん」ボタン */
#fcon #navi h4 a {
	color: #000000;
	text-decoration: none;
	background-color: lightsteelblue;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 40px;
	font-size: 16px;
	padding: 5px;
	border-radius: 10px;
	font-weight: normal;
	width: 210px;
	height: 50px;
}

/* コンサートレポート　左段　「想い出の高石ともやさん」ボタン
　マウスオーバー時 */
#fcon #navi h4 a:hover {
	color: #FFFFFF;
	background-color: steelblue;
	font-weight: bold;
}

/* ▼これより「上へ戻るボタン」のCSS */

/* ボタンの固定とその位置 */
#pageTop{
	position: fixed;
	bottom: 20px;
	right:20px;
}

/* マウスポインタが乗った時の設定(透明度0.7） */
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* ▲ここまで「上へ戻るボタン」のCSS */

/* レポート本文のテーブル */
#fcon #report center table tbody tr {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

/* 各レポートのタイトル（見出し） */
#fcon #report center table tbody tr td center center {
	font-family: "Meiryo UI";
	font-size: 16px;
}

/* 本文内の小見出し */
#fcon #report center table tbody tr td b {
	font-size: 16px;
	color: crimson;
}

