@charset "utf-8";
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
#outline {
	font-size: 10px;
	width: 150px;
	padding-right: 7px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
}
#outline h1 {
	font-size: 10px;
	font-weight: normal;
	background-color: #CCCCCC;
	margin: 0px;
	width: 70px;
	padding: 5px;
}
#outline h2 {
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#outline h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#outline hr {
	width: 100%;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.pick {
	background-color: #FFDDDD;
}
.notice {
	background-color: #FDEBAE;
}
.year {
	background-color: #666666;
	color: #FFFFFF;
}
.blue {
	color: #0066CC;
}
.red {
	color: #CC0000;
}

a {
	color: #333333;
	text-decoration:none
}
a:hover {
	color: #FF3399;
	text-decoration:underline;
}

