body{
	background-color: #FFFFFF;
	color: #333333;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/title_repeat.gif);
	background-repeat: repeat-x;
	scrollbar-3dlight-color: #FF9933;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FF9933;
	scrollbar-darkshadow-color: #333333;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666;
}
a:link{
	color: #0000FF;
}
a:visited{
	color: #990099;
/* IE:#990099 Moz:663399 */
}
a:hover{
	color: #FF0000;
}
a:active{
	color: #FF0000;
}
h1{
	display: none;
}
h2{
	font-size: 150%;
	padding: 0.2em 0.3em;
	letter-spacing : 0.2em;
	color: #FF6633;
	margin-left: -0.5em;
	border-left: 0.5em solid #FF6633;
	border-right: 1px solid #FF6633;
	border-bottom: 1px solid #FF6633;
	border-top: 1px solid #FF6633;
}
h3 {
	background-color: #FFCC99;
	padding: 0.1em 0.5em;
}
hr{
	display: none;
}
strong{
}
p{
	text-indent: 0.7em;
	line-height: 140%;
}
table {
	border-collapse: collapse;
	font-size: 100%;
}
th,td {
	font-size: 100%;
	padding: 5px;
	text-align: center;
}
pre {
	font-family: monospace;
}
textarea {
	font-family: monospace;
	font-size: 100%;
}

#top{
	width: 100%;
	padding-top: 160px;
	color: #FFFFFF;
	background-image: url(img/title.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#menu{
	white-space: nowrap;
	height: 2em;
	padding-left: 2em;
	background-color: black;
}
#menu ul{
	padding: 0em;
	margin: 0em;
}
#menu li{
	float: left;
	list-style-type: none;
}
#menu a{
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 0.45em 0.5em;
	letter-spacing: 0.2em;
	text-decoration: underline;
}
#menu a:link{
	color: white;
}
#menu a:visited{
	color: white;
}
#menu a:hover{
	color: black;
	background-color: white;
}
#menu a:active{
	color: white;
}

#title{
	float: clear;
}
#logo{
}

#contents{
	margin: 0em;
	padding: 0em 2em 2em 2em;
	border-bottom: 1px solid #FF6633;
}

#contents ul li{
	list-style-image: url(img/arrow.gif);
	line-height: 140%;
}
#contents ol li{
	list-style-type : decimal;
	line-height: 140%;
}

#footer{
	margin: 2em;
	font-weight: bold;
}
#footer p{
	text-align: right;
}


#P, #C, #F {
	font-weight: bold;
	font-size: 120%;
}

.nohit, .week {
	color: #999;
}

