body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 0px;
}
a {
	color:#2DB000;
	text-decoration: none;
}
a:visited {
	color: #73886F;
	text-decoration: none;
}
a:hover {
	color: #2DB000;
	text-decoration: underline;
}
table {
	font: normal 12px/16px "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
}

/***************************************************************************************/
/****************class属性**************************************************************/
/***************************************************************************************/

/* 項目タイトル */
.table-title {
	font-weight: bold;
	color: #2c98c7;
}
/* 字を小さくするだけ */
.mini {
	font-size: 10px;
}
/* あまり重要でない文章 */
.sub {
	color: #999999;
}
/* 警告・注目 */
.attention {
	color: #FF0000;
}
/* ぱんくずリスト */
.addressmenu {
	font-size: 10px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
/* 日付表示 */
.date {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/*　リスト（番号）　*/
.list_num {
	list-style-type:decimal;
	list-style-position:outside;
	line-height:20px;	
}
/****************背景が#666666の時のリンクカラー****************************************/
/* normal */
.mini_white {
	font-size: 10px;
	color: #FFFFFF;
}
/* A */
.mini_white A {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	cursor: auto;
}
/* A:VISITED */
.mini_white A:VISITED {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	cursor: auto;
}
/* A*HOVER */
.mini_white A:HOVER {
	color: #7CC4E2;
	text-decoration: underline;
	font-size: 10px;
	cursor: auto;
}
