.BTN_STYLE 
{
	background-color:transparent; 
	font-family : "ＭＳ Ｐ明朝";
	font-size : 10pt;
	text-align : center;
	height : 105px;
	width : 65px;
	color : #FFFFFF;
	margin :0pt;
}

.BTN_STYLE2 
{
	background-color:blue;
	font-family : "ＭＳ Ｐ明朝";
	font-size : 10pt;
	text-align : center;
	height : 105px;
	width : 65px;
	color : yellow;
	margin :0pt;
}

.BTN_STYLE3 
{
	background-color:yellow;
	font-family : "ＭＳ Ｐ明朝";
	font-size : 10pt;
	text-align : center;
	height : 105px;
	width : 65px;
	color : blue;
	margin :0pt;
}

.BTN_STYLE4 
{
	background-color:red;
	font-family : "ＭＳ Ｐ明朝";
	font-size : 10pt;
	text-align : center;
	height : 105px;
	width : 65px;
	color : #00ff00;
	margin :0pt;
}

.BTN_STYLE5 
{
	background-color:#00ff00;
	font-family : "ＭＳ Ｐ明朝";
	font-size : 10pt;
	text-align : center;
	height : 105px;
	width : 65px;
	color : red;
	margin :0pt;
}

.TD_STYLE 
{
	height : 105px;
	width : 650px;
	margin :0pt;
	padding : 0;
}

.TRANSPARENT{
	background-color:transparent;
}

/* 行間設定 */
.text
{
	line-height : 140% ;
}
