/*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;
}

/* ÊÓËÃÑº label ·ÑèÇä» */
.label_normal1
{
	font-size: 14px;
	color: #1f65e4; /* ÊÕ¹éÓà§Ô¹ */
	font-style: normal;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_normal2
{
	font-size: 14px;
	color: #000000; /* ÊÕ´Ó */
	font-style: normal;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_normal3
{
	font-size: 14px;
	color: #663300; /* ÊÕ¢ÒÇ */
	font-style: normal;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_normal4
{
	font-size: 14px;
	color: red; /* ÊÕá´§ */
	font-style: normal;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

/* ÊÓËÃÑº label µÑÇË¹Ò */
.label_bold1
{
	font-size: 14px;
	color: #0066CC; /* ÊÕ¹éÓà§Ô¹¿éÒ */
	font-weight: bold; 
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_bold2
{
	font-size: 14px;
	color: #000000; /* ÊÕ´Ó */
	font-weight: bold; 
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_bold3
{
	font-size: 14px;
	color: #FFFFFF; /* ÊÕ¢ÒÇ */
	font-weight: bold; 
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_bold4
{
	font-size: 14px;
	color: red; /* ÊÕá´§ */
	font-weight: bold; 
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.label_bold5
{
	font-size: 14px;
	color: #bd6004; /* ÊÕ¹éÓµÒÅ */
	font-weight: bold; 
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
}

.textbox_white
{
	font-size: 14px;
	color: #00000;
	font-family: "MS Sans Serif", "Microsoft Sans Serif";
	background-color: #FFFFFF;
	padding: 1px;
	border: 0px solid #FFFFFF;
}


/*bg*/
.background {
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
/*	width: 100%;*/
}