@charset "utf-8";
/* CSS Document */


/* html
--------------------- */

html {
	height: 100%;
	overflow-y: scroll;
	width: 100%;
}


/* body
--------------------- */

body {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	vertical-align: top;
	width: 100%;
}


/* h1, h2, h3, h4, h5, h6
--------------------- */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}


/* p
--------------------- */

p {
	margin: 0;
}


/* img
--------------------- */

a img, img { 
	border: 0;
	vertical-align: top;
}


/* strong
--------------------- */

strong {
	font-style: normal;
	font-weight: bold;
}


/* ul, ol, li, dl, dt, dd
--------------------- */

ul, ol {
	list-style-type: none;
}

ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}


/* hr
--------------------- */

hr {
	background-color: #CCCCCC;
	border: 0;
	color: #CCCCCC;
	height: 1px;
	margin: 0;
	padding: 0;
}


/* table, th, td
--------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

th {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

td {
	margin: 0;
	padding: 0;
}


/* blockquote, div, span
--------------------- */

blockquote, div, span {
	margin: 0;
	padding: 0;
}


/* pre
--------------------- */

pre {
	font-family: monospace;
	line-height: 1.0;
	margin: 0;
	padding: 0;
}


/* button, fieldset, form, input, label, legend, select, textarea
--------------------- */

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

label {
	cursor: pointer;
}

textarea {
	resize: vertical;
}
* html textarea {
	margin-top: -2px;
}
*:first-child+html textarea {
	margin-top: -2px;
}


/* abbr, acronym
--------------------- */

abbr, acronym {
	border: 0;
}


/* address, caption, cite, code, dfn, em, var
--------------------- */

address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

caption {
	text-align: left;
}

code, kbd, pre, samp, tt {
	font-family: monospace;
	line-height: 1.0;
}

	/* Start. for IE7 */
	*+html code, *+html kbd, *+html pre, *+html samp, *+html tt {
		font-size: 108%; 
	}
	/* End. for IE7 */

q: before, q: after {
	content: '';
}
