@charset "UTF-8";

/*--------------------------------------------------
YUI CSS Fonts
--------------------------------------------------*/

body {
	font: 13px/1.231 "MS PGothic", arial, helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small;
}

select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/*--------------------------------------------------
Normalize.css
--------------------------------------------------*/

/* The root element */

html {
	overflow-y: scroll;
}

/* Sections */

body {
	margin: 0;
}

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

/* Grouping content */

p, blockquote, dl, dd {
	margin: 0;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

/* Text-level semantics */

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

strong {
	font-weight: bold;
}

br {
	*letter-spacing: 0;
}

/* Embedded content */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

/* Tabular data */

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

caption {
	padding: 0;
	text-align: left;
}

th, td {
	text-align: left;
	vertical-align: baseline;
	padding: 0;
	font-weight: normal;
}

/* Forms */

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	border: 0;
	*margin-left: -7px;
}

input, button, select, textarea {
	font-family: inherit;
	*font-size: 100%;
	color: inherit;
	margin: 0;
}

input, button {
	line-height: normal;
	vertical-align: inherit;
	*vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]:focus {
	outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

select {
	background-color: inherit;
	line-height: normal;
}

textarea {
	vertical-align: top;
	overflow: auto;
	*font-family: sans-serif;
}

