@charset "euc-jp";

/* ===== 印刷用ＣＳＳ ===== */



/* ----- 印刷しない領域 ----- */
/* ヘッダー下メニュー領域  */
/* 左サイドメニュー領域  */
#header-menu {
	display: none;
}
#menu-left {
	display: none;
}
.screen-only {
	display :none;
}


/* ===== ページの基本設定 タブ再設定 ===== */
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10.5pt;
	background-color: #FFFFFF;
	margin: 0 10px 0 10px;
}


/* ===== リンクテキストの基本設定 ===== */
/* ----- デフォルト設定 ----- */
a {
	color: #000000;
	text-decoration: underline;
}


/* ===== 各種書式設定 ===== */
/* ----- フォント関連の汎用設定 ----- */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	font-style: normal;
}
strong.r {
	font-style: normal;
	color: #FF0033;
}
.underline {
	text-decoration: underline;
}
.align-left {
	text-align: left;
	height: auto;
	width: auto;
}
.align-center {
	text-align: center;
	height: auto;
	width: auto;
}
.align-right {
	text-align: right;
	height: auto;
	width: auto;
}
.large{
	font-size: 14pt;
	font-weight: bold;
}
.large-x{
	font-size: 18pt;
	font-weight: bold;
}
.small{
	font-size: 9pt;
}
.gray{
	color: #333333;
}
.gray666{
	color: #666666;
}
.ind {
	padding-left: 20px;
}



/* ----- 右揃え用ダッシュライン ----- */
.dashline {
	text-align: right;
	background-image:  url(img/gray_dot.gif);
	background-repeat: repeat-x;
	background-position: center;
}


/* ===== 背景などに関する設定 ===== */
.glayback,
.glayback2 {
	padding: 4px 4px 4px 8px;
	width:auto;
	background-color: #E6E6E6;
	margin-bottom: 10px;
	border: 4px solid #E6E6E6;
}

.whiteback1{
	width: auto;
	margin-bottom: 10px;
}

.whiteback2{
	padding: 4px 4px 4px 8px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}



/* ===== 画像に関する設定 ===== */
/* 画像の回り込み設定 */
img.left,
img.right {
	float: left;
}


/* リンク画像のボーダーをゼロに */
a img {
	border: none;
}



/* ===== ページ構成基本要素 ===== */

/* ----- ページの横幅を設定 ----- */
#pagebody {
	background-color: #FFFFFF;
	padding: 0;
	width: auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* ----- ヘッダー領域 ----- */
#header {
	background-color: #FFFFFF;
	padding: 0;
	width: auto;
	text-align: left;
	clear: both;
}


/* ===== コンテンツエリア(H2エリア)の設定 ===== */
div.ti-h2-area {
	padding: 5px 8px 8px 8px ;
	border-style: none;
}



/* ===== 見出し１エリアの詳細設定 ===== */
#ti-h1 {
	margin-bottom: 10px;
}
#ti-h1 table {
	width: auto;
}

/* 見出し１エリアを左右に分割 */
#ti-h1-l,
#ti-h1-l2{
	margin: 0;
	padding: 0;
	width: auto;
	vertical-align: top;
}
#ti-h1-r,
#ti-h1-r2{
	display: none;
}
#ti-h1 p{
	margin: 4px 0 0 0;
}


/* ----- 見出しレベル１----- */
h1 a,
h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 24pt;
	color: #3D5991;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h1 a:link {
	color: #3D5991;
}
h1 a:visited {
	color: #3D5991;
}
h1 a:hover {
	color: #3D5991;
}
h1 a:active {
	color: #3D5991;
}


/* ===== 見出し２部分設定 ===== */
/* ----- 見出し２部分は、テキスト・スライス画像両方に対応 ----- */
div.ti-h2 {
	width: auto;
	margin-bottom: 20px;
}

.ti-h2 table{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 90%;
}

.ti-h2-l{
	width: auto;
}
.ti-h2-c,
.ti-h2-r{
	display: none;
}


h2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 20pt;
	color: #000000;
	width: auto;
	margin: 0;
	padding: 4px 0 2px 4px;
	border-left: 10px solid #248945;
	border-bottom: 2px solid #248945;
}

/* ===== 見出しレベル設定 H3〜H6 ===== */

h3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	margin: 10px 0;
	width: auto;
	font-size: 18pt;
	clear: both;
}



/* ----- H4はテーブルレイアウトを利用 ----- */
h4 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #003092;
	margin: 10px 0;
	padding: 0;
	font-size: 16pt;
	font-weight: bold;
}

table.h4 {
	border-style: 1px dotted black;
	width: auto;
	clear: both;
	float: none;
	margin: 10px 0;
}
table.h4 td.h4-a {
	display: none;
}
table.h4 td.h4-b {
	width: 500px;
	vertical-align: bottom;
	padding: 0 0 0 5px;
	border-style: none;
}
table.h4 td.h4-c {
	display: none;
}
table.h4 td.h4-d {
	display: none;
}
table.h4 td.h4-e {
	display: none;
}


