@charset "utf-8";
/*
-------------------------------------
CSS file A-link
FileName:style.css
-------------------------------------
*/

ul{
	list-style-type:none;
}

.mt1{
	margin-top:1em;
}
.mb1{
	margin-bottom:1em;
}
.strong-txt{
	font-weight:bold;
}
.emp-txt{
	color:#f00;
}

