﻿@charset "UTF-8";
BODY {
  background: #e7e7e7;
  margin: 0;
  padding: 0;
}

IMG {
  border: 0;
}

/* 外枠 */
DIV#outer {
  position: relative;
  text-align: left;
  width: 780px;
}

/* ヘッダエリア */
DIV#header {
  line-height: 1;
  width: 780px;
}
/* ヘッダ内メニューリンク */
DIV#header UL#header_menu {
  background: url(../images/header_j_3x6.png) repeat-x;
  clear: both;
  display: block;
  height: 27px;
  margin: 0;
  padding: 0;
  width: 780px;
}
DIV#header UL#header_menu LI {
  display: block;
  float: left;
  height: 27px;
  list-style: none;
  padding: 0;
}
DIV#header UL#header_menu LI A {
  display: block;
  height: 27px;
  text-decoration: none;
  text-indent: -1000em;
}
DIV#header UL#header_menu LI A#m_home {
  background-image: url(../images/header_j_3x1.png);
  width: 119px;
}
DIV#header UL#header_menu LI A#m_jimu {
  background-image: url(../images/header_j_3x2.png);
  width: 113px;
}
DIV#header UL#header_menu LI A#m_jrd {
  background-image: url(../images/header_j_3x3.png);
  width: 113px;
}
DIV#header UL#header_menu LI A#m_meeting {
  background-image: url(../images/header_j_3x4.png);
  width: 113px;
}
DIV#header UL#header_menu LI A#m_info {
  background-image: url(../images/header_j_3x5.png);
  width: 117px;
}
DIV#header UL#header_menu LI A:hover {
  background-position: center left;
}

/* メインエリア */
DIV#main {
  background: #ffffff url(../images/bg1.gif);
  border: #13386f solid 3px;
  clear: both;
}
DIV#main_e {
  background: #ffffff url(../images/bg1.gif);
  border: #102994 solid 3px;
  clear: both;
}

/* 検索ボックス */
FORM#search {
  margin: 5px 10px 0 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 20px;
}
FORM#search INPUT#search_box {
  width: 80px;
}

/* フッタエリア */
DIV#footer {
  clear: both;
  font-size: 80%;
  padding: 10px;
  text-align: center;
}

/* パンくずリスト */
DIV#navi {
  color: #696969;
  font-size: 12px;
  padding: 5px 0;
}
DIV#navi IMG {
  margin-right: 3px;
  vertical-align: middle;
}

/* メインメニューリスト */
DIV.menu_outer {
  float: left;
  text-align: center;
  width: 170px;
}
UL.menu,
UL.menu UL {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
UL.menu LI {
  position: relative;
}
UL.menu LI UL {
  border: #143970 solid 1px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 170px;
}
UL.menu A {
  background-color: #d2d2ff;
  border-top: #e7e7ff solid 1px;
  border-bottom: #bfbfff solid 1px;
  color: #000000;
  display: block;
  line-height: 2;
  overflow: auto;
  padding: 2px 2px 2px 10px;
  text-decoration: none;
  width: 158px;
}
UL.menu A:hover {
  background: #102994;
  border-color: #aaaaaa;
  color: #00ffff;
}
UL.menu A.menu_home {
  background-color: #7381b9;
  border-top: #102994 double 3px;
  border-bottom: #102994 double 3px;
  color: #ffffff;
}
UL.menu A:hover.menu_home {
  background-color: #7381b9;
  border-color: #102994;
  color: #00ffff;
}
UL.menu A.subfolderstyle{
background: #d2d2ff url(../images/arrow_right.gif) no-repeat 99% 50%;
}
UL.menu A.subfolderstyle:hover{
background: #102994 url(../images/arrow_right_r.gif) no-repeat 99% 50%;
}

/* About以下 */
UL.menu A.about {
	background-color: #CEE0FF;
	color: #333333;
	padding-left: 20px;
	width: 148px;
}

/* The Holly Hack for IE \*/
* HTML UL.menu LI { float: left; height: 1%; }
* HTML UL.menu LI A { height: 1%; }
/* End Holly Hack */

/* コンテンツ */
DIV.contents,
DIV.contents_e {
  background: #ffffff;
  border-left: #143970 double 3px;
  float: left;
  line-height: 1.4;
  padding: 0 15px 30px 15px;
  width: 570px;
}

/* コンテンツ内リスト */
UL.list {
  margin: 0;
  padding: 0;
}
UL.list LI {
  background: url(../images/point_gray.gif) left 8px no-repeat;
  list-style: none;
  margin-left: 10px;
  padding-left: 15px;
}
UL.list_o LI {
  background: url(../images/point_orange.gif) left 8px no-repeat;
}
UL.list A {
  left: 1ex;
}

/* ヘッドライン */
H3.dai {
  background: url(../images/hl_line.jpg) bottom left no-repeat;
  font-size: 120%;
  font-weight: bold;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  padding: 5px 0 5px 15px;
}
H4.waku {
  background: #eeeeee;
  border: #696969 1px solid;
  margin: 20px 0 5px 0;
  padding: 2px 2px 2px 10px;
}
DIV.dai_i {
  border-bottom: #c0c0c0 dotted 2px;
  margin: 30px 0 10px -5px;
  padding: 5px 0;
}
DIV.new_hl H4 {
  background: #eeeeee;
  border: #696969 1px solid;
  float: left;
  margin: 20px 0 5px 0;
  padding: 2px 2px 2px 10px;
  width: 20em;
}
DIV.new_hl DIV.more {
  float: right;
  margin: 20px 0 5px 0;
}

/* リンクポイント時動作 */
A:hover.mv_r {
  position: relative;
  left: 2px;
}
A:hover.mv_u {
  position: relative;
  bottom: 2px;
}

/* 表組み */
TABLE.hyou {
  border-collapse: collapse;
  border: #707070 solid 1px;
}
TABLE.hyou TH,
TABLE.hyou TD {
  border: #707070 solid 1px;
  padding: 5px 8px;
  vertical-align: top;
}
TABLE.hyou TH {
  background: #dbdbdb;
  white-space: nowrap;
}

DT.midashi {
  border-bottom: #102994 solid 1px;
  margin: 50px 0 15px 0;
}
DT.midashi B {
  background: #7381b9;
  border-top: #102994 solid 1px;
  border-right: #102994 solid 1px;
  border-bottom: none;
  border-left: #102994 solid 1px;
  color: #eeeeff;
  padding: 3px 10px 3px 10px;
}
P.ue {
  border-top: #c0c0c0 dotted 2px;
  color: #808080;
  font-size: 80%;
  margin: 30px 0 10px 0;
  text-align: right;
}
P.back {
  padding-top: 10px;
  text-align: center;
}
.sage {
  padding-left: 2em;
}
.sage_2nd {
  padding-left: 2em;
  text-indent: -2em;
}
.sage_2nd SPAN {
  background: #d2d2ff;
  border: #7381b9 solid 1px;
  margin-bottom: 10px;
  padding: 2px;
}

.clr_b {
  clear: both;
}

/* 青色太文字 */
.text_midashi_01 {
	font-weight: bold;
	color: #000066;
}