@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	font-family:"メイリオ"," Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Geneva, Arial, Verdana, sans-serif;
	background-color: #f9f9f9; /* 全体の背景色 */;
	color: #000000; /* 全体の文字色 */;
	font-size: 80%;
}

/* --- 全体のリンクテキスト --- */
a:link {
	color: #1B3AB4;
}
a:visited { color: #386992; }
a:hover { color: #79a7cc; }
a:active { color: #00c0c0; }

/* --- コンテナ --- */
#container {
width: 980px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background-color: #ffffff; /* コンテナの背景色 */
border-left: 1px #c0c0c0 solid; /* コンテナの左境界線 */
border-right: 1px #c0c0c0 solid; /* コンテナの右境界線 */
height:auto
}

/* --- ページ --- */
#page {
width: 890px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background: #ffffff url('image/head_back1.gif') repeat-x 0 2px; /* ページの背景（最上部のグラデーション） */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
position: relative; /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 0 10px; /* ヘッダのマージン（上、左右、下） */
padding: 15px 0 0; /* ヘッダのパディング（上、左右、下） */
}
/* --- トップページ用の設定 --- */
div.topPage #header {
margin-bottom: 3px; /* ヘッダの下マージン（上書き） */;
padding-bottom: 10px; /* ヘッダの下パディング（上書き） */
background: url('image/path_back1.gif') repeat-x 50% bottom; /* ヘッダの背景（メインメニュー下のグラデーション） */
}

/* --- Last Update --- */
#header p.update {
	margin: 0 0 3px;
/* Updateのマージン（上、左右、下） */padding: 5px 7px 7px 7px; /* Updateのパディング（上、左右、下） */
	border-bottom: 1px #c0c0c0 solid;
/*Updateの境界線 */text-align: right;
}


/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 5px 5px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch {
	margin: 0 0 0px; /* キャッチフレーズのマージン（上、左右、下） */
	padding: 0 7px 3px;
/* キャッチフレーズのパディング（上、左右、下） */border-bottom: 1px #c0c0c0 solid; /* キャッチフレーズの境界線 */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- ガイドメニュー --- */
#header ul.guide {
	position: absolute; /* 絶対配置 */;
	top: 0; /* 上からの距離 */;
	right: 10px; /* 右からの距離 */;
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url('image/menu_line_gray.gif') no-repeat left 50%; /* 項目の背景（区切り線） */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
	margin-bottom: 2px;
	margin-top: 5px;
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
	margin: 0 0 5px 0;
	height: 60px;
}

/* オープニントップイメージ */
#header div.opening topimg {
	margin: 0 0 5px 0;
	height: 60px;
}


/* --- トップイメージ --- */
#header div.topimg {
	margin-bottom: 2px;
	margin-top: 5px;
}

/* トップイメージ内の見出し */
#header div.topimg h2 {
	margin: 0 0 5px 0;
	height: 150px;
	background-image: url('image/jascc_soukai2016.gif');
}



/* --- ヘッダメニュー --- */
#header ul.nl {
border-left: 3px solid #c0c0c0;
	border-right: 3px solid #c0c0c0;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	width:894px; /* ヘッダメニューの幅 */
	margin: 0 auto; /* センタリング */
	padding: 0;
background: #f9f9f9 url('image/hor_menu3_off.gif') repeat-x 50% top; /* ヘッダメニューの背景 */
/* ヘッダメニューの境界線（色、スタイル） */
/* ヘッダメニューの境界線の太さ（上下、左右） */
	list-style-type: none;
	text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 139px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* リンクエリア */
#header ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 2px 5px; /* リンクエリアのパディング（上、左右、下） */
border-width: 1px 1px 2px; /* リンクエリアの境界線の太さ（上、左右、下） */
border-color: #ffffff #b2b2b2 #808080 #ffffff; /* リンクエリアの境界線色（上右下左） */
border-style: solid; /* リンクエリアの境界線スタイル */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #666666; /* 文字色 */
}
/* 英字部分 */
#header ul.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #999999; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header ul.nl li a:hover,
#header ul.nl li.active a {
border-bottom-color: #4682b4; /* ポイント時（アクティブ時）の下境界線色 */
color: #404040; /* ポイント時（アクティブ時）の文字色 */
}
#header ul.nl li a:hover span.en,
#header ul.nl li.active span.en {
color: #4682b4; /* ポイント時（アクティブ時）の英字の文字色 */
}

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 8px 5px; /* トピックパスのパディング（上下、左右） */
background: #f9f9f9 url('image/path_back1.gif') repeat-x 0 1px; /* トピックパスの背景 */
border-bottom: 1px #c0c0c0 solid; /* トピックパスの下境界線 */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url('image/topic_path_gray.gif') no-repeat right 50%; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ --- */
#content {
	width: 100%; /* コンテンツの幅 */;
	margin-bottom: 10px;
	height:100%  
}




