@charset "Shift_JIS";

/* --- タイプ2 デザイン1 --- */


/* --- 全体の背景・テキスト --- */
body {
min-width: 880px; /* 全体の最小幅 */
margin: 0;
padding: 0;
background-color: #cfdce3; /* 全体の背景色 */
color: #404040; /* 全体の文字色 */
font-size: 80%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #000090; }
a:hover { color: #008080; }
a:active { color: #008080; }

/* --- コンテナ --- */
#header div.container,
#manu div.container,
#content div.container,
#footer div.container {
width: 880px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
}


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

/* --- ヘッダ --- */
#header{
padding-bottom: 1px; /* ヘッダの下パディング */
background-color: #ffffff; /* ヘッダの背景色 */
}

/* --- トップエリア --- */
#header div.top {
margin-bottom: 0px; /* トップエリアの下マージン */
padding: 13px 0 8px; /* トップエリアのパディング（上、左右、下） */
background: url(../image/top_back1.gif) repeat-x top; /* トップエリアの背景 */
border-bottom: 1px #098b09 solid; /* 下境界線 */
height: 66px;
}

#header div.ca {
	float: left;
	width: 580px;
}

#header div.gu {
	float: right;
	width: 300px;
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0px;
font-size: 12px;
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle {
margin: 16px 0 0; /* サイトタイトルのマージン（上、左右、下） */
float: left;
}
/* サイトタイトルの画像 */
#header h1.siteTitle img {
border: none;
}
/* --- サイトタイトル◆下層ページ用◆ --- */
#header p.siteTitle {
margin: 16px 0 0; /* サイトタイトルのマージン（上、左右、下） */
float: left;
}
/* サイトタイトルの画像 */
#header p.siteTitle img {
border: none;
}

/* --- ガイドメニュー --- */
#header ul.guide {
margin-top: 0px;
margin-bottom: 0px;
list-style-type: none;
float: right;
}

/* メニュー項目 */
#header ul.guide li {
margin-top: 0px;
margin-bottom: 14px;
padding: 0px 4px 0 0; /* 項目のパディング（上右下左） */
border-right: 1px #e0e0e0 solid;
float: left;
}

#header ul.guide li.last {
display: inline;
padding: 0px 4px 0 4px; /* 項目のパディング（上右下左） */
border-right: 0;
float: left;
}

#header ul.guide li a img {
border: 0px;
}

#header p.tel {
margin-left: 0px;
margin-bottom: 0px;
}

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

/* --- ヘッダメニュー --- */
#header div.nl {
background: url(../image/manu_bg.png) repeat-x top; /* ヘッダメニューの背景 */
border-top: 1px #098b09 solid; /* 上境界線 */
border-bottom: 0px #098b09 solid; /* ヘッダメニューの下境界線 */
}
/* --- メニュー本体 --- */
#header div.nl ul {
width: 878px; /* メニュー本体の幅（コンテナの幅から2px引いた値） */
height: 46px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
border-left: 0px #098b09 solid; /* メニュー本体の左境界線 */
border-right: 1px #098b09 solid; /* メニュー本体の右境界線 */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header div.nl li {
width: 146px; /* 項目の幅 */
height: 46px;
background: url(../image/manu_bg_off.png) repeat-x top;
float: left;
font-size: 12px;
}
/* 最初の項目と最後の項目 */
#header div.nl li.first,
#header div.nl li.last {
width: 147px; /* 項目の幅 */
}
/* リンクエリア */
#header div.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 7px 2px 0px; /* リンクエリアのパディング（上、左右、下） */
border-left: 1px #098b09 solid; /* リンクエリアの左境界線 */
border-right: 1px #757272 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* 文字色 */
height: 38px;
}
/* 英字部分 */
#header div.nl li a span.en {
display: block;
margin-top: 1px; /* 英字部分の上マージン */
font-size: 10px; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル） */
color: #eee8aa; /* 英字の文字色 */
}
/* ポイント時とアクティブ時の設定 */
#header div.nl li a:hover,
#header div.nl li.active a {
background: url(../image/manu_bg_on.png) repeat-x top; /* ポイント時（アクティブ時）の背景 */
height: 38px;
}
#header div.nl li a:hover span.en,
#header div.nl li.active span.en {
color: #fde337; /* ポイント時（アクティブ時）の英字の文字色 */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
padding: 0px 0; /* オープニングエリアのパディング（上下、左右） */
background: #e8f8fd url(../image/opening_back1.gif) repeat-x top; /* オープニングエリアの背景 */
border-top: 1px #e0e0e0 solid; /* 上境界線 */
border-bottom: 1px #eef7fe solid; /* オープニングエリアの下境界線 */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
/* オープニングエリア内の見出し（下層ページ） */
#header div.opening p.opening {
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

/* --- トピックパス（下層ページ） --- */
#header div.topicPath {
margin: 0;
padding: 7px 2px; /* トピックパスのパディング（上下、左右） */
background-color: #cfdce3; /* トピックパスの背景色 */
}
#header div.topicPath ol {
margin: 0;
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#header div.topicPath li {
display: inline;
}
/* リンクエリア */
#header div.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/topic_path_gray.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

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

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


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

/* --- コンテンツ --- */
#content {
padding: 32px 0 10px; /* コンテンツのパディング（上、左右、下） */
background: #ffffff url(../image/content_back1.gif) repeat-x 0 -5px; /* コンテンツの背景 */
}


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

/* --- メインカラム --- */
#main {
float: left;
width: 660px; /* メインカラムの幅 */
}

/* --- セクション（共通設定） --- */
#main div.section {
margin: 0 0 2em 20px; /* セクションのマージン（上右下左） */
}

/*　.トップページ
------------------------------------------------------------------*/

