/* CSS Document */

@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
min-width: 880px; /* 全体の最小幅 */
margin: 0;
padding: 0;
background-color: #ffffff; /* 全体の背景色 */
color: #404040; /* 全体の文字色 */
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
font-size:13px;/* 全体の文字サイズ */
overflow-x: hidden;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #000066; }
a:visited { color: #000090; }
a:hover { color: #008080; }
a:active { color: #008080; }

/* --- コンテナ --- */
#header div.container,
#content div.container,
#footer div.container {
width: 880px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
}


/* --- ▼ヘッダ内設定開始 --- */

/* --- ヘッダ --- */
#header{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #009931; /* ヘッダ上境界線 */
}

/* --- トップエリア --- */
#header div.top {
	padding: 15px 0 10px; /*トップエリアのパディング（上、左右、下）*/
	background-color: #ffffff; /* トップエリアの背景色 */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #006600;
}
#header div.top div.container {
position: relative; /* 相対配置（ガイドメニューの為に設定）*/
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 0 7px; /* サイトタイトルのマージン（上、左右、下）*/
font-size: 200%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0;
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル）*/
}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 25px; /* 上からの距離 */
right: 10px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパティング（上右下左）*/
background: url(../image/menu_gray.gif) no-repeat left; /* 項目の背景（区切り線）*/
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- オープニングエリア（トップページ）--- */
#header div.opening {
padding: 8px 0; /* オープニングエリアのパディング（上下、左右）*/
background: #33CC33 url(../image/header_bg.gif) repeat top; /* オープニングエリアの背景 */
}
/* オープニングエリアの見出し */
#header div.opening h2 {
margin: 0;
}
/* --- ヘッダメニュー --- */
#header div.nl {
background: #009931 url(../image/contact_back_off.jpg) repeat-x top; /* ヘッダメニューの背景 */
border-top: 1px #006600 solid; /* ヘッダメニューの上境界線 */
border-bottom: 1px #006600 solid; /* ヘッダメニューの下境界線 */
line-height:200%;
}
/* --- メニュー本体 --- */
#header div.nl ul {
width: 878px; /* メニュー本体の幅（コンテナの幅から2px引いた値） */
margin: 0;
padding: 0;
 /*border-left: 1px #006600 solid; メニュー本体の左境界線 */
border-right: 1px #003300 solid; /* メニュー本体の右境界線 */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header div.nl li {
width: 175px; /* 項目の幅 */
float: left;
line-height: 100%;
}
/* 最初の項目と最後の項目 */
#header div.nl li.first,
#header div.nl li.last {
width: 178px; /* 項目の幅 */
}
/* リンクエリア */
#header div.nl li a {
display: block;
position: relative; /* IE6用 */
margin:0px;
padding: 10px 2px 7px; /* リンクエリアのパディング（上、左右、下） */
border-left: 1px #003300 solid; /* リンクエリアの左境界線 */
 /*border-right: 1px #006600 solid; リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* 文字色 */
}

/* 英字部分*/
#header div.nl li a span.en {
display: block;
margin-top: 2px; /* 英字部分の上マージン */
font-size: 85%; /* 英字の文字サイズ */
font-weight: normal; /* 文字の太さ（ノーマル)  */
color: #eee8aa; /* 英字の文字色 */
}

/* ポイント時とアクティブ時の設定 */
#header div.nl li a:hover,
#header div.nl li.active a {
background: #31CA32 url(../image/contact_back_on.jpg) repeat-x top; /* ポイント時（アクティブ時）の背景 */
color:#FFFFFF; /* 文字色 */
}

#header div.nl li a:hover span.en,
#header div.nl li.active span.en {
color: #FFFF99; /* ポイント時（アクティブ時）の英字の文字色 */
}




/* --- トピックス（下層ページ）--- */
#header div.topicPath {
margin: 0;
padding: 7px 2px; /* トピックパスのパディング（上下、左右） */
background: #ffffff url(../image/sab_h_bg.jpg) repeat; /* トピックスパスの背景色 */
}
#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/topics_ya.gif) no-repeat right; /*　リンクエリアの背景（区切り記号） */
}

/* --- 罫線--- */
#header hr.none {
display: none; /* 表示形式（なし）*/
}

/* --- ▲ヘッダ内の設定終了--- */


/* --- ▼コンテンツ内の設定開始--- */

/* --- コンテンツ --- */
#content {
padding: 20px 0 10px; /* コンテンツのパディング（上、左右、下）*/
}


/* --- ▼メインカラム内の設定開始--- */

/* --- メインカラム --- */
#main {
float: right;
width: 660px; /* メインカラムの幅 */
}

