﻿@charset "UTF-8";

/*--------------------------------------------------------
  全地連e-Forum支援ウェブサイト　共通レイアウトセット
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#geoexam-headerList {
    width: 960px;
    height: 75px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: right;
    background-image: url(Logo/Main-header.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#geoexam-headerList h1 {
    width: 960px;
    padding-top: 15px;
    padding-left: 300;
    padding-bottom: 0;
    float: left;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
    font-size: 20px;
}

#geoexam-headerLogo {
    width: 960px;
    margin-right: 0px;
    float: left;
}

#geoexam-headerLogo a {
    display: block;
    margin-top: 18px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 40px;
    background-image : url(Logo/logo_9Aa.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#geoexam-headerList h1 p.catch {
    /* 会社名の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1;
    text-align: right;
    color: #666666;
}

#geoexam-headerList h1 p.address{
}

#geoexam-headerExtra2 {
}

/* フッター内パーツ */
#geoexam-footerList {
    width : 1160px;
    height: 30px;
    float: right;
    background-color: #6d79ed;
}

#geoexam-footerList p {
    /* コピーライト文字設定 */
    color: white;
    font-size: 1.2em;
    text-align: right;
}

#geoexam-footerLogo {
}

#geoexam-footerExtra1 {
    padding-top: 9px;
}

#geoexam-footerExtra1 ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

#geoexam-footerExtra1 li {
    /* フッターナビ設定 */
    display: inline;
    padding-left: 23px;
    padding-right: 10px;
    font-weight: bold;
}

#geoexam-footerExtra1 a:link {
    color: #666666;
    text-decoration: none;
}

#geoexam-footerExtra1 a:visited {
    color: #666666;
    text-decoration: none;
}
#geoexam-footerExtra1 a:hover {
    color: #666666;
    text-decoration: none;
}
#geoexam-footerExtra1 a:active {
    color: #666666;
    text-decoration: none;
}

#geoexam-footerExtra2 {
}

/* サイドブロック内パーツ */
#banner {
    margin-top: 2px;
    background-color: #ECE8DD;
    padding-top: 5px;
}
#banner .bn {
    text-align: center;
}

#banner ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li {
    padding-bottom: 2px;
}

#banner li a {
/*    display: block;*/
    width: 220px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    overflow: hidden;
}

/*--------------------------------------------------------
  ナビゲーションデザイン
--------------------------------------------------------*/

#geoexam-nav li a {
    font-weight: bold;
}

#geoexam-nav li a:link {
    color: #666666;
    text-decoration: none;
}


#geoexam-nav li a:visited {
    color: #666666;
    text-decoration: none;
}
#geoexam-nav li a:hover {
    color: #666666;
    text-decoration: none;
}
#geoexam-nav li a:active {
    color: #666666;
    text-decoration: none;
}

#geoexam-nav li span.en {
    display: none;
}

/*--------------------------------------------------------
  基本パーツデザイン
--------------------------------------------------------*/

/* リンク文字色 */
a:link {
    color: navy;
    text-decoration: none;
    background-color: #e9f7fa;
}

a:visited {
    color: maroon;
    text-decoration: underline;
    background-color: #e9f7fa;
}

a:hover {
    color: white;
    text-decoration: none;
    background-color: #7d7dff;
}
a:active {
    color: #ADDA9C;
    text-decoration: none;
}

/* ヘッダースキップの非表示 */
#geoexam-skip {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}
/********/
p {
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
}

p.large {
    color: #6d79ed;
    font-weight: bold;
}

p.indent {
    padding-left: 25px;
}

.left {
    float: left;
}

.right {
    float: right;
}

hr {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

/* トップページ デザイン定義 */
.geoexam-layoutset-01 #geoexam-title h2 {
    margin-top: 0;
    margin-bottom: 10;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 50px;
    background-position: top left;
    background-repeat: no-repeat;
}

.geoexam-layoutset-01 #geoexam-wrapper h3 {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    height: 26px;
    overflow: hidden;
    width: 960px;
    background-image : url(Logo/toppage_index.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 30px;
    text-align: left;
    color: #FFFFFF;
    font-size: 1.2em;
}
/**********/
.m-size14 {
    font-size:14px;
}

.m-size15 {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    height: 26px;
    font-size:14px;
    padding-left: 8px;
    padding-right: 8px;
}

.geoexam-layoutset-01 h3 span.ja {
    font-size: 1.2em;
    color: white;
    padding-right: 10px;
    padding-left: 0;
}

.geoexam-layoutset-01 h3 span.en {
    display: none;
}

h3 span.ja {
    font-size: 1em;
    color: #000000;
    padding-right: 10px;
    padding-left: 18px;
}

h3 span.en {
    display: none;
}

