body {
	color: black;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #fff9ca;
	margin-top: 20px;
	margin-bottom: 20px;
}
.alert {
	color: #ff5a00;
}
.smaller {
	font-size: 10px;
}
a:link {
	color: #569600;
	text-decoration: none;
}
a:hover {
	color: #ffc400;
	text-decoration: none;
	text-align: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
.title {
	font-size: 14px;
}
.date {
	font-size: 10px;
}
.large {
	font-size: 18px;
}
.larger {
	font-size: 22px;
}
.form {
	margin-top: 10px;
	margin-bottom: 0;
}
.small {
	font-size: 12px;
}
.xsmall {
	font-size: 10px;
}
.bg_gray {
	background-color: #eee;
}
.normal {
	font-size: 14px;
	line-height: 22px;
}


#wrapper {
	width: 800px;
	margin: 0 auto;
}
#main table {
	width: 100%;
	border-collapse: collapse;
}
#main th,
#main td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#main th {
	width: 150px;
	text-align: left;
}
#main td {
	
}
#main td + td {
	width: 110px;
}
#main h4 {
	font-size: 20px;
	margin: 40px auto 20px;
}




/* index */
#head {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	overflow:hidden;
}
#head_left {
	float: left;
}
#head_right {
	float:right;
}

#flash {
	margin: 0 auto;
	width: 750px;
}

#info {
	overflow: hidden;
	height: auto;
	width: 770px;
	margin: 20px auto;
}

#howto {
	float: left;
}
#howto h3,
#howto p {
	margin-left: 10px;
	margin-right: 10px;
}
#howto p {
	font-size: 12px;
}

#navi {
	float: right;
}
#navi ul, 
#navi li {
	margin: 0;
	padding: 0;
	list-style: none;
}