#main h2.subTitle {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	font-weight : bold; /* 太文字 */ 
	font-size: 16px; /* 文字の大きさ*/ 
	line-height: 36px; /* 文字の高さの位置*/ 
	background: url(../image/subtitle_01.png) no-repeat;
	padding-left: 40px; /* 文字の始まりの位置*/
	color:#ffffff; /* 文字の色*/
	height: 34px; /* 画像の高さ*/
	width: 600px;
}

#main table.column {
	border: 0;
	width: 633px;
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: 15px;	
}

#main table.column td. {
	vertical-align: top;
	text-align: left;
	width: 479px;
}

#main table.column td.col p.col {
	margin: 0px 10px 0px 10px; /* （上右下左） */
	font-size: 100%;
	line-height: 120%;
}

#main table.column td.icon {
	vertical-align: top;
	text-align: left;
	width: 162px;
	margin-right: 10px;
}

#main table.m_ban_l {
	border: 1px #999999 solid;
	width: 303px;
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 0px;
	float: left;	
}

#main table.m_ban_r {
	border: 1px #999999 solid;
	width: 303px;
	margin-top: 0px;
	margin-left: 11px;
	margin-bottom: 0px;
	float: left;	
}

#main table.m_ban_l img {
	border: 0;
}

#main table.m_ban_l a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

#main table.m_ban_r img {
	border: 0;
}

#main table.m_ban_r a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

#main h3.collead {
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 0px;
	line-height: 0px; /* 文字の高さの位置*/ 
	border-bottom: 1px dotted #999999;
	padding-left: 0px; /* 文字の始まりの位置*/
	height: 30px; /* 画像の高さ*/
	width: 610px;
}

#main table.lead {
	border: 0;
	width: 610px;
	margin-top: 6px;
	margin-left: 14px;
	margin-bottom: 15px;
	background-color: #dce9fb;
}

#main table.lead td.lead {
	vertical-align: top;
	text-align: left;
}

#main table.lead td.lead p.lead {
	margin: 0px 10px 0px 10px; /* （上右下左） */
	font-size: 100%;
	line-height: 120%;
}

#main h3.colTitle {
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 0px;
	font-weight : bold; /* 太文字 */ 
	font-size: 100%; /* 文字の大きさ*/ 
	line-height: 18px; /* 文字の高さの位置*/ 
	border-bottom: 1px dotted #999999;
	background: url(../image/col_arrow_01.gif) no-repeat left;
	padding-left: 20px; /* 文字の始まりの位置*/
	color:#05558c; /* 文字の色*/
	height: 18px; /* 画像の高さ*/
	width: 588px;
}

#main table.contactban {
	border: 0;
	width: 625px;
	height: 98px;
	background-image: url(../image/contactus_ban.png);
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 10px;
}

#main table.contactban th {
	vertical-align: middle;
	text-align: center;
	width: 240px;
}

#main table.contactban td.space {
	height: 34px;
}

#main table.contactban td {
	vertical-align: middle;
	text-align: center;
}

#main table.contactban img {
	border: 0;
}

#main table.contactban a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/* 数字 */
#main h3.colTitle_n1 {
	margin-top: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	font-weight : bold; /* 太文字 */ 
	font-size: 100%; /* 文字の大きさ*/ 
	line-height: 19px; /* 文字の高さの位置*/ 
	background: url(../image/c_1.gif) no-repeat left;
	padding-left: 20px; /* 文字の始まりの位置*/
	color:#05558c; /* 文字の色*/
	height: 20px; /* 画像の高さ*/
	width: 604px;
}

#main h3.colTitle_n2 {
	margin-top: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	font-weight : bold; /* 太文字 */ 
	font-size: 100%; /* 文字の大きさ*/ 
	line-height: 19px; /* 文字の高さの位置*/ 
	background: url(../image/c_2.gif) no-repeat left;
	padding-left: 20px; /* 文字の始まりの位置*/
	color:#05558c; /* 文字の色*/
	height: 20px; /* 画像の高さ*/
	width: 604px;
}

#main h3.colTitle_n3 {
	margin-top: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	font-weight : bold; /* 太文字 */ 
	font-size: 100%; /* 文字の大きさ*/ 
	line-height: 19px; /* 文字の高さの位置*/ 
	background: url(../image/c_3.gif) no-repeat left;
	padding-left: 20px; /* 文字の始まりの位置*/
	color:#05558c; /* 文字の色*/
	height: 20px; /* 画像の高さ*/
	width: 604px;
}

#main h3.colTitle_n4 {
	margin-top: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	font-weight : bold; /* 太文字 */ 
	font-size: 100%; /* 文字の大きさ*/ 
	line-height: 19px; /* 文字の高さの位置*/ 
	background: url(../image/c_4.gif) no-repeat left;
	padding-left: 20px; /* 文字の始まりの位置*/
	color:#05558c; /* 文字の色*/
	height: 20px; /* 画像の高さ*/
	width: 604px;
}

#main h3.colTitle_n5 {
	margin-top: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	font-weight : bold; /* 太文字 */ 
	font-size: 100%; /* 文字の大きさ*/ 
	line-height: 19px; /* 文字の高さの位置*/ 
	background: url(../image/c_5.gif) no-repeat left;
	padding-left: 20px; /* 文字の始まりの位置*/
	color:#05558c; /* 文字の色*/
	height: 20px; /* 画像の高さ*/
	width: 604px;
}

/*　.下層ページ（コンテンツメニュー
------------------------------------------------------------------*/
/* --- ページタイトル --- */
#main h1.pageTitle {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-left: 0px; /* 文字の始まりの位置*/
	width: 600px;
}

/* 画像 */
#main h2.midashi {
	margin-top: 10px;
	margin-left: 19px;
	margin-bottom: 25px;
}

#main p.col {
	margin: 0px 30px 15px 14px; /* （上右下左） */
	font-size: 100%;
	line-height: 120%;
}

#main p.point {
	margin: 0px 30px 15px 14px; /* （上右下左） */
	font-size: 100%;
	line-height: 120%;
	font-weight : bold;
	color:#125901;
}

