@charset "shift_jis";

/* =========================================================
 Reset
--------------------------------------------------------- */
div, form, input, select, textarea,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
p, pre, span, blockquote, td, th {
	margin: 0;
	padding: 0;
}

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

a img, fieldset, img {
	border: 0;
}

img {
	vertical-align: bottom;
}

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

li {
	list-style-type: none;
}

/* =========================================================
 Emulate
--------------------------------------------------------- */
* {
	font-size: 12px;
}

body {
	background-color: #FFF !important;
}

textarea {
	width: 240px;
}

#document {
	width: 240px;
	margin: 20px auto;
	background-color: #ffffff;
	border: 2px solid #ff697b;
}
