@charset "UTF-8";
/* CSS Document */

/* HTML Reset
******************************************/
html {
	-webkit-text-size-adjust:none;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, a, address, img, strong, sup, dl, dt, dd, ol, ul, li, table, caption, tbody, tr, th, td, section, article, header, footer, form, fieldset {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	display: inline-block;
	text-decoration: none;
}
a.link {
	text-decoration:underline;
}
strong, em {
	font-weight: normal;
	font-style: normal;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol {
	list-style-type: none;
}
section, nav, article, header, footer {
	display:block;
	height:auto;
}
a:link, a:visited, a:hover {
	color: #231815;
}
a.textlink:link, a.textlink:visited, a.textlink:hover {
	color: #543f8f;
	text-decoration: underline;
}
a.textlink:hover {
	text-decoration: none;
}
/******************************************/