/* 画像あり */
#main table.colapic {
	border: 0;
	width: 608px;
	margin: 0px 30px 15px 14px; /* （上右下左） */
}

#main table.colapic td.pic {
	width: 160px;
	vertical-align: top;
	text-align: left;
}

#main table.colapic td.col {
	width: 444px;
	vertical-align: top;
	text-align: left;
	font-size: 100%;
	line-height: 120%;
}

#main table.colapic td.dpage {
	width: 444px;
	vertical-align: middle;
	text-align: right;
}

#main h3.serTitle {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #666464 dotted;
	height: 23px; /* 画像の高さ*/
	width: 614px;
}

/* h2バージョン（地図・交通）*/
#main h2.serTitle_2 {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #666464 dotted;
	height: 23px; /* 画像の高さ*/
	width: 614px;
}

#main h3.column_title {
	color: #125901;
	font-size: 14px;
	background: url(../image/column_title_bg.png) no-repeat;
	margin-left: 10px;
	padding-left: 16px;
	padding-top: 4px;
	line-height: 22px;
	width: 600px;
	height: 33px;
}

/* 枠（経営計画） */
#main table.tar_waku_02 {
	border: 0;
	width: 608px;
	margin-top: 0px;
	margin-left: 19px;
	margin-bottom: 15px;
	background: url(../image/tar_waku_bg_02.png) no-repeat; /* オープニングエリアの背景 */
}

#main table.tar_waku_02 td.spe_01 {
	width: 156px;
	height: 38px;
}

#main table.tar_waku_02 td.spe_02 {
	width: 452px;
	height: 38px;
}

#main table.tar_waku_02 td.spe_03 {
	width: 156px;
	height: 91px;
}

#main table.tar_waku_02 td.tar {
	width: 452px;
	height: 91px;
}

#main table.tar_waku_02 td.tar p.tar {
	margin: 4px 12px 4px 12px; /* （上右下左） */
	font-size: 13px;
	line-height: 120%;
}

/* 枠（経理） */
#main table.tar_waku_03 {
	border: 1px #666464 dotted;
	width: 608px;
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 25px;
	background: #e3ecfa;
}

#main table.tar_waku_03 td.com {
	vertical-align: top;
	text-align: left;
	width: 508px;
}

#main table.tar_waku_03 td.com p.tar {
	margin: 4px 0 4px 12px; /* （上右下左） */
	font-size: 100%;
	line-height: 120%;
}

#main table.tar_waku_03 td.pic {
	vertical-align: middle;
	text-align: center;
	width: 100px;
}

#main table.support {
	border: 0;
	width: 400px;
	margin-top: 0px;
	margin-left: 36px;
	margin-bottom: 25px;
}

#main table.support td {
	width: 196px;
	vertical-align: middle;
	text-align: center;
}

#main table.support img {
	border: 0;
}

#main table.support a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/* 枠 */
#main table.tar_waku {
	border: 1px #666464 dotted;
	width: 610px;
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 15px;
	background: #d8ffd7;
}

#main table.tar_waku td p.tar {
	margin: 4px 12px 4px 12px; /* （上右下左） */
	font-size: 100%;
	line-height: 120%;
}

/* ニュース */

#main h3.serTitle_ud {
	margin-top: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #666464 dotted;
	height: 23px; /* 画像の高さ*/
	width: 614px;
}

#main div.update dl {
	width: 596px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
	margin-top: 0px;
	margin-left: 0px;
}

/* 日付エリア */
#main div.update dt {
	font-weight : bold;
	width: 6.5em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 0px; /* 日付エリアのパディング（上右下左） */
	line-height: 100%; /* 行の高さ */
	font-size: 13px;
}

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

/* 本文エリア */
#main div.update dd.li {
	margin: 0;
	padding: 7px 5px 0px 0px; /* 本文エリアのパディング（上右下左） */
	border-bottom: 0px; /* 本文エリア下境界線 */
	line-height: 100%; /* 行の高さ */
	font-size: 13px;
	text-align: right;
}

/*　.下層ページ（グランドメニュー
------------------------------------------------------------------*/
/* --- ページタイトル --- */
#main h1.g_pageTitle {
	margin-top: 0px;
	margin-left: 19px;
	margin-bottom: 0px;
	font-weight : bold; /* 太文字 */ 
	font-size: 140%; /* 文字の大きさ*/ 
	line-height: 78px; /* 文字の高さの位置*/ 
	padding-left: 27px; /* 文字の始まりの位置*/
	background: url(../image/pagetitle_back2.gif) repeat-x; /* オープニングエリアの背景 */
	color:#ffffff; /* 文字の色*/
	height: 68px; /* 画像の高さ*/
	width: 612px;
}

/* --- トピックパス --- */
/* --- リストエリア --- */
ol.topicPath {
	margin-top: 8px;
	margin-left: 2px;
	margin-bottom: 45px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
}

/* --- リスト項目 --- */
ol.topicPath li {
	display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
	margin-right: 6px; /* リンクエリアの右マージン */
}

/* --- 概要 --- */
#main div.about dl {
	width: 608px; /* （メインカラムの幅から40px引いた値） */
	margin-top: 25px;
	margin-left:14px;
}

/* 項目 */
#main div.about dt {
	font-weight : bold;
	width: 6.5em;
	float: left;
	padding: 12px 20px 12px 20px; /* 日付エリアのパディング（上右下左） */
	line-height: 100%; /* 行の高さ */
}

/* 内容 */
#main div.about dd {
	margin: 0;
	padding: 12px 0 12px 3px; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 100%; /* 行の高さ */
}

#main table.ceo {
	border: 4px #d8ffd7 solid;
	width: 600px;
	margin-top: 20px;
	margin-left: 14px;
	margin-bottom: 20px;
}

