@charset "UTF-8";

/*///////////////////////////////////////////////////////////

	サイト共通CSS

///////////////////////////////////////////////////////////*/


/*======================================================================================
   @ タグ初期化設定
======================================================================================*/

html {
	overflow-y: scroll;
}
body { 
	margin: 0;
	padding: 0;
	background: url(../images/common/header/header_back.gif) repeat-x 0 80px ;
	font-family: 'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,sans-serif ;
	font-style: normal;
	color: #333;
	line-height: 1.6;
	text-align: left;
}

/* 見出し
----------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,ul,dl,dt,dd,li,blockquote {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

/* リスト
----------------------------------------------------------------------------------*/
li li { margin-left: 20px; }

ol {
	margin: 5px 0;
	padding-left: 36px;
}
* html ol {
	margin: 5px 0 5px 36px;
	padding-left: 0;
}
ol li {	list-style: decimal; }

/* 行
----------------------------------------------------------------------------------*/
p {
	font-size: 93%;
	padding-left: 15px;
}

/* リンク
----------------------------------------------------------------------------------*/
a {
	color: #1828c9;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited { color: #9518c9; }
a img { border: none; }

/* 画像
----------------------------------------------------------------------------------*/
img { vertical-align: bottom; }

/* 水平線
----------------------------------------------------------------------------------*/
hr {
	height: 5px;
	margin: 10px auto;
	padding: 0px;
	border: none;
	color: white;
	background: transparent url(../images/common/line_dot.gif) repeat-x 0 50%;
	outline: none;
}
* html hr { border-bottom: 1px dotted #ccc; color: white; }
*:first-child+html hr { border-bottom: 1px dotted #ccc; color: white; }

/*======================================================================================
   @ 汎用クラス
======================================================================================*/

/* 文字サイズ 
----------------------------------------------------------------------------------*/
.fs10 { font-size:    77% !important; }  /* for size 10px */
.fs11 { font-size:    85% !important; }  /* for size 11px */
.fs12 { font-size:    93% !important; }  /* for size 12px */
.fs13 { font-size:   100% !important; }  /* for size 13px */
.fs14 { font-size:   108% !important; }  /* for size 14px */
.fs15 { font-size:   116% !important; }  /* for size 15px */
.fs16 { font-size: 123.1% !important; }  /* for size 16px */
.fs17 { font-size:   131% !important; }  /* for size 17px */
.fs18 { font-size: 138.5% !important; }  /* for size 18px */
.fs19 { font-size: 146.5% !important; }  /* for size 19px */
.fs20 { font-size: 153.9% !important; }  /* for size 20px */
.fs21 { font-size: 161.6% !important; }  /* for size 21px */
.fs22 { font-size:   167% !important; }  /* for size 22px */
.fs23 { font-size:   174% !important; }  /* for size 23px */
.fs24 { font-size:   182% !important; }  /* for size 24px */
.fs25 { font-size:   189% !important; }  /* for size 25px */
.fs26 { font-size:   197% !important; }  /* for size 26px */

/* 文字指定 
----------------------------------------------------------------------------*/
.oblique { font-style: oblique !important; }
.bold { font-weight: bold !important; }
.ul { text-decoration: underline !important; }

.textR { text-align: right  !important; }
.textC { text-align: center !important; }
.textL { text-align: left   !important; }

.lh25 { line-height: 1.25 !important; }
.va-m { vertical-align: middle !important; }

.blue   { color: #121e94 !important; }/* ラピートブルー */
.orange { color: #ed6d1e !important; }/* ロゴオレンジ */
.red    { color: #c00 !important; }/* 赤 */


/* 幅設定 
----------------------------------------------------------------------------*/
.w100 { width: 100% !important; }
.w90 {  width:  90% !important; }
.w80 {  width:  80% !important; }
.w70 {  width:  70% !important; }
.w60 {  width:  60% !important; }
.w50 {  width:  50% !important; }
.w40 {  width:  40% !important; }
.w30 {  width:  30% !important; }

/* 余白設定 
---------------------------------------------------------------------------*/

/* margin */
.mAuto {
	margin-right: auto !important;
	margin-left:  auto !important;
}
.m0  { margin:  0px !important; }
.m5  { margin:  5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }

.mt0  { margin-top:  0px !important; }
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }

.mr0  { margin-right:  0px !important; }
.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }

.mb0  { margin-bottom:  0px !important; }
.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }

.ml0  { margin-left:  0px !important; }
.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

/* padding */
.p0  { padding:  0px !important; }
.p5  { padding:  5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }

.pt0  { padding-top:  0px !important; }
.pt5  { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }

.pr0  { padding-right:  0px !important; }
.pr5  { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }

.pb0  { padding-bottom:  0px !important; }
.pb5  { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }

.pl0  { padding-left:  0px !important; }
.pl5  { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }

/* テーブル 
----------------------------------------------------------------------------*/
table.gray {
	margin: 10px 0;
	border-collapse: collapse;
}
table.gray th {
	padding: 5px;
	background: #eee;
	border: 1px solid #cdcdcd;
	font-size: 93%;
	text-align: left;
}
table.gray td {
	padding: 5px;
	background: white;
	border: 1px solid #cdcdcd;
	font-size: 93%;
}

/* 囲い線 
----------------------------------------------------------------------------*/
.border { border: 1px solid #cdcdcd; }

/* フロート設定 
----------------------------------------------------------------------------*/
.floatR { float: right; }
.floatL { float:  left; }
.clear { clear: both; }

/* クリアフィックス 
----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* no ie-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* clearfix END */

/* リンク・アイコン 
-----------------------------------------------------------------------------*/
a.link {
	padding-left: 16px;
	background: url(../images/common/icon_link-disc.gif) no-repeat 0 1px;
}
a.link-s {
	padding-left: 16px;
	background: url(../images/common/icon_link-tri.gif) no-repeat 2px 1px;
}
a.exLink {
	padding-left: 16px;
	background: url(../images/common/icon_link-external.gif) no-repeat 0 1px;
}
a.pdf {
	padding-left: 16px;
	background: url(../images/common/icon_link-pdf.gif) no-repeat 0 1px;
}
a.pLink {
	padding-left: 16px;
	background: url(../images/common/icon_link-page.gif) no-repeat 0 50%;
}

/* リスト
----------------------------------------------------------------------------------*/
ul.list li {
	margin-bottom: 5px;
	padding-left: 16px;
	background: url(../images/common/icon_list.gif) no-repeat 1px 4px;
	font-size: 93%;
}

/* pdfリスト
----------------------------------------------------------------------------------*/
ul.pdf {
	margin: 10px 10px 0 10px;
	line-height: 2.2;
}
ul.pdf ul { margin-top: -0em; }

/* パンくずリンク
----------------------------------------------------------------------------------*/
#topic-path {
	font-size: 93%;
	margin-bottom: 5px;
}

/* ページタイトル
----------------------------------------------------------------------------------*/
h1 { margin-bottom: 16px; }

/* 見出し
----------------------------------------------------------------------------------*/
.m1 {
	height: 36px;
	margin: 20px auto 10px;
	padding-left: 10px;
	border: 1px solid #d9d9d9;
	border-width: 0 1px;
	font-size: 123.1%;
	line-height: 36px;
	background: url(../images/common/m1.gif) repeat-x;
	position: relative;
}
.m2 {
	margin: 20px 0 0.5em;
	padding-left: 0px;
	font-size: 108%;
	line-height: 1.6em;
	background: url(../images/common/m2.gif) repeat-x 0 100%;
}
.m3 {
	margin: 20px 0 10px;
	padding-left: 12px;
	font-size: 108%;
	line-height: 17px;
	background: url(../images/common/m3.gif) no-repeat 0 0;
}
.m4 {
	margin: 10px auto 0.25em;
	padding-left: 12px;
	font-size: 93%;
	line-height: 16px;
	background: url(../images/common/m4.gif) no-repeat 0 2px;
}

/* 見出し内リンク */
.m1 span.link a {
	position: absolute;
	right: 5px;
	top: 0px;
	padding-left: 12px;
	font-size: 75%;
	font-weight: normal;
	background: url(../images/common/icon_link_m1.gif) no-repeat 0 50%;
}

/* 右リンクボックス 
-------------------------------------------------------------------------------------------*/
.link-box { margin: 10px 0; }
.link-box dd {
	padding: 5px;
	border: 1px solid #cdcdcd;
	font-size: 93%;
	line-height: 1.25;
}
.link-box dd ul li {
	margin-left: 16px;
	margin-bottom: 5px;
	text-indent: -16px;
}

/* 注意書きボックス 
------------------------------------------------------------------------------------------*/

/* 問い合わせ先タイプ */
.attention {
	margin: 10px 0;
	padding: 1px;
	border: 1px solid #cdcdcd;
	font-size: 93%;
}
.attention dt {
	padding: 2px;
	font-weight: bold;
	background: #eee;
}
.attention dd {
	padding: 5px;
}

/* テキストタイプ */
.attention p {
	padding: 5px;
	font-size: 100%;
}
.attention-red {/* 赤枠バージョン */
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #900;
	background: #ffeded;
}
.attention-red p {
	font-size: 100%;
	padding: 0;
}

/* 印(※)付き注釈タイプ */
.attention ul {
	margin: 5px;
}
.attention li {
	padding-left: 1em;
	text-indent: -1em;
}
.attention ol li {
	padding-left: 0;
	text-indent: 0;
}
ul.attention {
	border: none;
}
ul.attention li {
	padding-left: 1em;
	text-indent: -1em;
}
p.attention {
	border: none;
	padding-left: 1em;
	text-indent: -1em;
}


/* メニューリスト
-------------------------------------------------------------------------------------------*/
ul.menu-list {
	min-height: 1%;
	margin: 10px auto;
	padding: 2px 10px;
	border: 1px solid #cdcdcd;
	font-size: 93%;
}
ul.menu-list li {
	float: left;
	padding: 5px 15px;
	background: url(../images/common/icon_link-disc.gif) no-repeat 0 50%;
}
ul.menu-list:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
* html ul.menu-list { display: inline-block; }
/* no ie-mac \*/
* html ul.menu-list { height: 1%; }
ul.menu-list { display: block; }
/* clearfix END */

/* タイトル付きメニューリスト
-------------------------------------------------------------------------------------------*/
.menu-list2 {
	min-height: 1%;
	margin: 10px 0;
	padding: 1px;
	border: 1px solid #cdcdcd;
	font-size: 93%;
}
.menu-list2 dt {
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	background: #eee;
}
.menu-list2 dd {
	float: left;
	padding: 5px 10px;
	white-space: nowrap;
}
.menu-list2 a {
	padding-left: 15px;
	background: url(../images/common/icon_link-disc.gif) no-repeat 0 50%;
}
.menu-list2:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
* html .menu-list2 { display: inline-block; }
/* no ie-mac \*/
* html .menu-list2 { height: 1%; }
.menu-list2 { display: block; }
/* clearfix END */


/* ページ内リンク
-------------------------------------------------------------------------------------------*/
ul.page-link {
	min-height: 1%;
	margin: 10px auto;
	padding: 2px 10px;
	border: 1px solid #cdcdcd;
	font-size: 93%;
}
ul.page-link li {
	float: left;
	padding: 5px 15px;
	background: url(../images/common/icon_link-page.gif) no-repeat 0 50%;
}
ul.page-link:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
* html ul.page-link { display: inline-block; }
/* no ie-mac \*/
* html ul.page-link { height: 1%; }
ul.page-link { display: block; }
/* clearfix END */


/* ページ最下部の戻るボタン 
-------------------------------------------------------------------------------------------*/
a.back,
a.back:visited {
	display: block;
	margin: 10px auto;
	padding: 5px;
	border: 2px solid #cdcdcd;
	text-align: center;
	font-weight: bold;
	font-size: 93%;
	color: #1828c9;
}
a.back:hover {
	border: 2px solid #aaa;
	background: #eaedfc;
	text-decoration: none;
}


/* 横並び画像 
-------------------------------------------------------------------------------------------*/
ul.listImage {
	padding-left: 15px;
}

ul.listImage li {
	padding-right: 20px;
	float: left;
	width: 230px;
	text-align: center;
}
.listImage img { margin-bottom: 5px; }
.listImage span { line-height: 100%; }



/* Get Adobe Reader 
-------------------------------------------------------------------------------------------*/
#get-reader {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #cdcdcd;
}
#get-reader a {
	float: left;
	display: block;
}
#get-reader p {
	margin-top: 0px;
	margin-left: 117px;
	padding-left: 0px;
	font-size: 85%;
}

