@charset "UTF-8";
#gn-activities {
	border-left: 10px solid #99CC66;
}
#gn-home,#gn-about,#gn-climate {
	border-left: 10px solid #333333;
}

/*----------heading----------*/
h2 {
	border-bottom: 1px solid #99CC66;
	clear: both;
}

/*----------textarea----------*/
#textarea {
	width: 630px;
	margin: 36px auto 0px;
	overflow: auto;
}
.note {
	padding: 0.5em 1em;
	border: 1px solid #EEEEEE;
	font-size: 0.9em;
	color: #666666;
}
#series {
	margin: 2em 0px;
}
#series dt {
	margin: 2em 0px 0.5em;
	border-bottom: 1px solid #CCCCCC;
}
#series dd {
	font-size: 0.9em;
	color: #666666;
}
.page {
	margin: 2em auto;
	width: 31.5em;
}
.page li {
	display: inline;
	margin: 0px 0.25em;
}
.page a{
	display: inline-block;
	width: 5em;
	padding: 0.25em 0px;
	text-align: center;
}
.page a:link, .page a:visited {
	background: #EEE;
	color: #333;
	text-decoration: none;
}
.page a:hover {
	background: #666;
	color: #FFF;
	text-decoration: none;
}
.prev a {
	width: 4em;
	margin: 0px 1em;
	padding: 0.25em 1em 0.25em 0px;
	text-align: right;
}
.prev a:link, .prev a:visited {
	background: #999 url(/imgs/arrow/prev.png) no-repeat left center;
	color: #FFF;
	text-decoration: none;
}
.prev a:hover {
	background: #666 url(/imgs/arrow/prev_ov.png) no-repeat left center;
	color: #FFF;
	text-decoration: none;
}
.prev_grayout {
	display: inline-block;
	width: 4em;
	margin: 0px 1em;
	padding: 0.25em 1em 0.25em 0px;
	background: #EEE url(/imgs/arrow/prev_grayout.png) no-repeat left center;
	color: #CCC;
	text-align: right;
}
.next a {
	width: 4em;
	margin: 0px 1em;
	padding: 0.25em 0px 0.25em 1em;
	text-align: left;
}
.next a:link, .next a:visited {
	background: #999 url(/imgs/arrow/next.png) no-repeat right center;
	color: #FFF;
	text-decoration: none;
}
.next a:hover {
	background: #666 url(/imgs/arrow/next_ov.png) no-repeat right center;
	color: #FFF;
	text-decoration: none;
}
.next_grayout {
	display: inline-block;
	width: 4em;
	margin: 0px 1em;
	padding: 0.25em 0px 0.25em 1em;
	background: #EEE url(/imgs/arrow/next_grayout.png) no-repeat right center;
	color: #CCC;
	text-align: left;
}
.present {
	display: inline-block;
	width: 5em;
	padding: 0.25em 0px;
	background: #9C6;
	color: #FFF;
	text-align: center;
}