#main table.ceo th {
	border-bottom: 1px #c0c0c0 dotted;
	width: 448px;
	vertical-align: top;
	text-align: left;
}

#main table.ceo th p.keireki {
	font-weight : bold; /* 太文字 */ 
	font-size: 120%; /* 文字の大きさ*/ 
	padding-left: 6px; /* 文字の始まりの位置*/
	color:#125901; /* 文字の色*/
}

#main table.ceo td.pic {
	width: 170px;
	height: 180px;
	vertical-align: top;
	text-align: center;
}

#main table.ceo td.nam {
	width: 170px;
	vertical-align: top;
	text-align: center;
}

#main table.ceo td.col {
	width: 448px;
	vertical-align: top;
	text-align: left;
}

/* 挨拶 */
#main table.ceo td.ban {
	vertical-align: top;
	text-align: left;
}

#main table.ceo td.com {
	vertical-align: top;
	text-align: left;
}

#main table.ceo td.com p.com {
	padding-left: 16px;
	padding-right: 16px;
}

#main table.ceo td.sin {
	vertical-align: top;
	text-align: right;
}

/* 事務所概要下段 */
#main table.about_ban {
	border: 1px #016501 solid;
	width: 200px;
	margin-top: 10px;
	margin-left: 14px;
	margin-bottom: 30px;
	float: left;
}

#main table.about_ban td {
	vertical-align: top;
	text-align: center;
}

#main table.about_ban img {
	border: 0;
}

#main table.about_ban a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

#main table.about_ban_02 {
	border: 1px #016501 solid;
	width: 200px;
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 0px;
	margin-bottom: 30px;
	float: left;
}

#main table.about_ban_02 td {
	vertical-align: top;
	text-align: center;
}

#main table.about_ban_02 img {
	border: 0;
}

#main table.about_ban_02 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

#main table.introd_t {
	border-bottom: 1px #c0c0c0 dotted;
	width: 578px;
	margin-top: 6px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 6px;
}

#main table.introd_c {
	width: 578px;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 6px;
}

#main table.introd_c2 {
	width: 578px;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 6px;
	background: #dce9fb;
}

/* スタッフ */
#main table.staff {
	border: 1px #31ac2e solid;
	width: 305px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
	height: 429px;
}

#main table.staff td.pic {
	vertical-align: top;
	text-align: center;
	height: 158px;
}

#main table.staff td.midashi {
	vertical-align: middle;
	text-align: center;
	background: #d8ffd7;
	height: 12px;
}

#main table.staff td.com_g {
	vertical-align: top;
	text-align: left;
	height: 42px;
}

#main table.staff td.com_g p.com {
	padding-left: 8px;
	padding-right: 8px;
}

#main table.staff td.com_c {
	vertical-align: top;
	text-align: left;
}

#main table.staff td.com_c p.com {
	padding-left: 8px;
	padding-right: 8px;
}

/* 右 */
#main table.staff_r {
	border: 1px #31ac2e solid;
	width: 305px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	float: left;
	height: 429px;
}

#main table.staff_r td.pic {
	vertical-align: top;
	text-align: center;
	height: 158px;
}

#main table.staff_r td.midashi {
	vertical-align: middle;
	text-align: center;
	background: #d8ffd7;
	height: 12px;
}

#main table.staff_r td.com_g {
	vertical-align: top;
	text-align: left;
	height: 42px;
}

#main table.staff_r td.com_g p.com {
	padding-left: 8px;
	padding-right: 8px;
}

#main table.staff_r td.com_c {
	vertical-align: top;
	text-align: left;
}

#main table.staff_r td.com_c p.com {
	padding-left: 8px;
	padding-right: 8px;
}

/* スタッフ（最後の段） */
#main table.staff_l {
	border: 1px #31ac2e solid;
	width: 305px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 20px;
	float: left;
	height: 429px;
}

#main table.staff_l td.pic {
	vertical-align: top;
	text-align: center;
	height: 158px;
}

#main table.staff_l td.midashi {
	vertical-align: middle;
	text-align: center;
	background: #d8ffd7;
	height: 12px;
}

#main table.staff_l td.com_g {
	vertical-align: top;
	text-align: left;
	height: 42px;
}

#main table.staff_l td.com_g p.com {
	padding-left: 8px;
	padding-right: 8px;
}

#main table.staff_l td.com_c {
	vertical-align: top;
	text-align: left;
}

#main table.staff_l td.com_c p.com {
	padding-left: 8px;
	padding-right: 8px;
}

/* 右 */
#main table.staff_lr {
	border: 1px #31ac2e solid;
	width: 305px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
	height: 429px;
}

#main table.staff_lr td.pic {
	vertical-align: top;
	text-align: center;
	height: 158px;
}

#main table.staff_lr td.midashi {
	vertical-align: middle;
	text-align: center;
	background: #d8ffd7;
	height: 12px;
}

#main table.staff_lr td.com_g {
	vertical-align: top;
	text-align: left;
	height: 42px;
}

#main table.staff_lr td.com_g p.com {
	padding-left: 8px;
	padding-right: 8px;
}

#main table.staff_lr td.com_c {
	vertical-align: top;
	text-align: left;
}

#main table.staff_lr td.com_c p.com {
	padding-left: 8px;
	padding-right: 8px;
}

/* お客様の声 */
#main table.cust_01 {
	border: 4px #d8ffd7 solid;
	width: 620px;
	margin-top: 20px;
	margin-left: 9px;
	margin-bottom: 20px;
	background: #ffffff url(../image/customer_bg_01.png) no-repeat;
	height: 144px;
}

#main table.cust_01 td.bla {
	height: 56px;
}

#main table.cust_01 td.pic {
	vertical-align: top;
	text-align: center;
	width: 120px;
}

#main table.cust_01 td.com {
	vertical-align: top;
	text-align: left;
	padding-left: 8px;
	width: 330px;
}

