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

body,td,th {
	font-family: sans-serif;
	line-height: 133%;
	font-size: 12px;
	color: #333333;
}

body {
	background-image: url(/monologue/common/img/mainstage_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #0066ff;
	text-decoration: none;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

.center {
	text-align: center;
}