h3.geoexam-c-index {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
    color: #FF0000;
}

h4 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #000000;
}

h5 {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #000000;
}

h6 {
    display: inline;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    line-height: 2.2;
    color: #000000;
}

.table-type1 {
  border-collapse: collapse;
}

.table-type1 th {
  Width: 350px;
  height: 26px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  color: white;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
  padding: 2px 8px 2px 12px;
  background: url(Logo/menu-titleback-1.jpg) no-repeat;
}

.table-type1 td {
  Width: 350px;
  vertical-align: top;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #f2f2f2;
}

.table-type2 {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
}

.table-type2 th {
    line-height: 17px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #f3f3f3;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-bottom-width: 2px;
}

.table-type2 td {
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    text-align: left;
    vertical-align : top;
    line-height: 17px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
/*******/
.table-type3 {
    margin-top: 12px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
}

.table-type3 th {
    padding-top: 4px;
    padding-left: 8px;
    padding-bottom: 2px;
    text-align: center;
    vertical-align : top;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #F3F3F3;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.table-type3 td {
    padding-top: 4px;
    padding-left: 8px;
    padding-bottom: 2px;
    padding-right: 8px;
    line-height: 12px;
    text-align: left;
    vertical-align : top;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #F3F3F3;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}
/*******/
.table-type4 {
    margin-bottom: 4px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
}

.table-type4 th {
    line-height: 17px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #f3f3f3;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.table-type4 td {
    padding-top: 8px;
    line-height: 17px;
    text-align: center;
    vertical-align : top;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    background-color: #ffffff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}
/* 表示枠*/
.divisionwindow1 {
    margin-top:10px;
    width: 380px;
    height: 75px;
    overflow: auto;
    background-color: #F3F3F3;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}
.divisionwindow2 {
    margin-top:10px;
    width: 380px;
    height: 400px;
    overflow: auto;
    background-color: #F3F3F3;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

/* フォームパーツ設定 */
input.button {
    margin-top: 0px;
    margin-bottom: 0px;
}

textarea {
    resize: none;
    font-family: sans-serif;
    font-size: 12px;
}

input.l {
    width: 400px;
}
input.m {
    width: 250px;
}
input {
}
input.s {
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#geoexam-main ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#geoexam-main ul li {
    text-align: left;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    color: #000000;
}

#geoexam-main dl {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
/*    zoom: 100%;*/
}

#geoexam-main dt {
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: normal;
    width: 170px !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 15px;
}

#geoexam-main dd {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left: 185px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #204459;
}

*:first-child + html #geoexam-main dd {
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #geoexam-main dd {
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

#geoexam-main dl:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#geoexam-main img.left {
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#geoexam-main img.right {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop {
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
}

/* ページの先頭へのリンク設定 */
#pagetop a {
    display: block;
    margin-left: auto;
    width: 125px;
    height: 21px;
    overflow: hidden;
    background-image : url(Logo/returnTop_9Aa.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}

/********/
.geoexam-layoutset-02 h2 {
    width: 1150px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: 0;
    height: 36px;
    line-height: 36px;
    text-align: left;
    overflow: hidden;
}

.geoexam-layoutset-02 h2 span.ja {
    padding-top: 6px;
    font-size: 1.0em;
    color: #ffffff;
    padding-right: 10px;
    line-height: 24px;
    padding-left: 18px;
}

.geoexam-layoutset-02 h2 span.en {
    padding-top: 6px;
    font-size: 0.9em;
    color: #ffffff;
    padding-right: 10px;
    line-height: 24px;
    padding-left: 18px;
}

h2 span.en {
    font-size: 0.9em;
    color: #ADDA9C;
    text-transform: uppercase;
}

.geoexam-layoutset-02 #geoexam-wrapper h3 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: 3px;
    padding-left: 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2a1eca;
    font-size: 1.3em;
    color: #000000;
}

.geoexam-layoutset-02 #geoexam-title h2 {
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-top: 6px;
    height: 28px;
    background-image : url(Logo/subpage_index.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.geoexam-layoutset-02 #geoexam-wrapper h3 span.en {
    display: none;
}

.geoexam-layoutset-02 #geoexam-wrapper h3 span.ja {
    font-size: 1em;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 18px;
}

#toppage-info dt {
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    width: 9em !important;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0px;
}

* html #toppage-info dd {
    /* ie6用ハック */
    padding-left: 15px;
    height: 113px;
}

*:first-child + html #toppage-info dd {
    /* for IE7 */
    padding-left: 15px;
    height: 113px;
}

#toppage-info dl {
    margin-top: -10px;
}

#toppage-info dd {
    padding-left: 132px;
    min-height: 105px;
    padding-bottom: 5px;
    padding-top: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
}