#main table.cust_01 td.ban {
	vertical-align: middle;
	text-align: center;
	width: 160px;
}

#main table.cust_01 img {
	border: 0;
}

#main table.cust_01 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/* お客様の声02 */
#main table.cust_02 {
	border: 4px #d8ffd7 solid;
	width: 620px;
	margin-top: 20px;
	margin-left: 9px;
	margin-bottom: 20px;
	background: #ffffff url(../image/customer_bg_02.png) no-repeat;
	height: 144px;
}

#main table.cust_02 td.bla {
	height: 56px;
}

#main table.cust_02 td.pic {
	vertical-align: top;
	text-align: center;
	width: 120px;
}

#main table.cust_02 td.com {
	vertical-align: top;
	text-align: left;
	padding-left: 8px;
	width: 330px;
}

#main table.cust_02 td.ban {
	vertical-align: middle;
	text-align: center;
	width: 160px;
}

#main table.cust_02 img {
	border: 0;
}

#main table.cust_02 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/* お客様の声03 */
#main table.cust_03 {
	border: 4px #d8ffd7 solid;
	width: 620px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
	background: #ffffff url(../image/customer_bg_03.png) no-repeat;
}

#main table.cust_03 td.bla {
	height: 56px;
}

#main table.cust_03 td.pic {
	vertical-align: top;
	text-align: center;
	width: 120px;
}

#main table.cust_03 td.com {
	vertical-align: top;
	text-align: left;
	width: 330px;
}

#main table.cust_03 td.ban {
	vertical-align: middle;
	text-align: center;
	width: 160px;
}

#main table.cust_03 img {
	border: 0;
}

#main table.cust_03 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/* お客様の声（下層） */
#main table.ceo td.custom {
	vertical-align: top;
	text-align: left;
	height: 60px;
}

#main table.ceo td.custom_pic {
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
}

#main table.ceo td.midashi {
	vertical-align: middle;
	text-align: center;
	background: #d8ffd7;
	height: 20px;
}

/*　.所長挨拶
------------------------------------------------------------------*/
/* --- ボックス --- */
#main div.gr_section {
width: 634px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #ffffff url(../image/greeting_bg.gif) repeat-x top; /* ボックスの背景 */
margin-top: 5px;
margin-left: 0px;
margin-bottom: 15px;
}

/* --- 見出し --- */
#main div.gr_section h2.greet {
margin-top: 0px; /* 見出しのマージン */
margin-bottom: 0px; /* 見出しのマージン */
padding: 16px 10px 0px; /* 見出しのパディング（上、左右、下） */
height: 178px;
}

/* --- ボックス内の段落 --- */
#main div.gr_section table.greet {
	border: 0;
	width: 620px;
	margin-top: 0px;
}

#main div.gr_section table.greet td.com {
	vertical-align: top;
	text-align: left;
}

#main div.gr_section table.greet td.com p.com {
	margin: 4px 8px 6px 18px; /* （上右下左） */
	font-size: 100%;
	line-height: 120%;
}

/* プライバシー */
#main table.ceo td.pri {
	vertical-align: top;
	text-align: right;
	padding-right: 20px;
}

#main ul.privacy {
	list-style-type: none;
}

#main ul.privacy li {
	background: url(../image/arrow2.gif) no-repeat left center;
	padding-left: 14px;
}

/* 書籍_01 */
#main table.report_01 {
	border: 1px #238700 solid;
	background: url(../image/books_bg_01.png) no-repeat;
	width: 608px;
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 10px;
	height: 180px;
}

#main table.report_01 td.blank_01 {
	width: 155px;
	height: 65px;
}

#main table.report_01 td.blank_02 {
	width: 453px;
	height: 65px;
}

#main table.report_01 td.blank_03 {
	width: 155px;
	height: 115px;
}

#main table.report_01 td.cont {
	width: 453px;
	height: 65px;
	vertical-align: top;
	text-align: left;
	padding-right: 6px;
}

/* 書籍_02 */
#main table.report_02 {
	border: 1px #238700 solid;
	background: url(../image/books_bg_02.png) no-repeat;
	width: 608px;
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 30px;
	height: 180px;
}

#main table.report_02 td.blank_01 {
	width: 155px;
	height: 65px;
}

#main table.report_02 td.blank_02 {
	width: 453px;
	height: 65px;
}

#main table.report_02 td.blank_03 {
	width: 155px;
	height: 115px;
}

#main table.report_02 td.cont {
	width: 453px;
	height: 65px;
	vertical-align: top;
	text-align: left;
	padding-right: 6px;
}

/* よくある質問 */
#main table.faq_waku {
	border: 1px #d8ffd7 solid;
	width: 620px;
	margin-top: 0px;
	margin-left: 9px;
	margin-bottom: 15px;
}

#main table.faq_waku td.que {
	vertical-align: middle;
	text-align: left;
	background: #d8ffd7;
}

#main table.faq_waku td.que h2.faq_Title {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-weight : bold; /* 太文字 */ 
	font-size: 13px; /* 文字の大きさ*/ 
	line-height: 32px; /* 文字の高さの位置*/ 
	background: url(../image/arrow_que.gif) no-repeat left;
	padding-left: 30px; /* 文字の始まりの位置*/
	height: 30px; /* 画像の高さ*/
}

#main table.faq_waku td.ans_pic {
	vertical-align: top;
	text-align: right;
	width: 46px;
}

#main table.faq_waku td.ans {
	vertical-align: top;
	text-align: left;
	width: 574px;
}

#main table.faq_waku td.ans p.ans {
	padding: 4px 12px 4px 2px; /* （上右下左） */
	font-size: 100%;
	line-height: 120%;
}

/* メルマガ */
#main table.melm {
	margin-top: 0px;
	margin-left: 14px;
	margin-bottom: 10px;
	border: 0;
	width: 608px;
}

/*　.メルマガバック
------------------------------------------------------------------*/
#main div.column dl {
	width: 608px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
}

