@charset "UTF-8";
/*------------------------------------------------------------------------------
	Common Styles CSS
------------------------------------------------------------------------------*/

html {	background: #fff;}
body {	color: #444;}
h1 {
	margin: 0 0 2em;
	font-weight: bold;
	font-size: 182%;	/* =24px */
}
h2 {
	margin: 0 0 2em;
	font-weight: bold;
	font-size: 129%;	/* =17px */
}
h3 {
	margin: 0 0 2em;
	font-weight: bold;
	font-size: 114%;	/* =15px */
}
h4 {
	margin: 0 0 2em;
	font-weight: bold;
	font-size: 100%;	/* =13px */
}
p {	margin: 0 0 1em;}
sup {
	position: relative;
	top: -.4em;
	font-size: 85%;
}

a:link,
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}
#contentsWrapper a:link,
#contentsWrapper a:visited {	color: #EC767C;}
#contentsWrapper a:hover {	color: #444;}
