@charset "UTF-8";

/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #CCCCCC url(/img/bg.gif) repeat-y;
	color: #333333;
	font-family: "メイリオ","MS PGothic","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka",sans-serif ;
	font-size: 12px;
	line-height: 17px;
}

table {
	color: #333333;
	font-family: "メイリオ","MS PGothic","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka",sans-serif ;
	font-size: 12px;
	line-height: 17px;
}

img {
	vertical-align: bottom;
	border: none;
}

form {
	margin: 0;
}

input, select, textarea {
	font-size: 12px;
}

.attention { /* ---フォームの必須印など、注記--- */
	color: #FF0000;
	font-weight: bold;
}

#wrapper {
	width: 780px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
}


/* リンク
---------------------------------------------------- */
a:link {
	color: #3333CC;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #663399;
	background: transparent;
	text-decoration: none;
}

a:hover, a:active {
	color: #000099;
	background: transparent;
	text-decoration: underline;
}


/* ヘッダ
---------------------------------------------------- */
#header {
	width: 780px;
	height: 76px;
	background-color: #3545A9;
	padding: 6px 0px 3px 0px;
	margin-bottom: 5px;
}

#hLogo {
	width: 204px;
	height: 76px;
	position: absolute;
	top: 6px;
	left: 0px;
}

#hRightWrap {    /* ---hMidとhLoginをラップ--- */
	position: absolute;
	top: 6px;
	left: 204px;
	width: 576px;
}

#hMid { /* ---ヘッダを上下に分割した時の下、文字サイズを入れる--- */
	position: absolute;
	width: 396px;
	height: 66px;
	background: url(/img/header_bg1rev.gif) no-repeat;
	color: #FFFFFF;
	padding: 5px;
}

#hMid1 { /* ---ヘッダを上下に分割した時の上、文章を入れる--- */
	position: absolute;
	top: 6px;
	left: 204px;
	width: 396px;
	height: 36px;
	color: #FFFFFF;
	padding: 5px;
	z-index: 99;
}

#hLogin {
	float: right;
	width: 160px;
	height: 66px;
	text-align: right;
	background: url(/img/header_bg2.gif) repeat-x;
	padding: 5px ;
}

#hLoginText {
	text-align: left;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 5px;
}

#registration {  /* ---会員登録ボタン　絶対配置--- */
	position: absolute;
	top: 55px;
	left: 617px;
}

#login {  /* ---ログインボタン　絶対配置--- */
	position: absolute;
	top: 55px;
	left: 701px;
}

#hTxtSize {  /* ---文字サイズ変更ボタン　枠　hMidの中で絶対配置--- */
	position: absolute;
	bottom: 5px;
	right: 26px;
	border: 1px solid #A4DAE6;
	padding: 4px;
	color: #FFFFFF;
}

#hTxtSize img {
	vertical-align: middle;
}


/* ページ本体
---------------------------------------------------- */
#pagebody {
	width: 770px;
	padding-left: 5px;
}


/* 全ページ向け
---------------------------------------------------- */
#content {
	float: right;
	width: 610px;
	margin-left: 10px;
}

#content #mainTitle {  /* ---メインタイトル（シリーズのタイトル・画像使用）--- */
	margin: 0;
	padding: 0;
	border: 1px solid #B9C4C2;
	background: url(/img/ttmain_bg.gif) no-repeat;
}

#content #menu {  /* ---上部目次--- */
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-right: 1px solid #B9C4C2;
	border-bottom: 1px solid #B9C4C2;
	border-left: 1px solid #B9C4C2;
}

#content #menu ul {  /* ---上部目次項目--- */
	margin: 1px 0px;
	padding: 0px;
	list-style: none;
}

#content #menu ul li {  /* ---上部目次項目--- */
	margin: 0px;
	padding: 0px 0px 4px 12px;
	text-indent: -12px;
	font-size: 10px;
	line-height: 12px;
}

#content #menu .arrow li { 
	background: url(/img/arrow_rgsml.gif) no-repeat 0px 2px;
	text-indent: 0px;
}

#content #subTitle {  /* ---サブタイトル（そのページのタイトル・画像使用）--- */
	margin: 10px 0px;
	padding: 0;
	background: url(/img/ttsub_bg.gif) no-repeat;
	font-size: 12px;
}

