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

#wrapper {
	width: 50em;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #text_box {
	padding: 0.5em;
	float: left;
	width: 12em;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C00;
	border-left-color: #C00;
	margin-top: 0.2em;
	margin-right: 1em;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 90%;
	line-height: 150%;
}
#wrapper #header {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 200%;
	margin: 0.5em;
	padding: 0.5em;
	width: 48em;
}
#wrapper #content table {
	margin-left: 15em;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C66;
}
a:active {
	text-decoration: none;
}
#in {
	font-size: 80%;
	line-height: 130%;
	color: #303;
}
