body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #faaa65;
	margin: 0px;
	width: auto;
}
a:link {
	color: #7F542A;
	text-decoration: underline;
}
a:visited {
	color: #B6793D;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #9F0B0B;
}
a:active {
	text-decoration: underline;
}
#title {
	background-image: url(imgs/title_s.jpg);
	background-repeat: no-repeat;
	height: 65px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: fixed;
	clear: both;
	float: none;
	width: 99%;
	z-index:1;
}
#contents{
	width:95%;
	padding-top: 70px;
	*padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: absolute;
}
.data {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
}
.godza {
	color: #6A4800;
	font-weight: bold;
}
.sess {
	padding-left: 15px;
}