/* Get Flash Player 
-------------------------------------------------------------------------------------------*/
#get-flash {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid #cdcdcd;
}
#get-flash a {
	float: left;
	display: block;
}
#get-flash p {
	margin-top: 0px;
	margin-left: 117px;
	padding-left: 0px;
	font-size: 85%;
	line-height: 1.2;
}

/* Q&A 質問
-------------------------------------------------------------------------------------------*/
ul.question li {
	min-height: 2.3em;
	padding-top: 1ex;
	padding-left: 20px;
	background: url(../images/common/icon_question.gif) no-repeat 1px 6px;
	font-size: 93%;
}

/* Q&A　回答 
-------------------------------------------------------------------------------------------*/
div.question {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../images/common/line_dot.gif) repeat-x 0 100%;
}
.question dl {
}
.question dl dt {
	margin-bottom: 5px;
	padding-left: 20px;
	padding-bottom: 6px;
	background: url(../images/common/icon_question.gif) no-repeat 1px 0px;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.5em;
}
.question dl dd {
	margin-left: 0px;
	padding-left: 20px;
	background: url(../images/common/icon_answer.gif) no-repeat 0px 0px;
	font-size: 93%;
	line-height: 1.3em;
}

.question dl div. {
	margin-bottom: 0px;
	padding-left: 1em;
	background: none;
	border: none;
	text-indent: -1em;
}
.question2 div.explain {
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 5px;
	border: 1px solid #cdcdcd;
	background: #fafafa;
}