/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
#main {
	float: right;
	width: 680px; /* メインカラムの幅 */;
	background: url('image/ver_separator1.gif') repeat-y 13px 0;
	height: 100%;
	font-family: メイリオ, Arial, Helvetica, sans-serif;
}

/* --- ページタイトル（下層ページ） --- */
/* 見出しエリア */
#main div.pageTitle {
margin: 0 0 15px 30px; /* 見出しエリアのマージン（上右下左） */
padding: 8px 7px; /* 見出しエリアのパディング（上下、左右） */
background: #f9f9f9 url('image/heading_back1.gif') repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}
/* 見出し */
#main div.pageTitle h1 {
margin: 0;
padding: 5px 0 2px 10px; /* 見出しのパディング（上右下左） */
border-left: 5px #4682b4 solid; /* 見出しの左境界線 */
font-size: 160%; /* 見出しの文字サイズ */
color: #2b2b2b; /* 見出しの文字色 */
line-height: 100%;
}

/* --- セクション（共通設定） --- */
#main div.section {
	padding: 0 10px 5px 0;
	margin: 0 20px 20px 30px;
	height: auto;
}

#main div.section dd {
	padding: 0 10px 0 0;
	margin: 0 20px 10px 10px;
}

#main img {
	padding: 0 10px 5px 0;
	margin: 0 20px 20px 30px;
}


/* --- 標準セクション --- */
/* 見出しエリア */
#main div.normal div.heading {
	margin-bottom: 1.2em; /* 見出しエリアの下マージン */;
	padding: 4px 4px 4px 2px; /* 見出しエリアのパディング（上下、左右） */
	border-bottom: 2px #999999 solid;
	margin-right: 1.2em;
}
/* 見出し */
#main div.normal div.heading h2 {
	margin: 0 10px 0 0;
	padding: 2px 3px 1px 5px;
/* 見出しのパディング（上右下左） */border-left: 5px #add8e6 solid;
/* 見出しの左境界線 */font-size: 130%; /* 見出しの文字サイズ */;
	color: #2b2b2b; /* 見出しの文字色 */;
	line-height: 100%;
}


/* 見出し */
#main div.normal div.heading img {
	text-align: right;
	height: 120px;
	width: 100px;
}



/* 段落 */
#main div.normal p  {
	/* 段落のマージン（上、左右、下） */font-size: 14px;
	margin-left: 10px;
}


#main div.normal p.box02 {
	/* 段落のマージン（上、左右、下） */padding: 5px;
	border: 1px #008000 solid;
	margin: 0 10px 15px 10px;
	line-height: 170%;
	background-color: #F5F5F5;
}
#main div.normal p.box03 {
	/* 段落のマージン（上、左右、下） */background: url('image/head014_04.gif') no-repeat;
	padding: 0 0 0 10px;
	margin: 10 10 10 10;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
}


/* --- 強調セクション --- */
#main div.emphasis {
	/* セクションのパディング（上、左右、下） *//* セクションの背景 */margin: 0 20px 10px 30px;
	padding: 1.1em 0 0 15px;
	background: url('image/emphasis_back1.gif') repeat-x 50%;
	border: 1px #008000 solid;
}

 /* 見出し */
#main div.emphasis h2 {
	margin: 5px 10px 13px 0; /* 見出しのマージン（上、左右、下） */
	font-size: 140%; /* 見出しの文字サイズ */;
	color: #008000; /* 見出しの文字色 */
}

/* 見出し3 */
#main div.emphasis h3 {
	margin: 0.5em 1em 0.8em 1em; /* 見出しのマージン（上、左右、下） */
	font-size: 120%; /* 見出しの文字サイズ */;
	color: #FF6600; /* 見出しの文字色 */
}

 /* 段落 */
#main div.emphasis p {
	margin: 0 1em 1.5em 1.5em; /* 段落のマージン（上、左右、下） */
	color: #2b2b2b; /* 段落の文字色 */;
	line-height: 150%; /* 行の高さ */
}

#main div.emphasis p.tx2 {
	margin: 0 1em 1.5em 2.0em; /* 段落のマージン（上、左右、下） */
	color: #2b2b2b; /* 段落の文字色 */;
	line-height: 150%; /* 行の高さ */
}


