@charset "utf-8";
/* CSS Document */

a{
text-decoration:none;
font-size:12px;
color:#006;}
a:hover{
text-decoration:underline;}
img,a img{ border:none;}
body{ font-size:12px;background: #fff;}

.tab_mxg{
	border:1px solid #999;
	font-size:12px;
}

.link_td{
	background: url("../images/mxg/title.jpg") no-repeat; width:1000px; height:43px;
}
.link_td a{
	font-size: 14px;color: white;text-decoration: none;font-weight: 600;	
}
.link_td a:hover{
	color: red;text-decoration: underline;font-weight: 600;position: relative;top: 1px;left: 1px;
}
.link_td_small{
	background: url("../images/mxg/small.jpg") repeat-x; width:1000px;height:32px;
	font-size:14px;
	color:white;
	font-weight:600;
}
.link_td_small a{
	font-size: 12px;color: white;text-decoration: none;	
}
.link_td_small a:hover{
	color: red;text-decoration: underline;position: relative;top: 1px;left: 1px;
}
.link_td_big{
	background: url("../images/mxg/big.jpg") repeat-x; width:1000px; height:32px;
	font-size:14px;
	color:white;
	font-weight:600;
}
.link_td_big a{
	font-size: 12px;color: white;text-decoration: none;	
}
.link_td_big a:hover{
	color: red;text-decoration: underline;position: relative;top: 1px;left: 1px;
}