#content #subTitleBig {  /* ---サブタイトル（そのページのタイトル・画像使用・大サイズ）インタビューで使用--- */
	margin: 10px 0px;
	padding: 0;
	background: url(/img/ttsub_bgbig.gif) no-repeat;
	font-size: 12px;
}

#content #subTitleExBig {  /* ---サブタイトル（そのページのタイトル・画像使用・特大サイズ）インタビューで使用--- */
	margin: 10px 0px;
	padding: 0;
	background: url(/img/ttsub_bgexbig.gif) no-repeat;
	font-size: 12px;
}

#content h1 {  /* ---サブタイトル（そのページのタイトル・テキスト）--- */
	margin: 10px 0px;
	padding: 6px 5px 0px 5px;
	background: url(/img/ttsub_bg.gif) no-repeat;
	height: 22px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#content #newsTitle {  /* ---サブタイトル（テキスト・改行される場合）--- */
	margin: 10px 0px;
	padding: 6px 5px 0px 5px;
	background: url(/img/ttsub_bg.gif) no-repeat;
	height: 22px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#content h2 {  /* ---サブタイトル--- */
	margin: 10px 0px;
	padding: 0px 5px;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #0C5475;
	border-left: 10px solid #3545A9;
	border-bottom: 1px solid #29A3C1;
}

#content .block {  /* ---通常テキストブロック　下線付き--- */
	margin: 5px 0px;
	padding: 0px 10px 10px 20px;
	border-bottom: 1px dotted #B9C4C2;
}

#content .block2 {  /* ---通常テキストブロック　下線無し--- */
	margin: 5px 0px;
	padding: 0px 10px 10px 20px;
}

#content .block5 {  /* ---通常テキストブロック　下線無し--- */
	margin: 0px 0px;
	padding: 0px 50px 10px 0px;
}

#content .block h3, #content .block2 h3 {  /* ---サブサブタイトル--- */
	margin: 10px 0px 5px 0px;
	padding: 0;
	text-indent: -10px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

#content .block p, #content .block2 p {  /* ---通常テキスト　段落ち--- */
	margin: 10px 0px;
	padding: 0;
	text-indent: 1em;
}

#content .block3 {  /* ---見出し(h3)が色背景の段落（用語集等）--- */
	margin: 5px 0px;
	padding: 0px 10px 10px 10px;
}

#content .block3 h3 {  /* ---サブサブタイトル色背景--- */
	margin: 10px 0px 5px 0px;
	padding: 2px 4px;
	background: url(/img/block3_bg.gif) ;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #0C5475;
}

#content .block3 .itemtt {  /* ---サブサブサブタイトル　囲み--- */
	margin: 10px 0px 5px 0px;
	padding: 2px 4px;
	border: 1px solid #B9C4C2;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

#content .block3 p {  /* ---通常テキスト　段落ちなし--- */
	margin: 5px 0px;
	padding: 0 0 5px 10px;
}

#content .textwaku {  /* ---通常テキスト　囲み（文章を分けたい場合など）--- */
	margin: 10px 0px;
	padding: 2px 4px;
	border: 1px solid #B9C4C2;
}

#content #issue {  /* ---下部：掲載日＆著者--- */
	margin: 5px 0px;
	padding: 0px 10px 0px 20px;
	text-align: right;
	color: #666666;
}

#content .pageTop {
	clear: both;
	text-align: right;
	margin: 10px 5px 0px 0px;
	padding: 5px 0px;
	border-top: 1px dotted #B9C4C2;
	font-size: 10px;
	line-height: 12px;
}

#localFooter {  /* ---前の章へ　次の章へ--- */
	clear: both;
	margin: 10px 0px;
	padding: 5px 10px;
	position: relative;
	text-align: right;
	color: #AAAAAA;
	border-top: 3px solid #3545A9;
}

#localFooter #prevPage { 
	position: absolute;
	right: 110px;
}


.underDot {  /* ---区切りとして下線を付ける部分囲む--- */
	border-bottom: 1px dotted #B9C4C2;
	margin-bottom: 3px;
	padding-bottom: 3px;
}


.pause {  /* ---区切りとして下線のみ付ける　上部に写真を入れてる場合等--- */
	clear: both;
	margin-right: 5px;
	line-height: 5px;
	border-bottom: 1px dotted #B9C4C2;
}

.learg1 {
	font-size: 14px;
	line-height: 19px;
}


.small {
	font-size: 10px;
	line-height: 14px;
}

