@charset "UTF-8";

#gn-activities {
  border-left: 10px solid #9C6;
}

#gn-home,
#gn-about,
#gn-climate {
  border-left: 10px solid #333;
}

/*----------heading----------*/
h2 {
  margin-top: 20px;
  border-bottom: 1px solid #9C6;
  text-align: right;
  clear: both;
}

h3 {
  margin-bottom: 1em;
  border-bottom: 1px solid #CCC;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  line-height: 1.4em;
  clear: both;
}

h4 {
  margin: .5em 0;
  padding-left: 5px;
  border-left: 5px solid #999;
  font-weight: bold;
  color: #333;
}

/*----------menu----------*/
#menu {
  float: left;
  width: 160px;
}

#local a:link {
  background: url(/imgs/arrow/arrow.png) no-repeat 135px center;
  color: #333;
}

#local a:visited {
  background: url(/imgs/arrow/arrow.png) no-repeat 135px center;
  color: #333;
}

#local a:hover {
  background: url(/imgs/arrow/arrow_ov.png) no-repeat 135px center;
  color: #666;
  text-decoration: none;
}

#local li {
  height: 100%;
  border-top: 1px solid #999;
}

#local li a {
  display: block;
  padding: .5em 30px .5em 10px;
}

#local {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}

.current {
  display: block;
  padding: .5em 30px .5em 10px;
  background: url(/imgs/arrow/arrow_p.png) no-repeat 135px center;
  font-weight: bold;
  color: #333;
}

/*----------main----------*/
#main {
  float: right;
  width: 580px;
  margin-top: 10px;
}

#main table {
  width: 580px;
  margin-bottom: 1em;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#main th {
  padding: 5px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background: #999;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
}

#main td {
  padding: 5px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  text-align: center;
}

#main td.title {
  text-align: left;
}

#main td.dl {
  white-space: nowrap;
}

.text-list {
  margin-left: 1em;
  list-style: decimal inside;
}

.text-list ul {
  margin-left: 2em;
  list-style: url(/imgs/mrkr/disc.png) inside;
}

#box {
  margin-bottom: 2em;
  padding: 1em 7em;
  border: 1px solid #CCC;
}

.note {
  font-size: .9em;
  color: #666;
  text-align: left;
}

.note-box {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #CCC;
  color: #666;
  text-align: center;
}

.request {
  margin-bottom: 1em;
  text-align: right;
}

.section {
  margin: 2em 0;
}