@charset "UTF-8";
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom:1em;
	line-height:1.6em;
}
div, span, p, img, table, caption, tbody, tfoot, thead, tr, th, td, dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
.disk li {
	list-style-type: disc;
	margin-left: 2em;
}
a {
	color:#0645ad;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#1471a6;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
#main p img {
	font-size: 0;
}
address {
	font-style: normal;
}
.cf {
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
