body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image:url(bg.gif);
}

/* 画像リンク時、ボーダーを消す */
a img {border-style:none;}

td {
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color:#3366CC;
}

a:visited {
	text-decoration: none;
	color:#3366CC;
}

a:hover {
	text-decoration: none;
	color:#FF3300;
}

a:active {
	text-decoration: none;
}

/*文字設定*/
.style10 {
	font-size: 10px;
}
.style14 {
	font-size: 14px;
}
.style12_L120 {
	font-size: 12px;
	line-height: 120%;
}
/* リンクテーブル */
table#graph {
  border:none;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
	margin:10px;
  }
table#graph th, table#graph td {
	padding:5px 3px;
	border: none;
}

/* ボタン追加分 */
.left_btn_1{
	width:141px;
	margin:5px auto 0px auto;
}

