@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	background: #fff;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #1996F0;
	text-decoration: none;
}

.mu
{font-size: 1.2em;
margin: 20px;	
}

.footer{
	color: #666;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 50px;
	padding-top: 30px;
}
.zw{
	color: #333;
	font-size: 1.0em;
	padding: 20px;
	line-height: 1.5em;
	margin: 20px;
}