
CSSコード（style.css）タイプ2 デザイン1

--------------------------------------------------------------------------------

@charset "Shift_JIS";

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

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; } /* 未訪問 */
a:visited { color: #808080; } /* 既に訪問 */
a:hover { color: #008000; } /* マウスが乗った時 */
a:active { color: #008000; } /* マウスを押した時 */

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


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

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

/* --- トップエリア --- */
#header div.top {
	margin-bottom: 2px; /* 下マージン */
	padding: 15px 0 8px; /* 上、左右、下 */
	border-bottom: 1px #e0e0e0 solid; /* 下境界線 */
	}
#header div.top div.container {
	position: relative; /* 相対配置（ガイドメニューのために設定） */
	}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
	margin: 0 0 7px; /* 上、左右、下 */
	font-size: 150%; /* 文字サイズ */
	}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
	border: none;
	}

/* --- ガイドメニュー --- */
#header ul.guide {
position: absolute; /* 絶対配置 */
top: 20px; /* 上からの距離 */
right: 20px; /* 右からの距離 */
margin: 0;
padding: 0;
list-style-type: none;
font-size: 80%; /* 文字サイズ */

}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 7px 0 15px; /* 項目のパディング（上右下左） */
background: url(../image/mail.gif) no-repeat 0 0em; /* 項目の背景（マーカー） */
}


/* --- オープニングエリア（トップページ） --- */
#header div.opening {
	padding: 8px 0; /* 上下、左右 */
	border-bottom: 1px #eef7fe solid; /* 下境界線 */
	}
/* オープニングエリア内の見出し */
#header div.opening h2 {
	margin: 0;
	}

/* --- ヘッダメニュー --- */
#header div.nl {
	background: #4e83b3 url(../image/m_back.gif) repeat-x top; /* 背景 */
	border-bottom: 1px #e0e0e0 solid; /* 下境界線 */
	}
/* --- メニュー本体 --- */
#header div.nl ul {
	width: 878px; /* 幅（コンテナの幅から2px引いた値） */
	margin: 0;
	padding: 0;
	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: 176px; /* 幅 */
	}
/* リンクエリア */
#header div.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 8px 2px 5px; /* 上、左右、下 */
	border-left: 1px #84aed2 solid; /* 左境界線 */
	border-right: 1px #2c5170 solid; /* 右境界線 */
	text-decoration: none; /* テキストの下線（なし） */
	font-weight: bold; /* 文字の太さ（太字） */
	color: #ffffff; /* 文字色 */
	}
/* ポイント時とアクティブ時の設定 */
#header div.nl li a:hover,
#header div.nl li.active a {
	background: #5e91bd url(../image/ma_back.gif) repeat-x top; /* ポイント時（アクティブ時）の背景 */
	}


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

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


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

/* --- コンテンツ --- */
#content {
	padding: 35px 0 10px; /* 上、左右、下 */
	background: #ffffff url(../image/c_back.gif) repeat-x 0 -5px; /* 背景 */
	}

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

/* --- メインカラム --- */
#main {
	float: none;
	width: 820px; /* 幅 */
	}

/* --- セクション（各項目共通設定） --- */
#main div.section {
	margin: 0 0 2em 3em; /* 上右下左 */
	}

/* --- 見出しエリア --- */
#main div.heading {
	width: 740px; /* 幅 */
	margin-bottom: 1em;
	padding: 4px 3px; /* 上下、左右 */
	border-bottom: 1px #ffa500 solid; /* 下境界線 */
	}
/* --- 見出し --- */
#main div.heading h1 {
	margin: 0;
	padding: 3px 3px 0 5px; /* 上右下左 */
	border-left: 5px #ff8c00 solid; /* 左境界線 */
	font-size: 120%; /* 文字サイズ */
	line-height: 100%;
	}

/* --- 段落 --- */
#main div. p {
	margin: 0 10px 3px; /* 上、左右、下 */
	padding: 7px 0 10px 3px; /* 上右下左 */
	line-height: 160%; /* 行の高さ */
	}