.colorSmall {  /* ---強調　赤　主にトップ頁で使用--- */
	color: #FF0000;
	font-size: 10px;
	line-height: 14px;
}

.caption {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
}

.date {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	font-family: Arial,sans-serif;
}

.eng {
	font-family: Arial,sans-serif;
}

.itemize {  /* ---箇条書き　ulのクラスとして--- */
	margin: 0px;
	padding: 0px 0px 0px 1em;
	list-style-type: square;
}

.itemize li {  /* ---箇条書き 上とセット--- */
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.itemizeNum {  /* ---数字付き箇条書き（文章中など）　ulのクラスとして--- */
	margin: 5px;
	padding: 0px 0px 0px 3em;
	list-style-type: decimal;
}

.itemizeNum li {  /* ---数字付き箇条書き 上とセット--- */
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.itemize2 {  /* ---箇条書き--- */
	margin: 5px 0px 0px 12px;
	padding: 0px 0px 0px 1em;
	list-style-type: square;
}

.itemize2 li {  /* ---箇条書き 上とセット--- */
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

.coloring {  /* ---　色付き（青緑）--- */
	color: #0C5475;
}

.coloring2 {  /* ---　色付き（赤紫）--- */
	color: #7F2358;
	font-weight: bold;
}

.lineFrame table {  /* ---枠線付きのテーブル--- */
	border-top: 1px solid #B9C4C2;
	border-left: 1px solid #B9C4C2;
}

.lineFrame td { 
	border-right: 1px solid #B9C4C2;
	border-bottom: 1px solid #B9C4C2;
	padding: 2px 4px;
}

.lineFrame th { 
	border-right: 1px solid #B9C4C2;
	border-bottom: 1px solid #B9C4C2;
	padding: 2px 4px;
	background-color: #F1F3F3;
}

.lineFrame .skip {  /* ---縦仕切り枠線を非表示にする--- */
	border-right: none;
}


.listFrame td { /* ---その他の展示会場や目次で使用--- */
	padding: 6px;
	border-bottom: 1px dotted #B9C4C2;
}

.listFrame th {
	border: 1px solid #B9C4C2;
	background: url(/img/bg_th.gif) no-repeat;
	color: #0C5475;
	padding: 2px 8px;
}

.listFrame td a {
	font-weight: bold;
}

.listFrame .issue { /* ---掲載日--- */
	text-align: right;
	color: #666666;
	font-size: 10px;
	line-height: 14px;
}

.clmnLeft {  /* ---左右２分割の左--- */
	float: left;
	border-right: 1px dotted #B9C4C2;
	padding-right: 15px;
}

.clmnRight {  /* ---左右２分割の右--- */
	float: left;
	padding-left: 15px;
}

.phleft {  /* ---写真左側--- */
	float: left;
	padding-right: 5px;
}

.phright {  /* ---写真右側--- */
	float: right;
	padding-left: 5px;
}


/* トップページ
---------------------------------------------------- */
#topContent1 {
	float: left;
	width: 420px;
}

#topContent2 {
	float: right;
	width: 180px;
	margin-left: 10px;
}

#topContent1 .midashi {
	border-top: 1px solid #B9C4C2;
	border-right: 1px solid #B9C4C2;
	border-left: 1px solid #B9C4C2;
	background: url(/imgtop/titlebg_420.gif) no-repeat;
}

#topContent1 .midashiWoman {  /* ---女性版のタイトル背景--- */
	border-top: 1px solid #B9C4C2;
	border-right: 1px solid #B9C4C2;
	border-left: 1px solid #B9C4C2;
	background: url(/imgtop/titlebg_420woman.gif) no-repeat;
}

#topContent1 .midashiNews {  /* ---ニュース配信のタイトル背景--- */
	border-top: 1px solid #B9C4C2;
	border-right: 1px solid #B9C4C2;
	border-left: 1px solid #B9C4C2;
	background: url(/imgtop/titlebg_420news.gif) no-repeat;
}

#topContent1 .midashimir {  /* ---行政インタビューのタイトル背景--- */
	border-top: 1px solid #B9C4C2;
	border-right: 1px solid #B9C4C2;
	border-left: 1px solid #B9C4C2;
	background: url(/imgtop/titlebg_420minister.gif) no-repeat;
}