/* 日付エリア */
#main div.column dt {
	font-weight : bold;
	width: 6.5em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 100%; /* 行の高さ */
}

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

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

/*　フォーム（初期調査）
------------------------------------------------------------------*/
/* --- フォームエリア --- */
form.res_app {
	margin-top: 20px;
	margin-left: 14px;
	margin-bottom: 15px;
	width: 608px; /* フォームエリアの幅 */
	font-size: 100%;
}
/* --- フォームエリア内の段落 --- */
form.res_app p.com {
	font-size: 100%;
	line-height: 120%;
}
/* --- 段落内の「必須」画像 --- */
form.res_app p.attention img {
	vertical-align: middle;
}

/* --- 部品グループ --- */
form.res_app div.fields {
	margin-bottom: 20px; /* 部品グループの下マージン */
	padding: 2px; /* 部品グループのパディング */
	background-color: #f9f9f9; /* 部品グループの背景色 */
	border: 1px #c0c0c0 solid; /* 部品グループの境界線 */
}

/* --- テーブル --- */
form.res_app table {
	width: 100%; /* テーブルの幅 */
	border: 1px solid; /* テーブルの境界線 */
	border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
}
/* --- キャプション --- */
form.res_app caption {
	margin-bottom: 2px; /* キャプションの下マージン */
	padding: 10px 8px; /* キャプションのパディング（上下、左右） */
	background: #f9f9f9 url(../image/caption_back1.gif) repeat-x; /* キャプションの背景 */
	border: 1px solid; /* キャプションの境界線 */
	border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
	text-align: left;
	color: #125901; /* キャプションの文字色 */
	font-weight: bold;
}
/* --- 見出しセル（th） --- */
form.res_app th {
	width: 120px; /* 見出しセルの幅 */
	padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
	background-color: #f5f5f5; /* 見出しセルの背景色 */
	border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
	text-align: left;
	line-height: 130%;
	font-weight: normal;
}
/* --- 見出しセル内の補足テキスト --- */
	form.res_app th span.supplement {
	font-weight: normal;
}
/* --- データセル（td） --- */
form.res_app td {
	padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
	background-color: #ffffff; /* データセルの背景色 */
	border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}
/* --- データセル内の補足テキスト --- */
form.res_app td span.supplement {
	color: #808080;
}
/* --- 必須項目セル --- */
form.res_app td.required {
	width: 26px; /* 必須項目セルの幅 */
	padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
	background-color: #c7fdc7; /* 必須項目セルの背景色 */
	text-align: center;
}
/* --- 任意項目セル --- */
form.res_app td.arbitrary {
	background-color: #ebfdeb; /* 任意項目セルの背景色 */
}

/* --- フォーム部品 --- */
form.res_app input,
form.res_app select,
form.res_app textarea {
	margin-bottom: 2px; /* フォーム部品の下マージン */
}

/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #name2,
#email, #address {
	width: 360px; /* フォーム部品の幅 */
}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
	width: 70px; /* フォーム部品の幅 */
}
#zip1, #zip2 {
	width: 70px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#message {
	width: 360px; /* フォーム部品の幅 */
	height: 10em; /* フォーム部品の高さ */
}
#remark {
	width: 360px; /* フォーム部品の幅 */
	height: 6em; /* フォーム部品の高さ */
}

/* --- ボタン --- */
form.res_app p.button {
	margin: 0;
	text-align: center;
}

/*　フォーム
------------------------------------------------------------------*/
/* --- フォームエリア --- */
form.contact {
	margin-top: 20px;
	margin-left: 14px;
	margin-bottom: 15px;
	width: 608px; /* フォームエリアの幅 */
	font-size: 100%;
}
/* --- フォームエリア内の段落 --- */
form.contact p.com {
	font-size: 100%;
	line-height: 120%;
}
/* --- 段落内の「必須」画像 --- */
form.contact p.attention img {
	vertical-align: middle;
}

/* --- 部品グループ --- */
form.contact div.fields {
	margin-bottom: 20px; /* 部品グループの下マージン */
	padding: 2px; /* 部品グループのパディング */
	background-color: #f9f9f9; /* 部品グループの背景色 */
	border: 1px #c0c0c0 solid; /* 部品グループの境界線 */
}

/* --- テーブル --- */
form.contact table {
	width: 100%; /* テーブルの幅 */
	border: 1px solid; /* テーブルの境界線 */
	border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
}
/* --- キャプション --- */
form.contact caption {
	margin-bottom: 2px; /* キャプションの下マージン */
	padding: 10px 8px; /* キャプションのパディング（上下、左右） */
	background: #f9f9f9 url(../image/caption_back1.gif) repeat-x; /* キャプションの背景 */
	border: 1px solid; /* キャプションの境界線 */
	border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
	text-align: left;
	color: #125901; /* キャプションの文字色 */
	font-weight: bold;
}
/* --- 見出しセル（th） --- */
form.contact th {
	width: 140px; /* 見出しセルの幅 */
	padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
	background-color: #f5f5f5; /* 見出しセルの背景色 */
	border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
	text-align: left;
	line-height: 130%;
	font-weight: normal;
}
/* --- 見出しセル内の補足テキスト --- */
	form.contact th span.supplement {
	font-weight: normal;
}
/* --- データセル（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: #c7fdc7; /* 必須項目セルの背景色 */
	text-align: center;
}
/* --- 任意項目セル --- */
form.contact td.arbitrary {
	background-color: #ebfdeb; /* 任意項目セルの背景色 */
}

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

/* --- ボタン --- */
form.contact p.button {
	margin: 0;
	text-align: center;
}


/* ------------------------------------------------------------------*/

