@charset "UTF-8";
h1 {
	font-weight:normal;
}
h2 {
	font-weight:normal;
}
h3 {
	font-weight:normal;
}
p {
	line-height:180%;
}
ul {
	list-style:none;
}
a:link {
	color:#006EAD;
	text-decoration:none;
	outline:none;
}
a:active {
	color:#006EAD;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#006EAD;
	text-decoration:none;
	outline:none;
}

html>body a:hover {
	color:#006EAD;
	text-decoration:underline;
	outline:none;
	background-color:#EEF8FF;
}
a:hover {
	color:#006EAD;
	text-decoration:underline;
	outline:none;
}
img {
	border:0px;
}

/*IEのフィルタープロパティを使用する*/
/*ロールオーバー画像のちらつき解消（IEのみ）*/
/*
html{ filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/