/* CSS Document */

/**************** /products/introduction/****************/

.intro_menu {
	width:		   756;
	height:		   32px;
	background-repeat: no-repeat;
	margin:		   10px 0 0 0;
}

.tab01 {
	background-image:  url(/products/introduction/image/introduction_tab01.jpg); 
}

.tab02 {
	background-image:  url(/products/introduction/image/introduction_tab02.jpg); 
}

.tab03 {
	background-image:  url(/products/introduction/image/introduction_tab03.jpg); 
}

.tab04 {
	background-image:  url(/products/introduction/image/introduction_tab04.jpg); 
}

.tab05 {
	background-image:  url(/products/introduction/image/introduction_tab05.jpg); 
}


div.intro_menu a {
	text-decoration:   none;
	position:	   relative; 
	top:		   7px;
	float:		   left;
	font-size:	   13px;
	font-weight: 	   bold;
}

#content div.intro_menu a.on {
	color:black;
}

#content div.intro_menu a, #content div.intro_menu a.off:visited {
	color:white;

}

#content div.intro_menu a.off:hover {
	color:#d7f1d4;
}

.pos1 {
	left:		   28px;
}

.pos2 {
	left:		   96px;
}

.pos3 {
	left:		   148px;
}

.pos4 {
	left:		   193px;
}

.pos5 {
	left:		   205px;
}