/* --- 新着情報（トップページ） --- */
#main div.update dl {
	width: 610px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
	margin: 0 auto 0 10px; /* センタリング */
}

.update p.exit {
	margin: 2em 0;
	padding: 1.5em;
	position: relative;
	background-image: url('image/heading_back_green2.gif');
}


/* --- 見出し --- */
div.section h3 {
margin: 0; /* 見出しのマージン */
padding: 6px 10px; /* 見出しのパディング（上下、左右） */
background: #f9f9f9 url(head1.gif) repeat-x top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- ボックス内の段落 --- */
div.section p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

/* 日付エリア */
#main div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}

/* 資格リスト */
#main div.list01 dt {
margin-top: 0.6em;
width: 7em;
line-height: 1.5;
}

/* --- ボックス01 --- */
div.box01 {
	font-size: 100%;
	border: 1px #808080 solid;
	width: 620px; /* ボックスの幅 */;
	padding-bottom: 1px; /* ボックスの下パディング */;
	background: #ffffff url(maru1_300_bottom.gif) no-repeat bottom;
/* ボックスの背景 */color: #000000;
	font-size: 100%;
}

/* --- ボックス01見出し --- */
div.box01 h3 {
	margin: 0;
/* 見出しのマージン */padding: 7px 10px;
/* 見出しのパディング（上下、左右） */background: #f9f9f9 url(maru4_300_top.gif) no-repeat top;
/* 見出しの背景 */border-bottom: 1px #c0c0c0 solid;
/* 見出しの下境界線 */font-size: 100%;
	color: #003300;
}

/* --- ボックス01内の段落 --- */
div.box01 p {
	margin: 0 10px 0 0;
	padding: 5px 10px 5px 20px;
/* 本文エリアのパディング（上下、左右） */
	background-color: #ffffff; /* 本文エリアの背景色 */;
	color: #2b2b2b;
	line-height: 150%;
}

div.box01 strong {
margin-left: 3px;
color: #2b2b2b;
}

div.box01_01 {
	margin-bottom: 12px; /* リスト項目の下マージン */;
	padding-bottom: 25px; /* リスト項目の下パディング */;
	background: url('image/flow_back.gif') no-repeat center bottom;
	width: 530px;
}



/* --- ボックス02内の段落 --- */
div.p {
	margin: 0 10px 0 0;
	padding: 5px 10px 5px 20px;
/* 本文エリアのパディング（上下、左右） */
	background-color: #ffffff; /* 本文エリアの背景色 */;
	color: #2b2b2b;
	line-height: 150%;
}

div.div200-hpi {
  margin: 1em 0;
}

div.div200-hpi p {
  margin: 1em 0;
}


div.div200-hpi h3 {
	margin: 1em 0 0.5em 15px;
	padding: 3px 10px;
	width: 200px;
	text-align: center;
}

div.div200-hpi ul {
  text-align: center;
}

div.div200-hpi ul li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  list-style: none;
}

div.div200-hpi ul li a img {
  border: none;
}

div.box01_02 {
	margin-bottom: 5px;
/* リスト項目の下マージン */;padding: 10px 0 0 0;
	margin: 5px 20px 10px 20px;
	padding-bottom: 10px;
	line-height: 160%;
}

div.box01_03 {
	margin-bottom: 5px;
	margin: 5px 20px 10px 30px;
/* リスト項目の下マージン */;padding-bottom: 5px;
	line-height: 160%;
}

div.box01_04 {
	margin-bottom: 5px;
	margin: 5px 20px 10px 20px;
/* リスト項目の下マージン */;padding-bottom: 5px;
	line-height: 160%;
}


/* ---理事長あいさつ --------------------------------------- */

#main div.normal p.greeting {
	/* 段落のマージン（上、左右、下） */border-bottom: #808080 solid;
	margin: 0 15px 15px 5px;
	line-height: 180%; /* 行の高さ */;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 0;
	padding-right: 10px;
	border-bottom-width: thin;
}

#main div.normal p.greetingE {
	/* 段落のマージン（上、左右、下） */margin: 10px 10px 15px 10px;
	line-height: 150%;
	font-size: 13px;
}

#main div.normal p.ttext0{
	font-size: 120%;
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	font-weight: bold;
}


#main div.normal p.mb_25{
	margin-bottom: 15px;
	margin-left: 25px;
	font-size: 14px;
	line-height: 25px;
}

#main div.normal p.mb_10{
	margin-bottom: 10px;
	font-size: 13px;
}


#main div.normal img {
	border: none;
	padding: 0 20px 10px 15px;
	margin: 0;
	text-decoration: none;
}