#topContent1 .midashiFs {  /* ---フードセレクションのタイトル背景--- */
	border-top: 1px solid #B9C4C2;
	border-right: 1px solid #B9C4C2;
	border-left: 1px solid #B9C4C2;
	background: url(/imgtop/titlebg_420fs.gif) no-repeat;
}

#topContent1 .newsTable {
	border-top: 1px dotted #B9C4C2;
}

#topContent1 .newsTable td {
	padding: 3px 2px 0 0;
}

#topContent1 .waku {
	border: 1px solid #B9C4C2;
	margin-bottom: 10px;
}

#topContent1 #p2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

#topContent1 .subBlock,#topContent2 .subBlock {
	margin-bottom: 4px;
}

#topContent1 ul,#topContent2 ul {
	margin: 1px 0px;
	padding: 0px;
	list-style: none;
}

#topContent1 ul li {
	margin: 0px;
	padding: 0px 0px 4px 12px;
	text-indent: -12px;
	font-size: 10px;
	line-height: 12px;
}

#topContent2 ul li {
	margin: 0px;
	padding: 0px 0px 1px 12px;
	text-indent: -12px;
	font-size: 10px;
	line-height: 12px;
}

#topContent1 .arrow li, #topContent2 .arrow li {
	background: url(/img/arrow_rgsml.gif) no-repeat 0px 2px;
	text-indent: 0px;
}

#topContent2 ul p {
	line-height: 6px;
	margin: 0px;
}


#topContent2 #update {
	border: 1px solid #B9C4C2;
	background: url(/imgtop/bg_update.gif) no-repeat;
	text-align: right;
	color: #666666;
	line-height: 12px;
	padding: 2px;
	margin-bottom: 5px;
}

#topContent2 .waku {
	border: 1px solid #B9C4C2;
	padding: 2px;
	margin-bottom: 5px;
}

#topContent2 h3 {
	font-size: 12px;
	margin: 2px 0px 0px 0px;
}


/* ナビゲーション
---------------------------------------------------- */
#navigation {
	float: left;
	width: 150px;
	margin: 0px;
}

#navigation #menu {
	border: 1px solid #B9C4C2;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

#navigation #menu .menuBtn {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 0px;
	line-height: 0px;
}

#navigation #menu .subBtn {
	margin: 0;
	padding: 0;
	line-height: 0px;
}

#navigation #menu #subLecture {
	width: 144px;
	height: 242px;
}

#navigation #menu #subKnowledge {
	width: 144px;
	height: 242px;
}

#navigation #menu #subOversea {
	width: 144px;
	height: 154px;
}

#navigation #menu #subInterview {
	width: 144px;
	height: 110px;
}

#navigation #menu #subTrend {
	width: 144px;
	height: 154px;
}

#navigation #menu #subEvent {
	width: 144px;
	height: 66px;
}

#navigation #menu #subColumn {
	width: 144px;
	height: 44px;
}

#navigation .bannar {
	margin-bottom: 10px;
}

#navigation .waku {
	border: 1px solid #B9C4C2;
	margin-bottom: 10px;
	padding: 2px;
}

#navigation ul {
	margin: 3px 0 0 0;
	padding: 0px;
	list-style: none;
}

#navigation .bannar ul li {
	margin: 0px;
	padding-left: 12px;
	text-indent: -12px;
	font-size: 10px;
	line-height: 12px;
}

#navigation .bannar .arrow li {
	background: url(/img/arrow_rgsml.gif) no-repeat 0px 2px;
	text-indent: 0px;
}

/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	margin: 10px 0px 0px 0px;
	position: relative;
	width: 780px;
	font-size: 10px;
	line-height: 12px;
}

#footer ul {
	margin: 4px 0px;
	list-style: none;
}

#footer li {
	position: absolute;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	text-indent: -12px;
}

#footer .arrow li {
	background: url(/img/arrow_rgsml.gif) no-repeat 0px 2px;
	text-indent: 0px;
}

#footer li#fCompany {
	left: 5px;
}

#footer li#fPromise {
	left: 90px;
}

#footer li#fPrivacy {
	left: 185px;
}

#footer li#fInquiry {
	left: 360px;
}

#footer .pageTop {
	float:right;
	margin-right: 5px;	
}

#copyright {
	clear: both;
	margin-top: 4px;
	padding: 2px 5px 5px 5px;
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	font-family: Arial,sans-serif;
	background: url(/img/footer_bg.gif) repeat-x;
	border-top: 3px solid #29A3C1;
}