h5 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	margin: 30px 0px 4px 0;
	width: auto;
	font-size: 14pt;
	padding-bottom: 2px;
	border-bottom: 2px solid #1E90FF;
	clear: both;
}

/* コンテンツ先頭でのH5 上マージン10px */
h5.top {
	margin: 15px 0px 4px 0;
}


h6 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12pt;
	margin: 10px 0;
	width: auto;
	color: #003B66;
	border-bottom: 1px solid #1C699F;
	clear: both;
}
.glayback h6{
	margin-top: 0px;
}



/* ===== コンテンツ領域 ===== */
#contents {
	background-color: #FFFFFF;
	padding: 0;
	width: auto;
	margin-top: 10px;
	text-align: left;
}


/* 右コンテンツ領域  */
#contents-right {
	background-color: #FFFFFF;
	width: auto;
	padding: 0;
	float:none;
}



/* ===== フッター領域 ===== */
#footer {
	text-align: right;
	width: auto;
	padding-top: 10px;
}
#footer table {
	display: none;
}
#footer #copy {
	margin-left: auto;
}


/* ----- その他非表示領域 ----- */
.blank,
.submenu-box,
#LR-navi,
.uplevel,
.screen {
	display: none;
}



/* ===== 表組み =====*/
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

.ti-h2-area table,
.ti-h2-area-white table {
	width: 98%;
	margin: 20px 0 20px 0;
	padding: 5px;
	border: 1pt solid #000000;
}

.ti-h2-area table th,
.ti-h2-area table td,
.ti-h2-area-white table th,
.ti-h2-area-white table td {
	padding: 3px;
	border: 1pt solid #000000;
}

#staff .tableC th,
.tableC th,
.tableC td {
	padding: 3px;
	border: 1pt solid #000000;
}



/* ===== 組織図の印刷時サイズ調整 =====*/
img#soshikizu {
	width: 160mm;
	height: 95mm;
}



/* ===== 横2分割 Floating の解除 =====*/
div.yoko2d-l,
div.yoko2d-r,
div.yoko2-l,
div.yoko2-r {
	width: auto;
	float: none;
	clear: both;
}


/* ===== お問い合わせページ用設定 ===== */
/* ----- テーブルの幅設定 ----- */
.inquiry td.tel,
.inquiry td.fax {
	width:30%
}
.inquiry td.mail {
	width:40%
}



/* ----- よくあるご質問 ----- */
#FAQ td.A,
#FAQ td.A {
	vertical-align: top;
}


/* ============================================
　採用情報ページ 印刷用
　2008.09.12-
============================================= */
/*回り込み関係*/
.img-right {
	float: right;
	padding: 0 0 0 10px;
}
.img-left {
	float: left;
	padding: 0 10px 0 0;
}
div.float p {
	clear: none;
	text-align: justify;
}
h3 {
	clear: none;
}


/* ----- 印刷しない領域 ----- */
.boshu-yoko {
	display: none;
}
.saiyo-menu {
	display: none;
}

/* ----- テーブルレイアウトの枠線消し ----- */
/* トップページ */
table.layout01 {
	border-collapse: collapse;
	border: none;
	clear: both;
}
table.layout01 td{
	width:210px ;
	border-collapse: collapse;
	border: none;
}
table.layout01 td p{
	text-align: left;
}
ul.annai-li{
	margin: 0;
	padding: 0;
}
ul.annai-li li{
	list-style-image: none;
	list-style: none;
	margin: 0;
}

/* 各ページ */
table.layout-saiyo {
	margin: 10px 0;
	border-collapse: collapse;
	border: none;
	clear: both;
}
table.layout-saiyo td {
	vertical-align: top;
	border-collapse: collapse;
	border: none;
}
table.layout-saiyo td p {
	/* Firefox2 バグ対策 */
	border: 1px solid white;
}
h5.saiyo {
	clear: both;
	margin: 0;
	padding: 0;
}

/* 各ページコラム */
table.saiyo-column {
	width: auto;
}
table.saiyo-column td{
	vertical-align: top;
	border-collapse: collapse;
	border: none;
}

/* 枠付きの表 */
#staff-yoko .tableC th {
	white-space: nowrap;
}




/* ============================================
　協会案案内トップ 印刷用
　改訂版
　2009.09.08-
============================================= */
/* 右コンテンツ領域  */
#contents-right {
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	float:none;
}
#contents-right p{
	margin: 1em 0;
	padding: 0;
	text-align: justify;
}
.top_copy{
	margin: 20px 0;
	width:300px;
	height:103px;
}
.top_copy2{
	margin: 0;
}
.top-photo {
	float: right;
}
.top_honbun{
	font-family: serif;
	font-size:10pt;
	line-height:150%;
}

.click *{
	display: none;
}