/* 株式Q&A　回答 
-------------------------------------------------------------------------------------------*/
div.question2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../images/common/line_dot.gif) repeat-x 0 100%;
}
.question2 dl{
	background: url(../images/common/line-dot.gif) repeat-x 0 0;
}
.question2 dl dt {
	min-height: 2.3em;
	margin-bottom: 5px;
	padding-top: 0.9ex;
	padding-left: 20px;
	background: url(../images/common/icon_question.gif) no-repeat 1px 6px;
	font-size: 93%;
	font-weight: bold;
}
.question2 dl dd {
	background: url(../images/common/icon_answer.gif) no-repeat 0 0;
}
.question2 dl dd a {
	margin-left: 30px;
	padding-left: 20px;
	font-size: 93%;
}
.question2 dl dd ul li {
	margin-left: 30px;
	padding-left: 20px;
	background: url(../images/common/icon_list.gif) no-repeat 1px 0.4em;
	font-size: 93%;
}

.question2 dl dd ol {
	padding-left: 20px;
}
.question2 dl dd ol li {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.question2 dl dd ul ol li {
	font-size: 100%;
}
.question2 dl dd ul ol ol li {
	margin-left: 20px;
}

.question2 div.explain {
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 5px;
	border: 1px solid #cdcdcd;
	background: #fafafa;
}

/*========================================================================================
   @ コンテンツ大枠
========================================================================================*/

#container {
	width: 780px;
	margin: 0 auto;
}

