@charset "utf-8";

html {
	background: #ffffff;
	height: 100%;
}

body {
	width: 100%;
	min-width:960px;
	height: 100%;
	font-size: 80%;
	line-height: 140%;
	background: #ffffff;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

label {
	cursor: pointer;
}

textarea {
	font-size:13px;
}

a {
	overflow:hidden;
	outline:none;
}

a:link {
	color: #01619b;
	text-decoration: none;
}

a:visited {
	color: #01619b;
	text-decoration: none;
}

a:hover {
	color: #01619b;
	text-decoration: underline;
}

a:active {
	color: #01619b;
}