/* --- 標準セクション --- */
/* --- 見出しエリア --- */
#main div.normal div.heading {
margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
padding: 7px 11px; /* 見出しエリアのパディング（上下、左右） */
background: #ebf0f3 url(../image/heading_back5_6.gif ) repeat-y right; /* 見出しエリアの背景 */
}
/* 見出し */
#main div.normal h2 {
margin: 0;
padding-left: 16px; /* 見出しの左パディング */
background: url(../image/heading_square11.gif) no-repeat 0 0.15em; /* 見出しの背景（マーク） */
font-size: 130%; /* 見出しの文字サイズ */
line-height: 100%; /* 行の高さ */
}
/* 段落 */
#main div.normal p {
margin: 0 10px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 強調セクション --- */
#main div.emphasis {
margin-bottom: 3em; /* セクションの下マージン（上書き） */
padding: 0.8em 10px 0; /* セクションのパディング（上、左右、下） */
background: url(../image/emphasis_back2.gif) no-repeat top; /* セクションの背景 */
}
 /* 見出し */
#main div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
font-size: 130%; /* 見出しの文字サイズ */
color: #000000; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

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


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

/* --- サイドバー --- */
#nav {
float: right;
width: 220px; /* サイドバーの幅 */
}

#nav table.s_cm {
	border: 0;
	width: 220px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: url(../image/cm_bg.png) no-repeat;
}

#nav table.s_cm td {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
}

/* --- ▼サイドメニュー内の設定開始 --- */
/* --- ナビゲーションバー --- */
#nav div.s_menu {
width: 220px; /* ナビゲーションの幅 */
margin-top: 0px;
margin-bottom: 10px;
}

/* --- メニューエリア --- */
#nav div.s_menu ul.con {
margin: 0;
padding: 0;
border: 0; /* メニューエリアの境界線 */
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
#nav div.s_menu ul.con li {
border-top: 1px #bbd5fd solid; /* 項目の上境界線 */
border-bottom: 1px #05558c solid; /* 項目の下境界線 */
}
#nav div.s_menu ul.con li a img {
border: 0;
}

#nav table.side {
	border: 1px #999999 solid;
	width: 220px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url(../image/introduce_ban.png) no-repeat;
}

#nav table.side td {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
}

#nav table.side td img {
	border: 0;
}

#nav table.side td a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/*　.各種バナー */
#nav table.side_ban {
	border: 0;
	width: 220px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#nav table.side_ban td {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}

#nav table.side_ban td img {
	border: 0;
}

#nav table.side_ban td a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/*　.サイド：ビズアップ
------------------------------------------------------------------*/
/* --- ボックス --- */
#nav div.m_bizup {
width: 220px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #ffffff url(../image/bizup_bg.png) no-repeat bottom; /* ボックスの背景 */
margin-top: 5px;
margin-bottom: 15px;
height: 183px;
}

/* --- ボックス内の段落 --- */
#nav div.m_bizup table.biz {
	border: 0;
	width: 218px;
	margin-top: 0px;
}

#nav div.m_bizup table.biz td.bla {
	vertical-align: middle;
	text-align: left;
	padding: 0px 10px 0px 10px; /* 日付エリアのパディング（上右下左） */
	height: 50px;
}

#nav div.m_bizup table.biz td.con {
	vertical-align: middle;
	text-align: left;
	padding: 0px 10px 0px 6px; /* 日付エリアのパディング（上右下左） */
}

#nav div.m_bizup table.biz td.con a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/*　.サイド：メルマガ
------------------------------------------------------------------*/
/* --- ボックス --- */
#nav div.m_section {
width: 220px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #ffffff url(../image/melmag_c_bg.png) no-repeat bottom; /* ボックスの背景 */
margin-top: 5px;
margin-bottom: 15px;
}

/* --- 見出し --- */
#nav div.m_section h2.mel {
margin-top: 0px; /* 見出しのマージン */
margin-bottom: 0px; /* 見出しのマージン */
font-weight : bold; /* 太文字 */ 
font-size: 12px; /* 文字の大きさ*/ 
line-height: 10px; /* 文字の高さの位置*/ 
color:#016501; /* 文字の色*/
padding: 16px 8px 0px; /* 見出しのパディング（上、左右、下） */
background: url(../image/melmag_t_bg.png) no-repeat top; /* 見出しの背景 */
height: 20px;
}

/* --- ボックス内の段落 --- */
#nav div.m_section table.melcon {
	border: 0;
	width: 200px;
	margin-top: 0px;
}

#nav div.m_section table.melcon td.da {
	vertical-align: middle;
	text-align: left;
	padding: 0px 10px 0px 10px; /* 日付エリアのパディング（上右下左） */
	height: 20px;
}

#nav div.m_section table.melcon td.com {
	vertical-align: middle;
	text-align: left;
}

#nav div.m_section table.melcon td.com p.com {
	margin: 4px 10px 6px 10px; /* （上右下左） */
	font-size: 100%;
	line-height: 120%;
}

#nav div.m_section table.melcon td.com p.com strong {
	font-weight : bold; /* 太文字 */ 
	font-size: 100%; /* 文字の大きさ*/
	color:#016501; /* 文字の色*/
}

#nav div.m_section table.melcon td.con {
	vertical-align: top;
	text-align: left;
	padding: 0px 10px 6px 10px; /* 日付エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
}

#nav div.m_section table.melcon td.lin {
	vertical-align: middle;
	text-align: right;
	padding: 0px 10px 0px 10px; /* 日付エリアのパディング（上右下左） */
	height: 30px;
}

#nav div.m_section table.melcon td.lin a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

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

/* --- 標準セクション（グレー） --- */
#nav div.normal {
padding: 2px; /* セクションのパディング */
background-color: #f9f9f9; /* セクションの背景色 */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
background-color: #cfdce3; /* 見出しの背景色 */
}

/* --- 強調セクション1（水色） --- */
#nav div.emphasis {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.emphasis div.inner {
padding: 5px; /* 内部のパディング */
background: #64c2f2 url(../image/box_back_blue1.gif) repeat-x top; /* 内部の背景 */
}
/* 見出し */
#nav div.emphasis h2 {
background-color: #ffffff; /* 見出しの背景色 */
}