/* --- 改行 --- */
#main div. br {
	margin: 0 10px 1em; /* 上、左右、下 */
	line-height: 160%; /* 行の高さ */
	}

/* --- 新着情報 (update) --- */
#main div.update dl {
	width: 620px; /* 幅 */
	margin: 0 auto; /* センタリング */
	padding-bottom: 2em;
	}
/* 日付 */
#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 #696969 dotted; /* 下境界線 */
	line-height: 120%; /* 行の高さ */
	}

/* --- 概要 (item1) --- */
#main div.item1 dl {
	width: 620px; /* 幅 */
	margin: 0 auto; /* センタリング */
	}
/* エリア1 */
#main div.item1 dt {
	width: 6.7em;
	float: left;
	padding: 7px 0 6px 3px; /* 上右下左 */
	line-height: 120%; /* 行の高さ */
	}
/* エリア2 */
#main div.item1 dd {
	margin: 0;
	padding: 7px 3px 6px 6.6em; /* 上右下左 */
	border-bottom: 1px #696969 dotted; /* 下境界線 */
	line-height: 120%;
	}

/* --- 沿革 受賞 歴代理事長 (item2) --- */
#main div.item2 dl {
	width: 620px; /* 幅 */
	margin: 0 auto; /* センタリング */
	}
/* エリア1 */
#main div.item2 dt {
	width: 6.7em;
	float: left;
	padding: 7px 0 6px 3px; /* 上右下左 */
	line-height: 120%; /* 行の高さ */
	}
/* エリア2 */
#main div.item2 dd {
	margin: 0;
	padding: 7px 3px 6px 6.6em; /* 上右下左 */
	line-height: 120%;
	}

/* --- 事業活動 (list1) --- */
#main ul.list1 {
	margin: 0 0 0 3em;
	padding: 0 0 0 2em;
	}
/* --- 項目 --- */
#main ul.list1 li {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em; /* 上右下左 */
	line-height: 180%; /* 行の高さ */
	list-style-type: decimal; /*数字 */
	list-style-position:outside;
	}

/* --- 組合員名簿 (tbl1) --- */
#main table.tbl1 {
	width: 700px; /* 幅 */
	margin: 2em 0 6px 2em; /* 上右下左 */
	border: 1px #696969 solid; /* 大枠の境界線 */
	border-collapse: collapse;
	font-size: 90%;
	padding: 1em 0 2em 1em; /* 上右下左 */
	}
/* --- セル --- */
#main table.tbl1 th,
table.tbl1 td {
	padding: 10px 15px; /* 上下、左右 */
	border: 1px #696969 solid; /* 境界線 */
	}
/* --- 見出しセル --- */
#main table.tbl1 thead th {
	background-color: #deefff; /* 背景色 */
	text-align: center;:top;color:#404040; /* センタリング */
	}

/* --- リンク (list2) --- */
#main ul.list2 {
	margin: 0 0 0 3em;
	padding: 0 0 0 2em;

	}
/* --- 項目 --- */
#main ul.list2 li {
	margin: 0 0 0 1em;
	padding: 0 0 0.5em 1em; /* 上右下左 */
	line-height: 180%; /* 行の高さ */
	list-style-type: none;
	}

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


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

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


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

/* --- フッタ --- */
#footer {
	padding: 10px 0; /* 上下、左右 */
	border-top: 1px #e0e0e0 solid; /* 上境界線 */
	background: #ffffff url(../image/f_back.gif) repeat-x 0 -5px; /* 背景色 */
	}

/* --- アドレス・コピーライト --- */
#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;
	}

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


/* --- ▼postmailの設定開始 --- */

/* テーブル */
table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	font-size: 90%;
	margin: 1em 0 1em 3em;
	}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
	}
table.form th {
	white-space: nowrap;
	background: #e6e6fa;
	}
table.form td {
	background: #ffffff;
	}

/* タイトル装飾 */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
	}

/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
	}
span.msg {
	color: #dd0000;
	}

/* 戻りボタン */
form.back {
	margin-top: 2em;
	}

/* --- ▲postmailの設定終了 --- */


--------------------------------------------------------------------------------

 前のページに戻る
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 