/* 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;
}
.txt-blue	{
	color: #006699;
}
.txt-pink	{
	color: #F9687D;
}
.txt-green	{
	color: #009900;
}
.txt-orange	{
	color: #FF9900;
}
.txt-grey	{
	color: #999999;
}
.txt-black	{
	color: #000000;
}


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;
}
.main_tit {
	font-size: 16px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4573B3;
	padding-bottom: 5px;
	margin-bottom: 30px;
	margin-top: 10px;
	color: #4573B3;
}
