﻿@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}

.clear:after{
	content:".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

