@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: #0316E4;
	text-decoration: none;
}

.welcome{
	color: aliceblue;
	font-size: 0.9em;
}
.tit{
	color: #420074;
	font-size: 1.25em;
	text-align: center;
	line-height: 1.5em;
}
.mu
{font-size: 1.25em;
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.1em;
	padding: 20px;
	line-height: 1.5em;
	margin: 20px;
}