/* CSS Document */
ul,li {
  margin: 0px;
  padding: 0px;
}
p {
  line-height: 150%;
}

body {
  margin: 0 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', san-serif;
  font-size: 100%;
  line-height: 140%;
	background-color: #fff;
}

a:link {
	color: #124B6C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #124B6C;
}
a:hover {
	text-decoration: underline;
	color: #124B6C;
}
a:active {
	text-decoration: none;
	color: #124B6C;
}
img {
  border: 0px;
}

.section {
	margin: 10px 0px 5px 0px;
}

.dummy {
  clear: both;
}
/*
  市民科学などベーシックページ
 */
.contents {
/*  width: 445px;
*/
	font-size: 90%;
}
.contents h2 {
  font-size: 160%;
	font-weight: bold;
	color: #124B6C;
	border-bottom: 1px solid #124B6C;
	margin: 0px 0px 5px 0px;
	padding: 0px 3px 2px 3px;
}
.contents h3 {
  font-size: 140%;
	font-weight: bold;
	color: #124B6C;
	border-bottom: 1px dotted #124B6C;
	margin: 0px 0px 5px 0px;
	padding: 0px 3px 2px 3px;
}
.contents h3.span {
  font-size: 80%;
}
.contents .author {
  color: #267FFC;
	text-align: right;
}
.contents p {
  line-height: 160%;
	margin: 0px 0px 20px 0px;
}
.contents .imageLeft {
	float: left;
	padding: 0px 10px 10px 0px;
	text-align: center;
}
.contents .imageLeft .credit {
  text-align: right;
	font-size: 80%;
	margin: 0px;
}
.contents .toDetail {
	text-align: right;
}


/*
  コンテンツページナビゲーション（グランドナビ）
 */
/* ナビゲーションのタイトル部分 */
.naviTitle {
}
/* 00〜04メニュー切り替え部分。メニューマウスオーバーで説明が切り替わる */
#naviDescription {
	background:  left top no-repeat;
	background-image: url(../images/menu/menu_desc.gif);
}
#naviDescription a {
	display: block;
	width: 228px;
	height: 101px;
}
/* 市民研についてなどナビゲーション部分で見出し扱いとなる部分 */
.naviSubTitle {
  background: url(../images/menu/bg_menu.gif) left top repeat-y;
	padding-top: 15px;
}
/* グランドナビゲーション */
.grandNavi {
  background: url(../images/menu/bg_menu.gif) left top repeat-y;
  list-style-type: none;
}
.grandNavi li{
  height: 20px;
	font-size:0;
}
/* ガラパゴスの部屋検索ボックス */
.searchBox {
  background: url(../images/menu/bg_menu.gif) left top repeat-y;
  padding: 0px 0px 10px 17px;
}
.searchGalapagos {
}
.searchKeyword {
  width: 130px;
}
/* ナビゲーション部分のフッタを定義 */
.naviFooter {
  background: url(../images/menu/bg_shiminken.gif) left top no-repeat;
}
/* コピーライト */
.naviFooter .copyright {
  margin: 0px;
	padding: 70px 0px 0px 17px;
	color: #267FFC;
	font-size: 12px;
	line-height: 110%;
}
/* フッタ内のリンクナビ */  
.naviFooter ul {
  list-style-type: none;
	padding-left: 10px;
}
.naviFooter ul li {
  display: inline;
	font-size: 11px;
  color: #fff;
}
.naviFooter ul li a {
  color: #fff;
}
.naviFooter ul li a:hover {
  color: #fff;
  font-weight: bold;
	text-decoration: none;
}
.naviBottom {
  background: url(../images/menu/bg_bottom.gif) left top no-repeat;
	height: 20px;
}


/*
  コンテンツページナビゲーション（サブナビ）
 */
.navigation {
	font-size: 90%;
}
.navigation .beadcrumb {
  font-size: 80%;
}
.navigation h3 {
  color: #267FFC;
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	margin: 10px 0px 0px 0px;
}
li {
  margin: 0px 0px;
}
.navigation ul.subNavigation {
  margin-top: 0px;
	margin-left: 20px;
	font-size: 90%;
}
.navigation ul.subNavigation li{
	margin-bottom: 7px;
}

/*
  メニュー／ナビゲーション
 */