#toppage-info h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 1.5;
    font-weight: bold;
    color: #46AA36;
}

#toppage-info dl:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#toppage-news h3 span.en {
    display: none;
}

#toppage-news dl:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#toppage-news dt {
    color: #204459;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    font-weight: bold;
    width: 140px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    background-image : url(Logo/pointS_9Aa.png);
    background-position: 5px 12px;
    background-repeat: no-repeat;
}

#toppage-news dd {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    padding-left: 155px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
}

*:first-child + html #toppage-news dd {
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #toppage-news dd {
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

.info-photo {
    float: left;
    padding-right: 20px;
    padding-left: 5px;
    padding-bottom: 2px;
}

.info-comment {
    margin-top: 5px;
}

#toppage-info hr {
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    clear: both;
}

/**********************************/
/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    min-width: 960px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
    font-size: 70%;
}
/* end */

/*img {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}*/

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#geoexam-container {
    background-image : url(Logo/fbg_9Aa.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

#geoexam-header {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    height: 89px;
}

#geoexam-inner {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}

.geoexam-layoutset-02 #geoexam-wrapper {
    width: 1160px; /*650px;*/
    padding-top: 5px;
    float: left;
}

.geoexam-layoutset-01 #geoexam-title {
    height: 0px;
    margin: 0px;
    padding: 0;
}

.geoexam-layoutset-02 #geoexam-title {
}

#geoexam-main {
    width: 1160px; /*650px;*/
    float: left;
    padding-bottom: 0px;
    text-align: left;
}

.geoexam-layoutset-01 #geoexam-main {
    padding-top: 20px;
}

#geoexam-aside {
    width: 250px;
    float: right;
    margin-top: 7px;
    padding-bottom: 50px;
}

.geoexam-layoutset-02 #geoexam-aside {
    margin-top: 10px;
}

#geoexam-footer {
    width : 1160px;
    height : 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    clear: both;
}

.geoexam-layoutset-01 #geoexam-nav {
    width : 960px;
    height: 39px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 0px;
    background-image : url(Logo/menuBg_9Aa_01_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.geoexam-layoutset-02 #geoexam-nav {
    width : 960px;
    height: 39px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 0px;
    background-image : url(Logo/menuBg_9Aa_01_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.geoexam-layoutset-01 {
    background-image : url(Logo/bg_9Aa_01.png);
    background-position: 0px 75px;
    background-repeat: repeat-x;
}

.geoexam-layoutset-02 {
    background-image : url(Logo/bg_9Aa_01.png);
    background-position: 0px 75px;
    background-repeat: repeat-x;
}


/* コンテンツ配置領域 */

/* ナビゲーション */
#geoexam-nav ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 1px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
}

#geoexam-nav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#geoexam-nav li {
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 38px;
    height: 39px;
    overflow: hidden;
}

* html #geoexam-nav li {
    /* ie6用ハック */
    width: 127px;
}

#geoexam-nav li a {
    display: block;
    height: 39px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

* html #geoexam-nav li a {
    /* ie6用ハック */
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

#geoexam-nav li span.en {
    display: none;
}

#geoexam-nav a:link {
    background-image : url(Logo/menuBg_9Aa_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}
#geoexam-nav a:visited {
    background-image : url(Logo/menuBg_9Aa_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}
#geoexam-nav a:hover {
    background-image : url(Logo/menuBg_9Aa_02_on.png);
    background-position: right top;
    background-repeat: no-repeat;
}
#geoexam-nav a:active {
    background-image : url(Logo/menuBg_9Aa_02_on.png);
    background-position: right top;
    background-repeat: no-repeat;
}

* html #geoexam-nav li a:link {
    /* ie6用ハック */
    background-image : url(Logo/menuBg_9Aa_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}
* html #geoexam-nav li a:visited {
    /* ie6用ハック */
    background-image : url(Logo/menuBg_9Aa_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}
* html #geoexam-nav li a:hover {
    /* ie6用ハック */
    background-image : url(Logo/menuBg_9Aa_02_on.png);
    background-position: left/* right*/;
    background-repeat: no-repeat;
}
* html #geoexam-nav li a:active {
    /* ie6用ハック */
    background-image : url(Logo/menuBg_9Aa_02_on.png);
    background-position: left/* right*/;
    background-repeat: no-repeat;
}

#geoexam-nav h3.geoexam-c-index {
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
    color: #FF0000;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#geoexam-inner #associationinfo {
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #F3F3F3;
}

#geoexam-inner #associationinfo h3 {
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 5px;
    background-color: #50A131;
    font-size: 1em;
}

#geoexam-inner #associationinfo p{ 
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
    color: #000000;
}