/* --- ページタイトル（下層ページ）*/
#main h1.pageTitle {
	margin: 0 0 15px 20px; /* ページタイトルのマージン（上右下左）*/
	padding: 6px 10px; /* ページタイトルのパディング（上下、左右） */
	background-color: #006600; /* ページタイトルの背景色 */
	font-size: 170%; /* ページタイトルの文字サイズ */
	color: #ffffff; /* ページタイトルの文字色 */
	font-weight:normal;
}

/* セクション */
#main div.section {
margin: 0 0 2em 20px; /* セクションのマージン（上右下左）*/
}

/* --- 標準セクション --- */
/* --- 見出しエリア --- */
#main div.normal div.heading {
	width: 615px; /* 見出しエリアの幅 */
	margin-bottom: 1em; /* 見出しエリアのパディング */
	background: #F5FFFA url(../image/h2_bg.jpg) no-repeat right; /* 見出しエリアの背景色 */
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
}


/* 見出し*/
#main div.normal h2 {
margin: 0;
padding: 3px 0 0 16px; /* 見出しのパディング（上右下左）*/
background: url(../image/midashi_green.jpg) no-repeat 0 0.2em; /* 見出しの左境界線 */
font-size: 120%; /* 見出しの文字サイズ */
line-height: 100%; /* 行の高さ */
font-weight:normal;
}


/* 段落 */
#main div.normal p {
margin: 0 10px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

/* --- 強調セクション --- */
#main div.emphasis {
margin-bottom: 3em; /* 
セクションの下マージン（上書き）*/
padding: 7px; /* セクションのパディング */
background: #F5FFFA url(../image/header_bg.gif); /* セクションの背景 */
}
#main div.emphasis div.inner {
padding: 1.1em 10px 1px; /* 内部のパディング（上、左右、下）*/
background-color: #ffffff; /* 内部の背景色 */
}
 /* 見出し */
#main div.emphasis h2 {
margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下）*/
font-size: 130%; /* 見出しの文字サイズ */
color: #000000; /* 見出しの文字色 */
font-weight:nomal;
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下）*/
line-height: 150%; /* 行の高さ */
}

/* --- 新着情報（トップページ）--- */
#main div.update dl {
width: 620px; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#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%; /* 行の高さ */
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */

/* --- サイドバー --- */
#nav {
	float: right;
	width: 220px; /* サイドバーの幅*/
}

/* --- セクション（共通設定）--- */
#nav div.section {
margin-bottom: 10px; /* セクションの下マージン */
}
/* 見出し*/
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下）*/
padding: 6px 6px; /* 見出しのパディング（上下、左右）*/
font-size: 110%; /* 見出しの文字サイズ */
font-weight:normal;
}
/* 段落 */
#nav div.section p {
margin: 0 4px 0.6em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（白）--- */
#nav div.normal {
padding: 2px; /* セクションのパディング */
border: 1px #e0e0e0 solid; /* セクションの境界線 */
}
/* 見出し */
#nav div.normal h2 {
		background:#009900 url(../image/side_m_bg.jpg) repeat; /* 見出しの背景色 */
}

/* --- サブメニュー --- */
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
	margin: 0; /* 見出しのマージン（上書き）*/
	padding: 6px 9px; /* 見出しのパディング（上書き） */
	background:#009900 url(../image/side_m_bg.jpg) repeat; /* 見出しの背景色 */
	font-weight:normal;
}
/* メニューエリア */
#nav div.subMenu ul.nl {
	margin: 0;
	padding: 4px 6px 2px; /* メニューエリアのパディング（上、左右、下）*/
	background:url(../image/header_bg.gif) repeat;/* メニューエリアの背景色 */
	list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
margin-bottom: 2px; /* 項目の下のマージン */
background: #f9f9f9 url(../image/menu_bg.gif) repeat-x top; /* 項目の背景 */
border: 1px solid; /* 項目の境界線（太さ、スタイル）*/
border-color: #ffffff #202020 #202020 #ffffff; /* 項目の境界線色（上右下左）*/
}



/* リンクエリア */
#nav div.subMenu ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 8px 5px 8px 15px; /* リンクエリアのパディング（上右下左） */
background: url(../image/ya_off.gif) no-repeat 4px; /* リンクエリアの背景（三角マーク） */
color: #404040; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
background: url(../image/ya_on.gif) no-repeat 4px; /* ポイント時の背景（三角マーク） */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- お問い合わせ --- */
#nav div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#nav div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
font-weight:normal;
}
/* 電話番号 */
#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: #006600 url(../image/contact_back_off.jpg) repeat-x top; /* リンクエリアの背景 */
font-size: 110%; /* リンクエリアの文字サイズ */
font-weight: bold; /* 文字の太さ（太字） */
color: #ffffff; /* リンクエリアの文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.contact p.form a:hover {
background: #F5FFFA url(../image/contact_back_on.jpg) repeat-x top; /* ポイント時の背景 */
}

