/* CSS Document */
td {
	font-size: 12px;
	line-height:20px;
	color: #545454;
}


/* Bg Change*/
.bg_line {
	background-image: url(images/bg_line.jpg);
}
.bg_line2 {
	background-image: url(images/bg_line2.jpg);
}
.bg_inside {
	background-image: url(images/bg_inside.jpg);
}
/* Bg End*/

body{ line-height:60px;}

/* Menu Change*/
.about_over{
	background-color:#A6DBFF;
	text-decoration: none; 
}
.technology_over{
	background-color:#FFD35E;
	text-decoration: none; 
} 
.speciality_over{
	background-color:#B2E0E4;
	text-decoration: none; 
} 
.advantage_over{
	background-color:#D0ACE9;
	text-decoration: none; 
} 
.news_over{
	background-color:#C3FF4D;
	text-decoration: none; 
} 
.menu2{
	text-decoration: none;
}
/* Menu Change End*/


/* Color*/
.red{
	color: #FF0000;
}
.bottom1 {color: #cc0001}
.bottom2 {color: #1E69A8}
/* Color End*/


/* Link*/
a:link {
	color: #545454;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #545454;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a.active {
	text-decoration: none;
	color: #000000;
}
a.bottom:link {
	text-decoration: none;
	color: #1E69A8;
}
a.bottom:visited {
	text-decoration: none;
	color: #1E69A8;
}
a.bottom:hover {
	text-decoration: none;
	color: #008BFF;
}
a.bottom:active {
	text-decoration: none;
	color: #1E69A8;
}
a.menu:link {
	text-decoration: none;
	color: #000000;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;
}
a.menu:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:active {
	text-decoration: none;
	color: #000000;
}
/* Link End*/