@charset "UTF-8";

/*  --- 
		charm ---  */
charm {}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, 
em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, 
footer, header, hgroup, menu, nav, section {
    margin:0;
    padding:0;
	font-weight:normal;
    vertical-align:baseline;
	border:0;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
	line-height:1.0;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul {
	list-style:none;
	}


a:link, a:hover, a:active {
	color:#0044CC;
	}

a:visited {
	color:#551a8b;
	}

a:hover {
	text-decoration:none;
	}

table {
    border-collapse:collapse;
    border-spacing:0;
}

p {
	line-height:1.5;
	margin-bottom:1em;
}