/* お勧め本ページ
---------------------------------------------------- */
#outline {
	margin: 5px 0px;
	padding: 0px 10px 10px 10px;
}

#outline .bookImage {
	float: left;
	padding-right:10px;
}

#outline th {
	text-align: left;
	color: #0C5475;
}

.bookBlock {  /* ---indexの各回毎を囲む--- */
	clear: both;
	margin-top: 10px;
	padding: 0px 10px 0px 20px;
}

.bookBlock .bookImage { 
	float: left;
	padding: 0px 10px 5px 0px;
}

.bookBlock img { 
	vertical-align: middle;
}

.bookBlock h3 {  /* ---indexの本タイトル--- */
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

.bookBlock th { /* ---indexの著者・価格等--- */
	text-align: left;
	color: #0C5475;
	padding-left: 11px;
}


/* 業界動向ページ
---------------------------------------------------- */
#indTrend ul {  /* ---業界HPへのリンク--- */
	margin: 0 0 0 10px;
	padding: 0px;
	list-style: none;
}

#indTrend ul li { 
	margin: 0px;
	padding: 0px 0px 4px 12px;
	text-indent: -12px;
	font-size: 12px;
	line-height: 14px;
}

#indTrend .arrow li { 
	background: url(/img/arrow_rgsml.gif) no-repeat 0px 2px;
	text-indent: 0px;
}


/* リンクページ、銀行一覧ページ、目次
---------------------------------------------------- */
#linkList ul {  /* ---リンク一覧項目--- */
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#linkList ul li { 
	margin: 0px;
	padding: 0px 0px 4px 12px;
	text-indent: -12px;
	font-size: 12px;
	line-height: 14px;
}

#linkList .arrow li { 
	background: url(/img/arrow_rgsml.gif) no-repeat 0px 2px;
	text-indent: 0px;
}

#linkList h4 { /* ---目次のサブ項目--- */
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 0px 2em;
	text-indent: -0.5em
}

#linkList h4 a { /* ---目次サブ項目から会員ページへのリンク--- */
	font-size: 10px;
	font-weight: normal;
}

#linkList h3 { /* ---目次のサブ項目、リスト【】用--- */
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 0px 3.5em;
	text-indent: -1.8em
}

#linkList h3 a { /* ---目次のサブ項目リンク文字サイズ変更なし--- */
	font-size: 12px;
	font-weight: normal;
}

.listSubt {  /* ---テーブルに入れたサブサブタイトル（h3ではマイナスインデントがWinIEで×）--- */
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}


/* インタビューページ
---------------------------------------------------- */
#interview .question {
	color: #0C5475;
	font-weight: bold;
}

#interview .answer {
	color: #7F2358;
	font-weight: bold;
}

#interview .text {
	padding-left: 1em;
	margin-bottom: 10px;
}

#interview .midashi {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
}

#interview .phleft {  /* ---写真左側1文字分下げる--- */
	padding-left: 1em;
}

#interview h4 {
	color: #555555;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 0 10px 0;
}


/* カレンダーページ
---------------------------------------------------- */
.calendar caption {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

.calendar th {
	padding: 2px 3px;
	background-color: #909997;
	color: #FFFFFF;
}

.calendar td {
	text-align: right;
	padding: 2px 4px;
	border-right: 1px solid #B9C4C2;
	border-bottom: 1px solid #B9C4C2;
	font-family: Arial,sans-serif;
}

.calendar .sunday {
	color: #A60114;
}

.calendar .saturday {
	color: #027485;
}

.calendar .taian {
	background-color: #FFEA88;
}

.calendar .butsumetsu {
	background-color: #C9D4C9;
}


/* 今週の一言（テキスト版）ページ
---------------------------------------------------- */
#shibuyaword  h3 {
	color: #0C5475;
}

#shibuyaword .eng {
	padding-left: 10px;
	color: #666666;
}

#shibuyaword .block p, #shibuyaword .block2 p {
	margin: 5px 0px;
	padding: 0;
	text-indent: 0em;
}


/* 日経新聞見出し一覧ページ
---------------------------------------------------- */
#nikkei h4 { /* ---日付部分--- */
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #0C5475;
	float: left;
	height: 0.1em;
}

#nikkei .block, #nikkei .block2  {
	clear: left;
	margin: 5px 0px;
	padding: 0px 10px 5px 10px;
}

