@charset "utf-8";
/* CSS Document */
.MA_Btn a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.MA_Btn a:visited {
	text-decoration: none;
	color: #000000;
}
.MA_Btn a:hover {
	text-decoration: underline;
	color: #CCFF33;
}
.MA_Btn a:active {
	text-decoration: none;
	color: #00CCFF;
}


#menuArea{
	height:45px;
	width:1000px;
	background-image:url(../img/menu_end.jpg);
	background-repeat:repeat-x;
	}
.MA_Btn{
	float:left;
	height:45px;
	}
.MA_BtnLine{
	float:left;
	height:45px;
	}
.MA_BtnEnd{
	float:left;
	height:45px;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 12px;
	}
.leftComp{
	width:210px;
	border-left:#CCC solid 3px;
	border-right:#CCC solid 3px;
	padding:10px;

}
li.leftCompT{
	letter-spacing:1px;
	line-height:18px;
	font-size:12px;
	margin-bottom:10px;
}
.sublink{
	margin-bottom:10px;
	width:236px;
}