/*========================================================================================
   @ヘッダー
========================================================================================*/

#header {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	position: relative;
}

/* 会社ロゴ */
#logo {
	position: absolute;
	top: 21px;
	left: 0;
}

/* 外国語ボタン
---------------------------------------------------------------------------------------- */
ul#global-button {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 22px;
}
ul#global-button li {
	float: left;
	width: 65px;
	height: 22px;
}
ul#global-button li a {
	display: block;
	width: 65px;
	height: 22px;
	color: white;
	text-indent: -9000px;
}

ul#global-button li#bt-english { background: url(../images/common/header/bt_english.gif) no-repeat 0 0; }
ul#global-button li#bt-kan { background: url(../images/common/header/bt_kan.gif) no-repeat 0 0; }
ul#global-button li#bt-han { background: url(../images/common/header/bt_han.gif) no-repeat 0 0; }
ul#global-button li#bt-korean { background: url(../images/common/header/bt_korean.gif) no-repeat 0 0; }


















/* グローバルナビ設定 
-----------------------------------------------------------------------------------------------*/
ul#gnavi {
	position: absolute;
	bottom: 0px;
	background: url(../images/common/header/gnavi.jpg) no-repeat 0 0;
}
ul#gnavi li a{
	width: 780px;
	height: 36px;
	text-indent: -9000px;
}
ul#gnavi li {
	float: left;
	width: 130px;
	height: 36px;
}
ul#gnavi li a{
	display: block;
	width: 130px;
	height: 36px;
	outline: none;
}