#nikkei .block p, #nikkei .block2 p { /* ---見出し本文--- */
	margin: 0;
	padding: 0 0 0 140px;
	text-indent: 0em;
	background: url(/nikkei/img/marker_small140.gif) no-repeat 0px 2px;
}


/* 展示会スケジュールページ
---------------------------------------------------- */
.showBlock {
	margin: 5px 0px;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px solid #B9C4C2;
}

.showBlock .outline { /* ---左側、日付と展示会名部分--- */
	float: left;
	padding-right:5px;
	width: 200px;
}

.showBlock .showDate {
	font-weight: bold;
}

.showBlock .showName {
	font-weight: bold;
	color: #0C5475;
	font-size: 14px;
	line-height: 19px;
	padding-left: 20px;
}

.showBlock th {
	padding: 2px 0px;
	border-bottom: 1px dotted #B9C4C2;
	text-align: left;
	font-weight: normal;
	color: #777777;
	width: 100px;
}

.showBlock td {
	padding: 2px 0px;
	border-bottom: 1px dotted #B9C4C2;
}

.showBlock table {
	line-height: 14px;
	width: 380px;
}


/* 長短プライムレートページ
---------------------------------------------------- */
#primeRate table { 
	border-bottom: 1px solid #B9C4C2;
	border-left: 1px solid #B9C4C2;
	margin: 10px 0px 20px 10px;
}

#primeRate td { 
	border-right: 1px solid #B9C4C2;
	padding: 1px 10px 1px 4px;
	text-align: right;
	font-family: Arial,sans-serif;
	letter-spacing: 0.1em;
}

#primeRate .num { /* ---数値の入ったセル--- */
	border-top: 1px solid #B9C4C2;
}

#primeRate .skip { /* ---空のセル--- */
	border-top: 1px dotted #E7E9E9;
}

#primeRate th { 
	border-right: 1px solid #B9C4C2;
	border-top: 1px solid #B9C4C2;
	padding: 2px 4px;
	background-color: #F1F3F3;
}

#primeRate caption {
	text-align: right;
}


/* 政治経済年表ページ
---------------------------------------------------- */
#chronology table { 
	border-bottom: 1px solid #B9C4C2;
	border-left: 1px solid #B9C4C2;
	margin: 10px 0px 20px 10px;
}

#chronology td { 
	border-right: 1px solid #B9C4C2;
	border-top: 1px solid #B9C4C2;
}

#chronology .era { /* ---年号--- */
	padding: 2px 6px;
	color: #0C5475;
	font-family: Arial,sans-serif;
	letter-spacing: 0.1em;
	text-align: right;
}

#chronology .japanera { /* ---昭和平成つき年号--- */
	padding: 2px 6px 2px 3px;
	color: #0C5475;
	letter-spacing: 0.1em;
	text-align: right;
}

#chronology .western { /* ---西暦--- */
	padding: 2px 10px 2px 6px;
	color: #0C5475;
	font-family: Arial,sans-serif;
	letter-spacing: 0.1em;
	text-align: right;
}

#chronology .domestic { /* ---国内出来事--- */
	padding: 2px 4px;
}

#chronology .abload { /* ---海外出来事--- */
	padding: 2px 4px;
}

#chronology th { 
	border-right: 1px solid #B9C4C2;
	border-top: 1px solid #B9C4C2;
	padding: 2px 4px;
	background-color: #F1F3F3;
}


/* 担保・保全ページ
---------------------------------------------------- */
#preservation .block h3, #preservation .block2 h3 {  /* ---サブサブタイトル色付き--- */
	color: #0C5475;
}


/* セミナーイベント報告ページ
---------------------------------------------------- */

#semiRepo .semiwaku {  /* ---セミナー情報　囲み--- */
	margin: 0px 10px 15px 20px;
	padding: 5px;
	border: 1px solid #B9C4C2;
}

#semiRepo td dl {
	margin: 0;
}

#semiRepo dt {
	font-weight: bold;
}

#semiRepo dd {
	padding-bottom: 3px;
	margin-left: 1em;
}

#semiRepo table {
	margin-top: 7px;
}

#semiRepo th {
	color: #0C5475;
	text-align: left;
	vertical-align: top;
}

#semiRepo th, #semiRepo td {
	padding: 2px;
}



