@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, address, pre, blockquote, div,
ul, ol, li, dl, dt, dd, table, thead, tbody, tr, td, th,
hr, form, input, textarea, button, img, iframe {
	font: 14px/22px Georgia, serif;
	margin: 0;
	padding: 0;
	border-width: 0;
}
body {
	width: 980px;
	margin: 0 auto;
}
input, textarea, button { 
	font-family: sans-serif;
}
pre {
	font-family: monospace;
	overflow: auto;
}
hr {
	height: 0;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}
th {
	font-weight: bold;
}
img, iframe {
	line-height: 0;
	vertical-align: bottom;
}
input[type="text"] {
	height: 22px;
	padding: 0 3px;
	border-width: 1px;
	border-style: solid;
	vertical-align: bottom;
}
textarea {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	vertical-align: bottom;
}
button {
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1px;
	padding: 0 6px;
	border-width: 2px;
	vertical-align: bottom;
}
button:lang(ja) {
	letter-spacing: 6px;
	padding-left: 12px;
}
cite {
	font-style: italic;
}
cite:lang(ja) {
	font-style: normal;
}
cite:lang(ja):before {
	content: "『";
}
cite:lang(ja):after {
	content: "』";
}
q:before {
	content: "“";
}
q:after {
	content: "”";
}
q:lang(ja):before {
	content: "「";
}
q:lang(ja):after {
	content: "」";
}
