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


body{
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #EDF1F8;
}


.index #wrapper{
	width: 850px;
	background-color: FFFFFF;
}

.index .clear{
	line-height: 0%;
}

.index #header{
	width: 850px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
}

.index #center{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
}

.index h2{
	margin-top: 0;
}

.index #main{
	float: right;
	width: 655px;
}

.index #left-navi{
	width: 180px;
	margin-top: 8px;
}

#left-navi form{
	margin-bottom: 1em;
}

