/*Normal Link*/

A:link
{
	cursor: hand;
	color: #000066;
	text-decoration: none;
}

A:visited
{
	cursor: hand;
	color: #000066;
	text-decoration: none;
}

A:active
{
	cursor: hand;
	color: #0000FF;
	text-decoration: underline;
}

A:hover
{
	cursor: hand;
	color: #0000FF;
	text-decoration: underline;
}


/*Pink Link*/

A.linkPink:link
{
	cursor: hand;
	font-weight: bold;
	color: #993399;
	text-decoration: none;
}

A.linkPink:visited
{
	cursor: hand;
	font-weight: bold;
	color: #993399;
	text-decoration: none;
}

A.linkPink:hover
{
	cursor: hand;
	font-weight: bold;
	color: #993399;
	text-decoration: none;
}

A.linkPink:active
{
	cursor: hand;
	font-weight: bold;
	color: #993399;
	text-decoration: none;
}


/************Cell Stylesheet************/

/* ÊÓËÃÑº label ·ÑèÇä» */
.label_normal1
{
	font-size: 12px;
	color: #993399; /* ÊÕªÁ¾Ù */
	font-style: normal;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_normal2
{
	font-size: 12px;
	color: #000000; /* ÊÕ´Ó */
	font-style: normal;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_normal3
{
	font-size: 12px;
	color: #006699; /*ÊÕ¹éÓà§Ô¹*/
	font-style: normal;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_normal4
{
	font-size: 12px;
	color: red; /* ÊÕá´§ */
	font-style: normal;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

/* ÊÓËÃÑº label µÑÇË¹Ò */
.label_bold1
{
	font-size: 12px;
	color: #993399; /* ÊÕªÁ¾Ù */
	font-weight: bold; 
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_bold2
{
	font-size: 12px;
	color: #000000; /* ÊÕ´Ó */
	font-weight: bold; 
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_bold3
{
	font-size: 12px;
	color: #006699; /*ÊÕ¹éÓà§Ô¹*/
	font-weight: bold; 
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_bold4
{
	font-size: 12px;
	color: red; /* ÊÕá´§ */
	font-weight: bold; 
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}




/* ÊÓËÃÑº textbox */
.text_disabled
{
	font-size: 12px;
	color: #003366;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	background-color: #CCCCCC;
	padding: 1px;
	border: 1px solid #993399;
}

.text_enabled
{
	font-size: 12px;
	color: #003366;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #993399;
}



/* ÊÓËÃÑº »ØèÁ button */

.btt
{  
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	font-size: 10px; 
	color: #000000; 
	cursor:hand;
	background-color: #E3AEE3; 
	text-align: center; 
	border: 1px outset; 
	text-align: center; 
	border-color: #993399 #993399 #993399;

}
