/* default link*/
a:link {color: #333399; text-decoration: underline;}
a:visited {color: #333399; text-decoration: underline;}
a:active {color: #FF3300; text-decoration: underline}
a:hover {color: #FF3300; text-decoration: underline}

/* non text decoration Link */
.noline a:link{ color: #333399; text-decoration: none}
.noline a:visited { color: #333399; text-decoration: none}
.noline a:active { color: #FF3300; text-decoration: none}
.noline a:hover{ color: #FF3300; text-decoration: none}

/* Submenu non text decoration Link */
.submenu a:link{ color: #330000; text-decoration: none}
.submenu a:visited { color: #330000; text-decoration: none}
.submenu a:active { color: #330000; text-decoration: none}
.submenu a:hover{ color: #990033; text-decoration: none}

/* text color */
.txt-red	{
	color: #FF0000;
	font-size: 12px;
}

.txt-red_s{
	color: #FF0000;
	font-size: 10px;
}

.txt-blue	{
	color: #0083DA;
	font-size: 12px;
}
.txt-green	{
	color: #009900;
}
.txt-orange	{
	color: #FF6600;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 3px;
	font-weight: bold;
}
.txt-grey	{
	color: #999999;
}
.txt-black	{
	color: #000000;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #4FA5CC;
	text-align: left;
	margin: 0px 0px 3px;
}


h1#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h2#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h3#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h4#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h5#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
h6#imgtxt {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	text-indent: 0px;
}
.bg {
	background-image: url(../lib_image/common/back_line.gif);
	background-repeat: repeat-y;
	background-position: 715px 10px;
	background-attachment: fixed;
}
