@charset "utf-8";

/* *********** */

div.contry{
	display:block;
	width:765px;
	height:34px;
	background-image: url(/contact/image/bg_contry_region.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:-2px auto 12px;
	position:relative;
	}

/* hide from Mac IE \*/
* html div.contry { 	margin:-3px auto 12px;
 }
/* */


div.contry p{
position:absolute;
right:0;
left:auto;
}
div.contry p a{
display:block;
width:104px;
height:34px;
background-image: url(/contact/image/btn_htmlver.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}
div.contry p a:hover{	background-position: 0px -34px}
div.contry p a span{
display:block;
position:absolute;
left:-9999px;
}