/* --- ▲サイドバー内の設定終了 --- */

/* --- 罫線 --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}


/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
padding: 20px 0; /* フッタのパディング（上下、左右） */
background-image:url(../image/foot_bg.jpg);/* フッタの背景色 */
background-repeat:repeat;
}

/* --- フッタメニュー --- */
#footer ul.nl {
margin: 0 0 10px; /* フッタメニューのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
text-align: center;
color:#FFFFFF; /* 文字色 */
}
/* --- メニュー項目 --- */
#footer ul.nl li {
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_gray.gif) no-repeat left; /* 項目の背景（区切り線） */
display: inline;
}

#footer ul.nl li a {
color:#FFFF99; /* 文字色 */
}


/* 最初の項目 */
#footer ul.nl li.first {
background-image: none; /* 区切り線なし */
}
/* ガイドメニュー */
#footer ul.guide {
margin: 0 0 20px; /* ガイドメニューのマージン（上書き） */
}

/* --- アドレス・コピーライト --- */
#footer address {
font-style: normal;
text-align: center;
line-height: 140%; /* 行の高さ */
color:#FFFFFF;
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* ---サブメニュー文字-- */
.sabufont{
font-size:10px;
color:#FFFFFF;
}


/* --- 表全体（小） --- */
table.example_s {
width: 440px; /* 表の幅 */
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 100%;
}

/* --- 表タイトル --- */
table.example_s caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.example_s th,
table.example_s td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}

/* --- 1行目 --- */
table.example_s colgroup.item {
background-color: #fffce7; /* 1列目の背景色 */
}

/* --- 2列目以降 --- */
table.example_s colgroup.data {
background-color: #ffffff; /* 2列目以降の背景色 */
}

/* --- 見出しセル --- */
table.example_s thead th {
background-image:url(../image/header_bg.gif);/* 見出しセルの背景色 */
text-align: center;
}

/* --- 表全体（大） --- */
table.example {
width: 620px; /* 表の幅 */
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 100%;
}

/* --- 表タイトル --- */
table.example caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.example th,
table.example td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}

/* --- 1行目 --- */
table.example colgroup.item {
background-color: #fffce7; /* 1列目の背景色 */
}

/* --- 2列目以降 --- */
table.example colgroup.data {
background-color: #ffffff; /* 2列目以降の背景色 */
}

/* --- 見出しセル --- */
table.example thead th {
background-image:url(../image/header_bg.gif);/* 見出しセルの背景色 */
text-align: center;
}

/* --- 表全体（合同企業説明会） --- */
table.example_g {
width: 620px; /* 表の幅 */
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 75%;
}

/* --- 表タイトル --- */
table.example_g caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.example_g th,
table.example_g td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}

/* --- 1行目 --- */
table.example_g colgroup.item {
background-color: #fffce7; /* 1列目の背景色 */
}

/* --- 2列目以降 --- */
table.example_g colgroup.data {
background-color: #ffffff; /* 2列目以降の背景色 */
}

/* --- 見出しセル --- */
table.example_g thead th {
background-image:url(../image/header_bg.gif);/* 見出しセルの背景色 */
text-align: center;
}


/* --- 見出し --- */
h3 {
	margin: 10;
	padding: 15px 7px 4px; /* 見出しの下境界線 */
	font-size: 110%; /* 見出しの文字サイズ */
	line-height: 120%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}


/* --- リストエリア --- */
ul.list {
margin: 20;
padding: 10;
list-style-type: none;
}

/* --- リスト項目 --- */
ul.list li {
padding: 0 0 5px 15px; /* 項目のパディング（上右下左） */
background: url(../image/link_ya.gif) no-repeat 3px 0.2em; /* マーカー画像 */
line-height: 130%;
}

/* --- 送信フォーム --- */
p.sousin {
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

/*行事予定（背景色）-*/

.bg_g{
background-color:#fffacd;
}


.bg_b{
	background-color: #99CCFF;
}

.bg_p3{
	background-color: #d5ffea;
}

.bg_y{
	background-color: #ffe4b5;
}

.bg_p{
	background-color: #e6e6fa;
}

.bg_b{
	background-color: #ffe4e1;
}
/* --- ▲その他の設定終了 --- */

