@charset "utf-8";
/* CSS Document */
body{
	margin:auto;
	font-family: Tahoma, "MS Sans Serif", Verdana;
	background-color:#F4F4F4;
}
.bgSignin{
	background-image: url(bgSignin.gif);
	background-repeat: repeat-y;
}
.line{
	background-image: url(line.gif);
	background-repeat: repeat-x;
}
.txtBlack{
	font-family: Tahoma, "MS Sans Serif", Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.txtGray{
	font-family: Tahoma, "MS Sans Serif", Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.txtRed{
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.txtDetail{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.txtwhite2{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtBlack2{
	font-size: 11px;
	color: #888888;
	text-decoration: none;
}
.txtWhite{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.bgQuestion{
	background-image: url(question.gif);
	background-repeat: no-repeat;
	background-position: 320px 260px;
	background-attachment: fixed;
}
.bgManual{
	background-image: url(manual.gif);
	background-repeat: no-repeat;
	background-position: 320px 260px;
	background-attachment: fixed;
}
/*****************link***********************/
.txtLink1:link,.txtLink1:visited{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	
}
.txtLink1:hover{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background-color: #FF6600;
}
.linkMenu5:link, .linkMenu5:visited{
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
}
.linkMenu5:hover {
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
.linkContent2:link, .linkContent2:visited{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.linkContent2:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
