body {
	background-color: #FFFFFF;
	background-image: url(stripes.gif);
	background-repeat: repeat;
}

#board {
	width: 905px;
	margin: 0px auto;
}

#top {
	width: 895px;
	height: 40px;
	padding: 10px 5px 0px;
	background-image: url(title_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#top h2 {
	font-size: 20px;
}
* html #top {
	height: 20px;
}

.tenpo {
	text-align: right;
	position: relative;
	top: -50px;
	padding: 5px;
}

#main {
	width: 900px;
	background-image: url(main_bg.gif);
	background-repeat: repeat-y;
}
* html #main {
	position: relative;
	top: -50px;
}
#menu {
	width: 150px;
}

#contents {
	width: 750px;
	padding: 10px;
	/*position:absolute;*/ /*top: 100px;*/ /*left: 50px;*/
}

#contents h3 {
	width: 700px;
	height: 23px;
	background-image: url(h3.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 5px;
	color: #FFFFFF;
}

#footer {
	width: 900px;
	height: 50px;
	background-image: url(fotter_bg.gif);
	background-repeat: no-repeat;
}
* html #footer {
	position: relative;
	top: -50px;
}