@import url('common.css');

div#contents {
	background: url('/images/home_bg.png') no-repeat top right
}

h1 { font-size: 140%; font-weight: bold; margin-bottom: 0.8em }
h2 { font-size: 120%; font-weight: bold; margin-bottom: 0.8em }

span.date { font-size: 80%; color: gray; }

ul { margin-top: 0; margin-bottom: 2em }

div#loginForm {
	position: absolute;
	top: 8px;
	right: 16px;
}

div#errorMessage {
	font-size: 80%;
	color: red;
}

div#loginForm a {
	font-size: 80%;
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

div#loginForm img {
	vertical-align: bottom;
	padding-bottom: 3px;
}

div#loginForm input {
	font-size: 80%;
	border-color: #999;
	border-style: dotted;
	border-width: 0 0 1px 0;
	padding: 2px;
	color: #666;
}

div#loginForm button {
	font-size: 75%;
	border: 1px outset #999;
	background-color: #f2f2f2;
	padding: 1px 4px;
	color: #666;
	margin: 0 4px;
}