#main div.normal img.ot {
	padding: 0 0px 5px 0;
	margin: 5px 15px 10px 15px;
}
#main div.normal img.top {
	padding: 0 0px 10px 0;
}


/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
	margin: 0px;
	float: right;
	width: 210px;
	padding-top: 5px;
}

/* --- セクション（共通設定） --- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し */
#nav div.section h2 {
	margin: 0 0 0.7em;
/* 見出しのマージン（上、左右、下） */padding: 6px 8px 6px 8px;
/* 見出しのパディング（上下、左右） */font-size: 100%; /* 見出しの文字サイズ */;
	color: #2B2B2B; /* 見出しの文字色 */
}
/* 段落 */
#nav div.section p {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

#nav div.section p.tx3 {
margin: 0 10px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}



/* --- 標準セクション（グレー） --- */
#nav div.normal {
background-color: #f9f9f9; /* セクションの背景色 */
border: 1px #808080 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
	background: #999999 url('image/heading_back_gray2.gif') repeat-x 50% top;
	text-align: center;
}

/* --- 強調セクション1（グリーン） --- */
#nav div.emphasis {
background-color: #fffef4; /* セクションの背景色 */
border: 1px #8aab43 solid; /* セクションの境界線 */
}

/* 見出し */
#nav div.emphasis h2 {
background: #9acd32 url('image/heading_back_green2.gif') repeat-x 50% top; /* 見出しの背景 */
}

/* --- 強調セクション2（オレンジ） --- */
#nav div.strong {
background-color: #fffef4; /* セクションの背景色 */
border: 1px #ecaa36 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.strong h2 {
	background: #ffc040 url('image/heading_back_orange2.gif') repeat-x 50% top;
	text-align: center;
}

/* --- サブメニュー --- */
/* 見出し */
#nav div.subMenu h2 {
	margin: 0;
/* 見出しのマージン（上書き） */padding: 11px 0 11px 0;
/* 見出しのパディング（上書き） */
	background: #9acd32 url('image/heading_back_green2.gif') repeat-x 50% top;
/* 見出しの背景 */border: 1px #8aab43 solid;
	text-align: center;
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
}


#nav div.nav_02 h2{
	margin: 0;
	padding: 5px 0 5px 0;
	background: #FF6600 url('image/heading_back_orange2.gif') repeat-x center;
	border: 1px #8aab43 solid;
	text-align: center;
	font-size: 12px;
}

#nav div.nav_02 img{
	padding: 0px;
	margin: 10px auto 10px auto;
}




/* メニュー項目 */
#nav div.subMenu ul.nl li {
padding: 3px 1px; /* 項目のパディング（上下、左右） */
border-bottom: 1px #c0c0c0 dotted; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 10px 8px; /* リンクエリアのパディング（上下、左右） */
border-left: 4px #c0c0c0 solid; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background-color: #f9f9f9; /* ポイント時の背景色 */
border-left-color: #add8e6; /* ポイント時の左境界線色 */
text-decoration: underline; /* テキストの下線（あり） */
}


#nav div.banner {
	padding-top: 30px;
}



#nav div.banner p{
	margin: 0px;
	font-size: 13px;
	padding-bottom: 5px;
}


#nav div.banner img{
	padding-top: 20px;
	padding: 0px;
	margin: 0;
	float: right;
	width: 210px;
	height: 190px;
	text-align: center;
}



/* --- お問い合わせ --- */
#nav div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#nav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#nav div.contact p.tel {
	margin-bottom: 0.1em; /* 段落の下マージン（上書き） */;
	font-size: 120%; /* 電話番号の文字サイズ */
	font-weight: bold; /* 文字の太さ（太字） */;
	color: #2b2b2b; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#nav div.contact p.form {
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}

#nav div.section p.join {
	margin-top: 0.7em; /* 段落の上マージン（上書き） */;
	padding: 3px;
/* 段落のパディング（白フチの幅） */background-color: #FFFF99; /* 段落の背景色（白フチの色） */
	border: 1px #FF6600 solid; /* 段落の境界線（太さ、スタイル） */
	border-color: #FFC040; /* 段落の境界線色（上右下左） */
	text-align: center;
	line-height: 100%; /* 行の高さ（上書き） */
}


/* リンクエリア */
#nav div.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #3f99b3 url('image/form_back1_off.gif') repeat-x 50% top; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover {
background: #54b3cf url('image/form_back1_on.gif') repeat-x 50% top; /* ポイント時の背景 */
}

/* --- ▲サイドバー内の設定終了 --- */