/* グローバルナビ ボタン設定 (幅130px 高さ36px) */
ul#gnavi li.traffic a  { background: url(../images/common/header/gnavi.jpg) no-repeat 0 0; }
ul#gnavi li.odekake a  { background: url(../images/common/header/gnavi.jpg) no-repeat -130px 0; }
ul#gnavi li.ryutsu a   { background: url(../images/common/header/gnavi.jpg) no-repeat -260px 0; }
ul#gnavi li.sumai a    { background: url(../images/common/header/gnavi.jpg) no-repeat -390px 0; }
ul#gnavi li.company a  { background: url(../images/common/header/gnavi.jpg) no-repeat -520px 0; }
ul#gnavi li.group a    { background: url(../images/common/header/gnavi.jpg) no-repeat -650px 0; }

ul#gnavi li.traffic a:hover  { background: url(../images/common/header/gnavi.jpg) no-repeat 0 -36px; }
ul#gnavi li.odekake a:hover  { background: url(../images/common/header/gnavi.jpg) no-repeat -130px -36px; }
ul#gnavi li.ryutsu a:hover   { background: url(../images/common/header/gnavi.jpg) no-repeat -260px -36px; }
ul#gnavi li.sumai a:hover    { background: url(../images/common/header/gnavi.jpg) no-repeat -390px -36px; }
ul#gnavi li.company a:hover  { background: url(../images/common/header/gnavi.jpg) no-repeat -520px -36px; }
ul#gnavi li.group a:hover    { background: url(../images/common/header/gnavi.jpg) no-repeat -650px -36px; }

/* リンクテキスト画像
----------------------------------------------------------------------------------------------------------------- */
#header-link-txt {
	width: 390px;
	height: 10px;
	position: absolute;
	top: 38px;
	right: 151px;
}
#header-link-txt ul li {
	float: left;
	padding-left: 20px;
	vertical-align: middle;
	font-size: 0px;
}

/* 文字サイズ・スイッチ (幅130px 高さ36px) 
----------------------------------------------------------------------------------------------------------------------*/
dl#font-size-switch {
	width: 126px;
	height: 25px;
	position: absolute;
	top: 30px;
	right: 0px;
}
dl#font-size-switch dt {
	float: left;
	width: 45px;
	height: 25px;
	font-size: 0px;
	text-indent: -9000px;
	background: url(../images/common/header/font-size.gif) no-repeat 0 50%;
}
dl#font-size-switch dd {
	float: right;
	width: 26px;
	height: 25px;
}
dl#font-size-switch dd a {
	display: block;
	height: 25px;
	font-size: 0px;
	text-indent: -9000px;
	outline: none;
}
dl#font-size-switch dd.small  { background: url(../images/common/header/small_off.gif) no-repeat 0 0;  }
dl#font-size-switch dd.medium { background: url(../images/common/header/medium_off.gif) no-repeat 0 0; }
dl#font-size-switch dd.big    { background: url(../images/common/header/big_off.gif) no-repeat 0 0;    }

