/*body*/

body {
	font-family: "ＭＳ Ｐゴシック",Osaka,arial;
	font-size: 0.8em;
	color: #333333;
	background-color: #FFFFFF;
}


/*アンカータグ*/

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#9E192B;
}


/*テーブル関係*/

td.hed {
	background-color: #FFD37C;
	color: #333333;
}
td.main {
	background-color: #FCEDD0;
}
td.q {
	background-color: #EEF2FF;
}
table.gr {
	background-color: #885E09;
}
td.mini {
	color: #CC0000;
}


/*文字関係*/

.textred {
	color: #CC0000;
}
.textgr {
	color: #6699CC;
}
.textblue {
	color: #004F75;
}


/*
 td:white
 * 文字色：黒
 * 背景色：白
*/

div.white, tr.white, td.white {
	background-color:#FFFFFF; color:#333333; text-align:left;
}
div.white-center, tr.white-center, td.white-center{
	background-color:#FFFFFF; color:#333333; text-align:center;
}
div.white-right, tr.white-right, td.white-right {
	background-color:#FFFFFF; color:#333333; text-align:right;
}


/*
 * td:r-gray
 * 文字色：黒
 * 背景色：うすいグレー
*/

div.r-gray, tr.r-gray, td.r-gray {
	background-color:#CCCCCC; color:#333333; text-align:left;
}
div.r-gray-center, tr.r-gray-center, td.r-gray-center {
	background-color:#CCCCCC; color:#333333; text-align:center;
}
div.r-gray-right, tr.r-gray-right, td.r-gray-right {
	background-color:#CCCCCC; color:#333333; text-align:right;
}
.textor {
	color: #FF6600;
}
.textB {
	font-weight: bold;
	color: #FF3300;
}