/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
padding: 15px 0 20px; /* フッタのパディング（上、左右、下） */
border-top: 1px #c0c0c0 solid; /* フッタの上境界線 */
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url('image/menu_line_gray.gif') no-repeat left 50%; /* 項目の背景（区切り線） */
display: inline;
}
/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 15px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal; /* 文字のスタイル（ノーマル） */
text-align: center;
line-height: 140%; /* 行の高さ */
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 	--- */


.tbl01 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 16pt;
	padding: 0 5px 0px 0;
	white-space: nowrap;
}
	
.tbl02 {
	font-size: 10pt;
	padding: 5px 5px 5px 0;
	line-height: 150%;
	list-style-type: square;
}


/* --- リストエリア --- */
ol.flow {
	width: 580px; /* リストエリアの幅 */
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
}

/* --- リスト項目 --- */
ol.flow li {
	margin-bottom: 12px; /* リスト項目の下マージン */;
	padding-bottom: 28px; /* リスト項目の下パディング */;
	background: url('image/flow_back.gif') no-repeat center
bottom; /* リスト項目の背景 */
}
/* --- 最後のリスト項目 --- */
ol.flow li.last {
margin-bottom: 0;
padding-bottom: 0;
background-image: none;
}

/* --- ボックス --- */
ol.flow dl {
margin: 0;
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
}

/* --- タイトルエリア --- */
ol.flow dt {
padding: 9px 10px 7px; /* タイトルエリアのパディング（上、左右、下） */
background-color: #f9f9f9; /* タイトルエリアの背景色 */
border-bottom: 1px #c0c0c0 solid; /* タイトルエリアの下境界線 */
font-weight: bold;
color: #999999;
}
/* --- タイトル --- */
ol.flow dt strong {
margin-left: 3px;
color: #2b2b2b;
}

/* --- 本文エリア --- */
ol.flow dd {
	margin: 0 10px 0 0;
	padding: 15px 10px;
/* 本文エリアのパディング（上下、左右） */background-color: #ffffff; /* 本文エリアの背景色 */;
	color: #2b2b2b;
	line-height: 150%;
}


/* --- 入会案内box01 --- */
table.table01 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 350px;
	border-collapse: inherit;
	border-spacing: 2px;
	font-size: 100%;
	margin-left: 5em;
}

table.table01 caption {
  margin-top: 1em;
  text-align: right;
}

table.table01 th,
table.table01 td {
  padding: 4px 6px;
}

table.table01 th {
	background: #1B3AB4;
	text-align: center;
	white-space: nowrap;
	font-size: 100%;
	color: #FFF;
}

table.table01 td {
  text-align: right;
  white-space: nowrap;
}

table.table01 col.month {
	background: #E1E8FF;
}

table.table01 col.session {
  background: #F2F5FF;
}



/* --- 入会案内box02 --- */

table.table02 {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: inherit;
	border-spacing: 2px;
	font-size: 100%;
	margin-left: 5em;
}

table.table02 caption {
  margin-top: 1em;
  text-align: right;
}

table.table02 th,
table.table02 td {
  padding: 4px 6px;
}

table.table02 th {
	background: #1B3AB4;
	text-align: center;
	white-space: nowrap;
	font-size: 100%;
	color: #FFF;
}

table.table02 td {
  text-align: right;
  white-space: nowrap;
}

table.table02 col.month {
	background: #E1E8FF;
}

table.table02 col.session {
  background: #F2F5FF;
}


/* --- 入会金--- */

div.div020-hpl {
	margin: 1em 0 1em 5em;
	border: solid 1px #FF6464;
	width: 400px;
}

div.div020-hpl h3 {
  margin: 0 0 1em 0;
  background: #FF6464;
  padding: 5px 15px;
  color: #FFF;
}

div.div020-hpl p {
  margin: 0.5em 15px 0.5em 30px;
}

div.div020-hpl ol {
  margin-left: 0;
  padding-left: 0;
}

div.div020-hpl ol li {
  margin-left: 60px;
  list-style: outside decimal;
}


/* --- フォームエリア --- */
form.contact {
width: 700px; /* フォームエリアの幅 */
font-size: 80%;
}
/* --- フォームエリア内の段落 --- */
form.contact p {
line-height: 130%;
}
/* --- 段落内の「必須」画像 --- */
form.contact p.attention img {
vertical-align: middle;
}