/* --- 強調セクション2（グリーン） --- */
#nav div.strong {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
#nav div.strong div.inner {
padding: 5px; /* 内部のパディング */
background: #a4d53b url(../image/box_back_green1.gif) repeat-x top; /* 内部の背景 */
}
/* 見出し */
#nav div.strong h2 {
background-color: #ffffff; /* 見出しの背景色 */
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
margin: 0 0 2px; /* 見出しのマージン（上書き） */
padding: 20px 9px 6px; /* 見出しのパディング（上書き） */
border-bottom: 1px #4e83b3 solid; /* 見出しの下境界線 */
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
margin-bottom: 2px; /* 項目の下マージン */
border-bottom: 1px #4e83b3 dotted; /* 項目の下境界線 */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 12px 10px; /* リンクエリアのパディング（上下、左右） */
background: #ebf0f3 url(../image/ver_menu5_6off.gif) repeat-y right; /* リンクエリアの背景 */
color: #404040; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background: #ebf0f3 url(../image/ver_menu5_6on.gif) repeat-y right; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- お問い合わせ --- */
#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: 150%; /* 電話番号の文字サイズ */
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.contact p.form a {
display: block;
position: relative; /* IE6用 */
padding: 12px 2px; /* リンクエリアのパディング（上下、左右） */
background: #3f99b3 url(../image/form_back1_off.gif) repeat-x 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 top; /* ポイント時の背景 */
}

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


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

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


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

/* --- フッタ --- */
#footer {
margin-top: 0px;
padding: 0px 0; /* フッタのパディング（上下、左右） */
background: #ffffff url(../image/foot_back.png) repeat-x top; /* フッタの背景 */
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0px 0 15px 0px; /* フッタメニューのマージン（上右下左） */
padding-top: 8px;
padding-left: 0px;
list-style-type: none;
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 7px 0 11px; /* 項目のパディング（上右下左） */
display: inline;
border-left: 1px #999999 solid;
font-size: 13px;
}
/* --- メニュー項目 --- */
#footer ul.nl li.first {
padding: 0 7px 0 4px; /* 項目のパディング（上右下左） */
display: inline;
border-left: 0;
font-size: 13px;
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 30px; /* ガイドメニューのマージン（上書き） */
}
/* --- 外部リンク --- */
#footer table.outl {
	border: 1px #b2b1b1 solid;
	width: 878px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
}

#footer table.outl td.ol {
	width: 756px;
	border-right: 1px #b2b1b1 solid;
	background: #e6effd;
}

#footer table.outl td.ol p.ol {
margin-top: 4px;
margin-left: 12px;
margin-bottom: 4px;
font-size: 13px;
}

#footer table.outl td.tl {
	width: 120px;
	vertical-align: middle;
	text-align: center;
}

#footer table.outl td.tl img {
	border: 0;
}

#footer table.outl td.tl a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/* --- エリア --- */
#footer p.area {
margin-top: 0px;
margin-left: 0px;
font-size: 13px;
}
#footer p.area strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
font-size: 13px;
}
/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
line-height: 140%; /* 行の高さ */
margin: 10px 0 0px; /* マージン（上、左右、下） */
font-size: 13px;
}
#footer address strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
font-size: 13px;
}

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

/* --- サイトマップエリア --- */
ul.sitemap {
width: 100%; /* サイトマップエリアの幅 */
margin-top: 25px;
margin-left: 9px;
padding: 0;
font-weight: bold; /* 一旦全ての文字を太字にする */
list-style-type: none;
font-size: 100%;
color: #2b2b2b;
}

/* --- 入れ子にされたリスト用 --- */
ul.sitemap ul {
margin-top: 0;
margin-left: 0;
padding: 0;
list-style-type: none;
}

/* --- 全てのリスト項目 --- */
ul.sitemap li {
padding: 1px 0 0 10px; /* 1階層目のパディング（上右下左） */
background: url(../image/v_line9.gif) no-repeat left top; /* 1階層目の背景 */
line-height: 120%;
}

/* --- 2階層目のコンテナ --- */
ul.sitemap div.contentNav {
width: 100%; /* コンテナの幅 */
margin-top: 20px; /* コンテナの上マージン */
}

/* --- セクション（2階層目のリストエリア） --- */
ul.sitemap ul.section {
width: 100%; /* セクションの幅 */
}

/* --- 2階層目以降のリスト項目 --- */
ul.sitemap ul.section li {
margin: 0 20px 20px 0; /* 2階層目のマージン（上右下左） */
width: 568px;
padding: 1px 0 10px 15px; /* 2階層目のパディング（上右下左）上書き */
background: url(../image/v_line4.gif) no-repeat 5px 0; /* 2階層目の背景 上書き */
border-bottom: 1px #c0c0c0 dotted; /* 2階層目の下境界線 */
}

/* --- 3階層目以降のリストエリア --- */
ul.sitemap ul.section ul {
margin: 7px 0 0 8px; /* 3階層目以降のマージン（上右下左） */
font-weight: normal; /* 3階層目以降の文字をノーマルの太さに戻す */
}

/* --- 3階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li {
margin: 0 0 6px 0; /* 3階層目以降のマージン（上右下左）上書き */
padding: 0 0 0 12px; /* 3階層目のパディング（上右下左）上書き */
background: url(../image/triangle5.gif) no-repeat 0 0.2em; /* 3階層目の背景 上書き */
border-bottom: none; /* 3階層目以降の下境界線 上書き */
}

/* --- 4階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li li {
padding: 0 0 0 9px; /* 4階層目以降のパディング（上右下左）上書き */
background: url(../image/square.gif) no-repeat 0 0.4em; /* 4階層目以降の背景 上書き */
}


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

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

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

