@charset "utf-8";

.clear {
	clear: both;
}

body {
	font-family: 'ＭＳ Ｐゴシック';
	margin: 15px;
	padding: 0;
	text-align: center;
}

.header .title {
	float: left;
	margin: 5px 5px 0 5px;
	font-weight: bold;
	font-size: 24px;
}

.header .title img {
	vertical-align: middle;
}

.header .link {
	float: right;
	text-align: right;
}

.header .link img {
	border: 0;
}

a:link {
	color: #4169e1;
}

a:visited {
	color: #b8860b;
}

a:hover {
}

.separator {
	background-color: #9999FF;
	color: #9999FF;
	border: none;
	height: 1px;
}