/* --- テーブル --- */
form.contact table {
width: 100%; /* テーブルの幅 */
background-color: #f9f9f9; /* テーブルの背景色 */
border: 1px #c0c0c0 solid; /* テーブルの境界線 */
}
/* --- 見出しセル（th） --- */
form.contact th {
	line-height: 130%;
	width: 140px; /* 見出しセルの幅 */;
	padding: 10px 8px;
/* 見出しセルのパディング（上下、左右） */background-color: #f5f5f5; /* 見出しセルの背景色 */;
	border-bottom: 1px #c0c0c0 dotted;
/* 見出しセルの下境界線 */text-align: left;
	line-height: 130%;
}
/* --- データセル（td） --- */
form.contact td {
padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
background-color: #ffffff; /* データセルの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}
/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
color: #808080;
}
/* --- 必須項目セル --- */
form.contact td.required {
width: 26px; /* 必須項目セルの幅 */
padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
background-color: #c4e6fa; /* 必須項目セルの背景色 */
text-align: center;
}
/* --- 任意項目セル --- */
form.contact td.arbitrary {
background-color: #e0f1fc; /* 任意項目セルの背景色 */
}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
margin-bottom: 2px; /* フォーム部品の下マージン */
}
/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #name2,
#email, #address {
	width: 450px; /* フォーム部品の幅 */
}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
width: 70px; /* フォーム部品の幅 */
}
#zip1, #zip2 {
width: 70px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#message {
width: 420px; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}

/* --- ボタン --- */
form.contact p.button {
margin: 20px 0 0; /* ボタンのマージン（上、左右、下） */
text-align: center;
}
/* --- greeting 下線 --- */
.selector10{
	border-bottom: 2px solid #ccc;
	padding: .6em .8em;
	text-align: right;
}  
　
/* --- 概要表示 --- */

#main div.section gaiyou{
padding:0px;
margin:0px

}


#main div.section div.gaiyou h3 {
	background: none;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px 10px 0 10px;
	font-size: 120%;
	text-align: left;
	border-left: 8px #54B3CF groove;
	color: #003300;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1.0px;
}

}
#main div.section div.gaiyou dt {
	margin: 5px 0 0 0;
	padding-left: 15px;
}

#main div.section div.gaiyou dd {
	margin: 0 0 0 20px;
}

#main div.section div.gaiyou p.after {
	border: 2px #008000 solid;
	padding: 10px;
	border-color: #008000;
	border-width: 2px;
	margin: 0 0 15px 0;
	text-align: center;
	font-size: 18px;
	background-color: #FFFF99;
}



/* --- organization テーブル --- */

table.type04 {
	margin: 0 0 0 20px;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	width: 520;
	margin-bottom: 20px;
} 

table.type04 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align: left;
} 


table.type04 td {
	width: 200px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
} 

table.type04 td .style1 { 
width: 200px; 
padding: 10px; 
vertical-align: top; 
 border-bottom: 1px solid #ccc; 
} 


table.type05 {
	margin: 0 0 0 40px;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	width: 520;
	margin-bottom: 20px;
} 

table.type05 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	text-align: left;
} 


table.type05 td {
	width: 200px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
} 

table.type05 td .style1 { 
width: 200px; 
padding: 10px; 
vertical-align: top; 
 border-bottom: 1px solid #ccc; 
} 

#top_nav li a:hover {
	color: #CC0066;
	background-color: #FFFFFF;
}
.newStyle1 {
	color: #FF6699;
	background-color: #FFFFFF;
}



#main div.normal p.number {
	font-weight: normal;
	color: #0000FF;
	padding: 0px 0px 0px 10px;
	display: inline;
	float: left;
	width: 60px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#main div.normal p.session_sub {
	padding: 0px 0 5px 60px;
	margin: 0px 0px 10px 0px;
}
#main div.normal p.session_aut {
	padding: 0px 0 10px 70px;
	margin: 0px 0 10px 0;
	border-bottom-color: #008080;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}


sup {
	font-size: 70%;
	line-height: 100%;
}
.pagetop {
	text-align: right;

}
.sessiion_td {
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* --- poster ポスター --- */

#main p.hotel {
	background-color: #E0F1FC;
}

#main h3.pos {
	margin: 0 0 10px 15px;
	padding: 10px 10px 0 10px;
	border-left: 4px #008080 double;
	border-bottom: 1px #008080 dashed;
	font-size: 14px;
	font-weight: bold;
}


#main p.interp {
	border-bottom-color: #ADD8E6;
	border-bottom-style: solid;
	border-bottom-width: 0.5px;
	padding: 5px;
	border: thin #ADD8E6 solid;
	margin-top: 30px;
}

.p mb_10 {
	margin-bottom: 10px;
}

#main p.mb_25 {
	margin-bottom: 25px;
}