dl#font-size-switch dd.small a  { background: url(../images/common/header/small_off.gif) no-repeat 0 0;  }
dl#font-size-switch dd.medium a { background: url(../images/common/header/medium_off.gif) no-repeat 0 0; }
dl#font-size-switch dd.big a    { background: url(../images/common/header/big_off.gif) no-repeat 0 0;    }

/* ページ先頭へ戻るボタン */
#pagetop-button {
	margin-bottom: 10px;
	padding-top: 20px;
	clear: both;
	text-align: right;
}

/*=====================================================================================
   @ ２カラムレイアウト設定
=====================================================================================*/

#main {
	float: left;
	width: 560px;
}
#sidebar {
	float: right;
	width: 200px;
}

/*=========================================================================================
   @ フッター
=========================================================================================*/

#footer {
	width: 100%;
	padding: 5px 0 40px;
	border-top: 1px solid #aaa;
	color: #888;
	text-align: right;
	font-size: 77%;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	position: relative;
}
#footer ul {
	float: right;
	margin-right: -15px;
}
#footer ul li {
	float: left;
	padding-top: 2px;
	padding-right: 15px;
}
#footer p {
	clear: both;
	padding-top: 15px;
}

/*=====================================================================================
   @ サブメニュー設定
=====================================================================================*/

#submenu { margin-bottom: 5px; }

#submenu dt { height: 27px; }

#submenu dt img { vertical-align: bottom; }

#submenu a,
#submenu a:visited {
	display: block;
	color: #1828c9;
}

/* 親メニュー
-----------------------------------------------------------------------------------------------*/
#submenu ul {
	border: solid #cdcdcd;
	border-width: 1px 1px 0;
}
#submenu ul li {
	border-bottom: 1px solid #cdcdcd;
	background: white url(../images/common/submenu_link-disc-normal.gif) no-repeat 5px 50%;
}
#submenu ul a {
	padding: 6px 6px 6px 22px;
	background: #fafafa url(../images/common/submenu_link-disc-normal.gif) no-repeat 5px 50%;
	font-size: 93%;
}
#submenu ul a:hover {
	text-decoration: none;
	background: #eaedfc url(../images/common/submenu_link-disc.gif) no-repeat 5px 50%;
}



/* 子メニュー
-----------------------------------------------------------------------------------------------*/
#submenu ul ul {
	border: solid #cdcdcd;
	border-width: 1px 0 0;
}
/* for IE7,IE6 */
*:first-child+html #submenu ul ul { border-width: 1px 0 1px; }
* html #submenu ul ul {	border-width: 1px 0 1px; }

#submenu ul ul li {
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
	background: white url(../images/common/submenu_link-tri-normal.gif) no-repeat 15px 50%;
}
#submenu ul ul a {
	padding: 2px 0px 2px 26px;
	background: #fafafa url(../images/common/submenu_link-tri-normal.gif) no-repeat 15px 50%;
}
#submenu ul ul a:hover {
	text-decoration: none;
	background: #eaedfc url(../images/common/submenu_link-tri.gif) no-repeat 15px 50%;
}

/* 別ウィンドウメニュー
-----------------------------------------------------------------------------------------------*/
#submenu ul li.exLink,
#submenu ul li.exLink a       { background: #fafafa url(../images/common/submenu_link-external-norma.gif) no-repeat 5px 50%; }
#submenu ul li.exLink a:hover {	background: #eaedfc url(../images/common/submenu_link-external.gif) no-repeat 5px 50%; }

/* PDFメニュー */
#submenu ul li.pdf,
#submenu ul li.pdf a       { background: #fafafa url(../images/common/icon_link-pdf.gif) no-repeat 5px 50%; }
#submenu ul li.pdf a:hover { background: #eaedfc url(../images/common/icon_link-pdf.gif) no-repeat 5px 50%; }

/* バナー */
.banner {
	margin-top: 5px;
}

/* カテゴリートップへ戻るボタン */
#bt-catetop {
	margin: 5px 0 10px;
	text-align: right;
}

