﻿/****** 中面ページ背景が白 ******/

#bg_gray {
	padding : 5px;
	color: #000000;
	line-height: 130%;
	background-color: #EDEFF1;
	width: 96%;
}



/*テーブルの設定*/
#tbl_hyoji01 {
	text-align: center;
	font-size: small;
	background-color: #000000;
}

#tbl_hyoji01 .td01 {
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-color: #F5F2F2;
}

#tbl_hyoji01 .td02 {
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-color: #DED6D6;
}

#tbl_hyoji01 .td03 {
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-color: #F7D67B;
}

#tbl_hyoji01 .td04 {
	text-align: center;
	font-size: small;
	background-color: #FFFFFF;
}

#tbl_hyoji01 .td05 {
	text-align: center;
	font-size: small;
	background-color: #E9E4E4;
}

#tbl_hyoji01 .td06 {
	text-align: center;
	font-size: small;
	background-color: #FAE4A1;
}

/* 飾りつき見出し文（中国語の数字表示対応） */
#midashi_ch {
	font-size: 110%;
	font-weight: bold;	
}

/* リンク（文字）関連 */
.f_gray {
	padding : 10px;
	color: #575656;
	font-weight: bold;
	line-height: 150%;
}
.f_orange {
	padding : 10px;
	color: #FC6806;
	font-weight: bold;
	line-height: 150%;
}
.f_name {
	color: #1B87B9;
	font-weight: bold;
	line-height: 150%;
}
.f_lightblue {
	color: #5C94BE;
}