#main div.normal p.join {
	background: none;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px 10px 0 10px;
	font-size: 120%;
	text-align: left;
	border-left: 8px #54B3CF groove;
	color: #003300;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1.0px;
}

.join_tbl{
	margin: 0 0 20px 20px;
}

.join_tbl tr{
	border-bottom:#ccc 1px dotted;
	font-size:14px;
	}
	
.joint_tbl tr:first-child{
	border-top:#ccc 1px dotted;
	}
	
.join_tbl th{
	border-top: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
	font-weight: normal;
	background-color: #fefdea;
	text-align: center;
	padding: 12px 12px 12px 12px;
	border-right: #ccc 1px dotted;
	border-left: #ccc 1px dotted;
}

.join_tbl td{
	border-top: #ccc 1px dotted;
	padding: 10px 24px 10px 24px;
	border-right: #ccc 1px dotted;
	border-left: #ccc 1px dotted;
}

.join_tbl td:first-child{
	border-bottom: #ccc 1px dotted;
	border-right: #ccc 1px dotted;
}


.tline {
	font-size: 14px;
	padding: 0.5em 0 0.3em 1em;
	color: #000;
	border-bottom: 1px #000 dotted;
	padding: 4px 6px;
	margin-left: 5px;
	margin-right: 10px;
	padding-left: 20px;
}

td.ttext{
	font-size: 13px;
	color: #000;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: -15px;
}

.ttext2{
	padding: 0 0 0 20ｐｘ;
	font-size: 14px;
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
}

#main div.normal p.main_program
 {
	margin: 1.5em auto 1.5em auto;
	padding: 0.5em 0 0.3em 15px;
	border: 1px #008080 solid;
	font-size: 120%;
	color: #008080;
	width: 90%;
}

#main div.normal p.main_program2
 {
	margin: 1.5em 0;
	padding: 0.5em 0 0.3em 15px;
	border: 1px #008080 solid;
	font-size: 120%;
	color: #008080;
	width: 80%;
	margin-left: 0px;
}



#main div.normal p.auto-style1 {
	padding: 0px 0 0 55px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.auto-style2 {
	text-align: left;
}

#main div.normal p.auto-style6 {
	border-bottom: 1.0px #003300 solid;
	margin: 0px;
	padding: 1px 1px 1px 10px;
	color: #003300;
	border-left-color: #003300;
	border-left-style: solid;
	border-left-width: 3px;
}

div.subject {
	text-align: left;
	float: left;
	padding-left: 15px;
}
 div.date {
	text-align: right;
	padding-right: 30px;
}
 div.titlebar {
	background-color: #6A9A00;
	color: white;
	font-weight: bold;
	padding: 5px;
}
 
 .auto-style10 {
	margin: 0px 0px 10px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-color: #54B3CF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


/* --- プログラム --- */

table.program_btn{
	margin:8px auto 24px;
	border-collapse:collapse;
	border:none;
}
table.program_btn td{
	text-align:center;
	padding: 5px 12px;
}


table.program_navi{
	margin:8px auto 24px;
	border-collapse:collapse;
	border:none;
}
table.program_navi td{
	padding: 5px 45px 5px 12px;
}

table.program_navi li{
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url('image/navlist.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-top: 5px;
	line-height: 10px;
}

p.program_list{
	padding: 0;
	padding-left: 1.5em;
	background: url('image/icon_link.png') no-repeat left;
	margin-right: 16px;
	margin-top: 3px;
}
#program h3 {
	background: none;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px 10px 0 10px;
	font-size: 100%;
	text-align: left;
	border-left: 8px #54B3CF groove;
	background-color: #F9F9F9;
	color: #004000;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1.0px;
	font-family: メイリオ;
}
#program h4 {
	margin: 1em 0 0.25em;
	font-size: 110%;
	font-weight: bold;
	color: #555555;
	border-bottom: 1px solid #B187B9;
	padding-left:10px;
}
table.list {
	border: none;
	width: 100%;
	padding-left: 15px;
	border-bottom-color: #808080;
	border-bottom-style: dotted;
	border-bottom-width: 0.5px;
}
table.list01 {
	margin: 0 0 0 15px;
	border: none;
	width: 100%;
	padding-left: 15px;
}

table.list01 td {
	text-align: left;
	vertical-align: top;
	color: #555555;
	font-weight: bold;
	padding:0;
}

table.list01 th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 1em 0 0.5em;
	width: 8%;
}

table.list th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 1em 0 0.5em;
	width: 8%;
}

.program_date {
	background: #C4E6FA;
	font: normal normal bold 100% serif;
	padding: 0.2em 0.5em;
	margin: 1em 0 0 0;
	color: #008080;
}