/*=====================================================================================
   @ NATTS鉄道倶楽部ログインフォーム
=====================================================================================*/

.loginbox { margin: 5px 0 10px; }

.loginbox dt { height: 32px; }

.loginbox dt img { vertical-align: bottom; }

.loginbox dd {
	padding: 5px;
	border: solid #cdcdcd;
	border-width: 0 1px 1px;
	background: #FFFADE;
	font-size: 93%;
	line-height: 1.25;
}
.loginbox form {
	margin: 0 auto 10px;
	padding: 7px 6px;
	width: 172px;
	height: 103px;
	background: url(../traffic/images/common/bg_form.gif) no-repeat;
}
.loginbox td {
	padding: 3px 0;
}
.loginbox form input.text {
	width: 115px;
}
.loginbox dd ul li {
	margin-left: 16px;
	margin-bottom: 5px;
	text-indent: -16px;
}
.loginbox dd ul li a.link-s {
	background: url(../traffic/images/common/icon_link_natts.gif) no-repeat 0 0;
}

/*=====================================================================================
   @ カテゴリトップインフォメーション
=====================================================================================*/

.informationBox {
	margin: 10px 0;
}
.informationBox dd {
	padding: 5px 10px 0px;
	border: 1px solid #cdcdcd;
}
.informationBox dd dt {
	float: left;
	clear: left;
	font-size: 93%;
}
.informationBox dd dd {
	margin-left: 7.5em;
	margin-bottom: 0.5em;
	padding: 0;
	border: none;
	font-size: 93%;
}


/* safari only \*/
body:first-of-type .informationBox dd dd { margin-left: 9em; }

/* clearfix */
.informationBox dd dd a {
	display: block;
	line-height: 1.25;
	background-position: 1px 0.3ex;
}
.informationBox dd { min-height: 1%; }
.informationBox dd:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
* html .informationBox dd { display: inline-block; }
/* no ie-mac \*/
* html .informationBox dd { height: 1%; }
.informationBox dd { display: block; }
/* clearfix END */



/* メッセージの表示設定
-----------------------------------------------------------------------------*/
.informationBox dd p {
	padding-left: 0px;
	padding-bottom: 0.4em;
}

/*=====================================================================================
   @ 告知ページ
=====================================================================================*/

/*項目の最後に、20pxのpadding-bottomを入れています。*/
/*間の幅を狭めたい場合は、padding-bottomの数字を触ってください*/
/*リストやテーブルの中の幅は10pxにしています。*/

/* 外枠680 */
#info {
	width: 680px;
	margin: auto;
	line-height: 1.4;
}

/* お客様各位 */
.topleft{
	margin: 0 auto 10px;
	text-align:left;
}

/* 日付 */
.topright{
	margin: 0 auto 10px;
	text-align:right;
}

/* お詫びタイトル */
.owabi h3{
	margin: 0 auto 10px;
	color:#000;
	font-size: 1em;
	padding-bottom: 20px;
	text-align: center;
}

/* テキスト */
.block{
	margin: 0 auto 10px;
	width:600px;
	text-align:left;
	padding-bottom: 10px;
}

/* 以上 */
.bottomright{
	margin: 0 auto 10px;
	text-align: right;
	padding-top: 10px;	
	padding-bottom: 10px;
}

/* 記 */
.center{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;

}

/* テーブルブロック */
#tblock{
	margin: 0 auto 10px;
	width: 600px;
	text-align: left;
	margin-bottom: 20px;	
}
#tblock table{
	padding-bottom:10px;	
}
.owabi tr td{
	padding-left: 10px;
}

/* リスト色々 */
#list1,
#list2,
#list3,
#list4 {
	margin: 0 auto 10px;
	width:600px;
	text-align:left;
	padding-bottom: 10px;
}
#list1 ol li{
	padding:5px;
	font-weight: bold;
}
#list2 dt{
	font-weight: bold;
	padding: 10px;
}
#list2 dd{
	padding-bottom: 10px;
}
#list3 dt{
	padding: 10px;
}
#list4 ol li{
	padding:5px;
}