/* 女性版ページ
---------------------------------------------------- */
#womant #mainLogo {  /* ---メインタイトル（ドットウーマンの・画像使用）--- */
	margin: 0;
	padding: 0;
}



#woman #subTitle {  /* ---サブタイトル（そのページのタイトル・画像使用）--- */
	margin: 0px 0px 5px 0px;
	padding: 0;
}

#woman #womanMenu {  /* ---上部目次--- */
	margin: 0;
	padding: 0;
	background: url(/woman/img/menu_bg.gif) repeat-y;
}

#woman #womanMenuBtm {  /* ---上部目次の下の線--- */
	margin: 0;
	padding: 0;
	height: 2px;
	font-size: 1px;
	line-height:1px;
	background: url(/woman/img/menu_under.gif) no-repeat;
}

#woman #womanMenu ul {  /* ---上部目次項目--- */
	margin: 1px 0px;
	padding: 0px;
	list-style: none;
}

#woman #womanMenu ul li {  /* ---上部目次項目--- */
	margin: 0px;
	padding: 0px 0px 4px 12px;
	text-indent: -12px;
	font-size: 10px;
	line-height: 12px;
}

#woman #womanMenu .arrow li { 
	background: url(/woman/img/arrow_rgsml.gif) no-repeat 0px 2px;
	text-indent: 0px;
}

#woman .phleft {  /* ---写真左側1文字分下げる--- */
	padding-left: 1em;
}

#woman .block {  /* ---通常テキストブロック　下線付き--- */
	border-bottom: 1px dotted #DAA0B7;
}

#woman .pause {  /* ---区切りとして下線のみ付ける　上部に写真を入れてる場合等--- */
	border-bottom: 1px dotted #DAA0B7;
}

#woman strong {
	color: #90374D;
	font-weight: bold;
	font-size: 14px;
}

#woman a:link {
	text-decoration: underline;
}

#woman a:visited {
	text-decoration: underline;
}



/* 女性版インタビューページ
---------------------------------------------------- */
#woman .question {
	color: #D03774;
	font-weight: bold;
	padding: 2px 4px;
	border: 1px solid #DAA0B7;
	margin-top: 15px;
}

#woman .answer {
	color: #5F328F;
	font-weight: bold;
	padding: 2px 4px;
	border: 1px solid #A291BF;
}

#woman .text {
	padding-left: 1em;
	margin-bottom: 10px;
}

#woman .midashi {
	color: #D03774;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 5px;
	padding-left: 3px;
	border-left: 12px solid #E397B3;
}


/* 会員ページ
---------------------------------------------------- */
#content #member #subTitle {  /* ---サブタイトル（そのページのタイトル・画像使用）--- */
	margin: 10px 0px;
	padding: 0;
	background: url(/member/img/ttsub_bg.gif) no-repeat;
	font-size: 12px;
}

#content #member h1 {  /* ---サブタイトル（そのページのタイトル・テキスト）--- */
	margin: 10px 0px;
	padding: 6px 5px 0px 5px;
	background: url(/member/img/ttsub_bg.gif) no-repeat;
	height: 22px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#content #member h2 {  /* ---サブタイトル--- */
	margin: 10px 0px;
	padding: 0px 5px;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #236171;
	border-left: 10px solid #2B94AA;
	border-bottom: 1px solid #474991;
}

#member #localFooter {  /* ---前の章へ　次の章へ--- */
	clear: both;
	margin: 10px 0px;
	padding: 5px 10px;
	position: relative;
	text-align: right;
	color: #AAAAAA;
	border-top: 3px solid #474991;
}

#member #top1 {  /* ---会員トップページの左側--- */
	float: left;
	width: 300px;
	margin-top: 15px;
}

#member #top2 {  /* ---会員トップページの右側--- */
	float: right;
	width: 300px;
	margin-top: 15px;
	margin-left: 10px;
}

#member #top1 .midashi,#member #top2 .midashi {
	border-top: 1px solid #B9C4C2;
	border-right: 1px solid #B9C4C2;
	border-left: 1px solid #B9C4C2;
	background: url(/imgtop/titlebg_300.gif) no-repeat;
}

#member #top1 .waku,#member #top2 .waku {
	border: 1px solid #B9C4C2;
	margin-bottom: 10px;
}

#member #top1 p,#member #top2 p {
	margin: 2px 2px 8px 2px;
}

#member #top1 a,#member #top2 a {
	font-weight:bold;
}