.program_seminer {
	background: #C4E6FA;
	font: normal normal bold 100% serif;
	padding: 0.2em 0.5em;
	margin: 1em 0 0 0;
	color: #008080;
}

#main div.normal p.none{
	margin-bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
}

#main div.normal p.kyoiku2{
	margin-left: 15px;
	margin: 0 0 5px 15px;
	position: relative;
	padding: 0px 5px 0px 5px;
	border-left: 5px #FFC040 double;
}
#main div.normal p.kyoiku{
	margin-left: 15px;
	margin: 0 0 10px 15px;
	position: relative;
	padding: 0px 5px 0px 5px;
	border-left: 5px #FFC040 double;
}


table.program_speaker {
	margin: 0px 0px 0px 20px;
	border: none;
	width: 100%;
	line-height: 25px;
	padding-top: 0px;
}

table.program_speaker_02{
	border: none;
	width: 100%;
	margin-left: 10px;
	line-height: 25px;	
}

table.program_speaker_03 {
	margin: 0px 0px 0px 20px;
	border: none;
	width: 80%;
	line-height: 18px;
	padding-top: 0px;
}


table.program_speaker_line{
	margin: 0px 0px 20px 30px;
	border: none;
	width: 100%;
	line-height: 25px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: dotted;
	border-bottom-width: 1.0px;
}

table.program_speaker02 {
	border: none;
	width: 100%;
	margin-left: 5px;
	line-height: 25px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}


table.program_speaker01 {
	width: 100%;
	margin-top: 0.5em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}

table.program_speaker td {
	text-align: left;
	vertical-align: top;
	padding: 0;
}
table.program_speaker_03 td {
	vertical-align: top;
	padding: 0;
	width: 10%;
}
table.program_speaker_03 th {
	font: 95%;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	color: #004000;
	padding: 0 0 0 0.5em;
	width: 30%;
	height: 10px;
}

table.program_speaker th {
	font: 95%;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	color: #004000;
	padding: 0 0 0 0.5em;
	width: 10%;
}

table.program_speaker03 td first {
	text-align: left;
	vertical-align: top;
	padding: 0;
}
table.program_speaker03 th first {
	font: 95%;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	color: #004000;
	padding: 0 0 0 0.5em;
	width: 10%;
}


table.program_speaker_line td {
	text-align: left;
	vertical-align: top;
	padding: 0;
}
table.program_speaker_line th {
	font: 95%;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	color: #004000;
	padding: 0 0 0 0.5em;
	width: 10%;
}

table.program_speaker02 td {
	text-align: left;
	vertical-align: top;
	padding: 0;
	width: 30%;
}
table.program_speaker02 th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 10%;
	font-size: 90%;
}

table.program_speaker02 td.ac {
	vertical-align: top;
	white-space: nowrap;
	padding: 0 0 0 0;
	font-size: 12px;
}

table.program_speaker02 td.cc {
	vertical-align: top;
}


td.ac {
	vertical-align: top;
	white-space: nowrap;
	padding: 0 0.5em 0 10px;
	width: 10%;
	font-size: 12px;
}

td.cc {
	vertical-align: top;
}

p.boder01{
	border-bottom-color: green;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
}

#program.navi.box01 {
	display: block;
	float: left;
	padding: 10px;
	width: 350px;
}

#program.navi dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#program p.title02{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1.0px #1B3AB4 solid;
	color: #1B3AB4;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

table.access_btn{
	margin: 20px auto 24px auto;
	border-collapse: collapse;
	border: none;
}
table.accsess_btn td{
	text-align:center;
	padding: 5px 12px;
}

.title02{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1.5px #1B3AB4 solid;
}
.title05{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1.0px #1B3AB4 solid;
}

.font15{
	font-size:15px
}

#main div.normal p.titel05 {
	background: none;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	padding: 3px 10px 0 10px;
	font-size: 120%;
	text-align: left;
	border-left: 8px #54B3CF groove;
	color: #003300;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1.0px;
}


table.coi {
  margin-top:0.5em;
  margin-bottom: 1em;
  width:95%;
  border-collapse : collapse ;
  margin-left: auto;
　margin-right: auto
}
table.coi td {
	border: 0.5px #008080 solid;
	padding: 0.3em 0 0 0.5em;
	vertical-align: middle;
	text-align: center;
}
table.coi td.left {
  text-align: left;
}
table.coi th {
	border:0.5px #008080 solid;
	background-color: #E1E8FF;
	padding: 0.3em 0.5em;
	font-weight: normal;
}
