/*-----------------------------------------------------------------*/
/*基本タグ指定*/
/*-----------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
	background:url(../../../src/images/bg_body.gif) top left repeat;
}
h1,ul,li{
	margin:0;
	padding:0;
}
/*-----------------------------------------------------------------*/
/*(注)用サイズ変更*/
/*-----------------------------------------------------------------*/
.comment{
	font-size:0.8em;
	font-weight:normal;
}
/*-----------------------------------------------------------------*/
/*リンク指定*/
/*-----------------------------------------------------------------*/
a {
	color:#37319F;
	text-decoration:none
}

a:link {
	color:#1F3D70;
	text-decoration:none
}

a:visited {
	color:#590097;
}

a:hover {
	color:#D43625;
}

a:active {
}

/*-----------------------------------------------------------------*/
/*全体枠指定*/
/*-----------------------------------------------------------------*/

#container{
	margin-left:auto;
	margin-right:auto;
	width:926px;
	background:url(../../../src/images/bg_container.gif) top left repeat-y;
	padding-left:13px;
	padding-right:13px;
}
#w_container{
	padding-bottom:13px;
	background:url(../images/img_bottomshadow.gif) bottom no-repeat;
}

/*-----------------------------------------------------------------*/
/*ヘッダー枠指定*/
/*-----------------------------------------------------------------*/

#head{
	height:135px;
	width:900px;
}
#head.home{
	height:111px;
}
#head li{
	display:inline;
	float:left;
}
#head img{
	float:left;
}

/*-----------------------------------------------------------------*/
/*ヘッダー指定*/
/*-----------------------------------------------------------------*/
#top{
	height:67px;
	background:url(../../../src/images/bg_head.gif) repeat-x left top;	
}
#top ul{
	margin-right:15px;
	margin-top:15px;
	float:right;
}
#top li{
	display:inline;
	list-style-type:none;
	padding-right:18px;
	margin-left:20px;
	border-right:1px solid #9A9A99;
	font-size:12px;
}

/*-----------------------------------------------------------------*/
/*メインメニュー指定*/
/*-----------------------------------------------------------------*/

#mainMenu{
	clear:both;
	height:43px;
	background:url(../../../src/images/bg_mainMenu.gif) repeat-x left top;
}
#mainMenu li a{
	text-indent:-9999px;
	margin-top:5px;
	margin-left:9px;
	height:38px;
	width:118px;
	display:block;
}
#mainMenu li.main01 a{
	background:url(../../src/images/mainMenu_message_a.gif) bottom no-repeat;
}
#mainMenu li.main01 a.selected{
	background:url(../../src/images/mainMenu_message_b.gif) bottom no-repeat;
}
#mainMenu li.main01 a:hover{
	background:url(../../src/images/mainMenu_message_b.gif) bottom no-repeat;
}

#mainMenu li.main02 a{
	background:url(../../src/images/mainMenu_corporate_a.gif) bottom no-repeat;
}
#mainMenu li.main02 a.selected{
	background:url(../../src/images/mainMenu_corporate_b.gif) bottom no-repeat;
}
#mainMenu li.main02 a:hover{
	background:url(../../src/images/mainMenu_corporate_b.gif) bottom no-repeat;
}

#mainMenu li.main03 a{
	background:url(../../src/images/mainMenu_investment_a.gif) bottom no-repeat;
}
#mainMenu li.main03 a.selected{
	background:url(../../src/images/mainMenu_investment_b.gif) bottom no-repeat;
}
#mainMenu li.main03 a:hover{
	background:url(../../src/images/mainMenu_investment_b.gif) bottom no-repeat;
}

#mainMenu li.main04 a{
	background:url(../../src/images/mainMenu_portfolio_a.gif) bottom no-repeat;
}
#mainMenu li.main04 a.selected{
	background:url(../../src/images/mainMenu_portfolio_b.gif) bottom no-repeat;
}
#mainMenu li.main04 a:hover{
	background:url(../../src/images/mainMenu_portfolio_b.gif) bottom no-repeat;
}

#mainMenu li.main05 a{
	background:url(../../src/images/mainMenu_financial_a.gif) bottom no-repeat;
}
#mainMenu li.main05 a.selected{
	background:url(../../src/images/mainMenu_financial_b.gif) bottom no-repeat;
}
#mainMenu li.main05 a:hover{
	background:url(../../src/images/mainMenu_financial_b.gif) bottom no-repeat;
}

#mainMenu li.main06 a{
	background:url(../../src/images/mainMenu_disclosure_a.gif) bottom no-repeat;
}
#mainMenu li.main06 a.selected{
	background:url(../../src/images/mainMenu_disclosure_b.gif) bottom no-repeat;
}
#mainMenu li.main06 a:hover{
	background:url(../../src/images/mainMenu_disclosure_b.gif) bottom no-repeat;
}

#mainMenu li.main07 a{
	background:url(../../src/images/mainMenu_unitholders_a.gif) bottom no-repeat;
}
#mainMenu li.main07 a.selected{
	background:url(../../src/images/mainMenu_unitholders_b.gif) bottom no-repeat;
}
#mainMenu li.main07 a:hover{
	background:url(../../src/images/mainMenu_unitholders_b.gif) bottom no-repeat;
}


/*-----------------------------------------------------------------*/
/*パンくず指定*/
/*-----------------------------------------------------------------*/

#breadcrumbs{
	height:25px;
	font-size:12px;
	color:#FFFFFF;
	text-indent:1em;
	vertical-align:middle;
	line-height:1.8em;
	background:url(../../../src/images/bg_breadcrumbs.gif) repeat-x left top #616060;
}
#breadcrumbs a{
	color:#FFFFFF;
}
#breadcrumbs li{
	list-style:none;
	display:inline;
}

/*-----------------------------------------------------------------*/
/*コンテンツ+サブメニュー枠指定*/
/*-----------------------------------------------------------------*/

#mainUnit{
	zoom:1;/*for IE 5.5-7*/
	clear:both;
	background:url(../../../src/images/bg_sideMenu.gif) top left repeat-y;
	background-color:#FFFFFF;
	padding-bottom:6px;
	width:900px;
	}
#mainUnit:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
#mainUnit.home{
	background:none;
	background-color:#FFFFFF;
}
	

/*-----------------------------------------------------------------*/
/*コンテンツ指定*/
/*-----------------------------------------------------------------*/
#content{
	float:left;
	position:relative;
	white-space:normal;
	width:704px;
}

/*-----------------------------------------------------------------*/
/*ページ見出し１*/
/*-----------------------------------------------------------------*/
h1{
	border:1px solid #DEDDDD;
	border-top:6px solid #D43625;
	height:auto;
	min-height:46px;
	background:url(../../src/images/bg_h1.gif) top left repeat-x #FFFFFF;
	font-size:20px;
	line-height:2.5em;
	text-indent:0.5em;
	font-weight:normal;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
}
*html h1{
	height:46px;
}
/*-----------------------------------------------------------------*/
/*下線付き　ページ見出し２*/
/*-----------------------------------------------------------------*/
h2{
	font-size:15px;
	padding:8px 5px;
	border-bottom:1px dashed #717171;
	font-weight:bold;
	margin-left:8px;
	margin-right:8px;
}
#content td h2{
	font-size:15px;
	padding:8px 5px;
	border-bottom:1px dashed #717171;
	font-weight:bold;
	margin-left:0;
	margin-right:0;
}
/*-----------------------------------------------------------------*/
/*下線付き　ページ見出し２*/
/*-----------------------------------------------------------------*/
#content p{
	margin-left:16px;
	margin-right:16px;
	line-height:1.4em;
	clear:both;
	display:block;
}
#content div{
	margin-left:8px;
}
#content table{
	margin-left:8px;
	margin-right:8px;
	width:688px;
}
/*画像用の上下余白---------------------*/
/*#content img{
	margin-top:15px;
	margin-bottom:15px;
}*/
/*余白打ち消し------------------------*/
#content p table{
	margin-left:0;
	margin-right:0;
	width:100%;
}
#content table table{
	margin-left:0;
	margin-right:0;
	width:100%;
}
#content table tr td img#pic{
	margin-top:0;
	margin-bottom:0;
}
/*-----------------------------------*/


#content td h2{
	font-size:medium;
	padding:8px 5px;
	border-bottom:1px dashed #717171;
	font-weight:bold;
	margin-left:0;
	margin-right:0;
}
.indent1{
	padding-left:1em;
}
.indent1a{
	padding-left:2em;
}
.indent2{
	padding-left:2em;
	padding-top:1em;
	padding-bottom:1em;
	line-height:2em;
}
#content ul{
	padding:1em 0 1em 1em;
}
#content ul ul{
	padding:1em 0 1em 1em;
}
#content #yeartable a.selected{
	font-weight:bold;
}

/*-----------------------------------------------------------------*/
/*文字可変ボタン背景用*/
/*-----------------------------------------------------------------*/
#content div#toolUnit{
	text-align:right;
	padding-top:9px;
	padding-bottom:9px;
	padding-right:10px;
	margin-right:8px;
	margin-left:8px;
	background-color:#DEDDDD;
	border:1px solid #DEDDDD;
}

/*-----------------------------------------------------------------*/
/*PDF、EXCEL指定*/
/*-----------------------------------------------------------------*/
.pdficon{
	display:block;
	background:url(../../../src/images/icn_pdf.gif) no-repeat 0 0.2em;
	text-indent:1.8em;
	padding:2px 0;
}
.xlsicon{
	display:block;
	background:url(../../../src/images/icn_xls.gif) no-repeat 0 0.2em;
	text-indent:1.8em;
	padding:2px 0;
}
/*-----------------------------------------------------------------*/
/*サイドメニュー指定*/
/*-----------------------------------------------------------------*/

#sideMenu{
	float:left;
	width:196px;
	border-top:1px solid #F1F1F1;
}
#sideMenu ul{
	width:192px;
	margin:0;
	padding:0;
}
#sideMenu li{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #F1F1F1;
	font-size:12px;
}
#sideMenu li a{
	border-left:8px solid #BBBBBB;
	display:block;
	padding-bottom:8px;
	padding-top:8px;
	padding-left:6px;
}
#sideMenu li a.selected{
	border-left:8px solid #D43625;
	color:#FFFFFF;
	background:url(../../../src/images/bg_sideRed.gif) bottom repeat-x #E06969;
}
#sideMenu li a:hover{
	color:#FFFFFF;
	background:url(../../../src/images/bg_sideLightRed.gif) bottom repeat-x #F76B5C;
}
#sideMenu ul li ul li{
	border-top:1px solid #F1F1F1;
}
#sideMenu ul li ul li a{
	display:block;
	padding-left:18px;
	background:url(../../../src/images/bg_side2nd.gif) repeat-y #E9E9E9;
}


/*-----------------------------------------------------------------*/
/*フッター指定*/
/*-----------------------------------------------------------------*/

#foot{
	clear:both;
	position:inherit;
	background:url(../../../src/images/bg_foot.gif) top repeat-y;
	zoom : 1 ;
	font-size:12px;
	padding-bottom:30px;
	width:900px;
}
#foot:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#foot ul{
	padding-left:16px;
	padding-right:16px;
	height:3em;
	background:url(../../../src/images/line_foot.gif) left top no-repeat;
}
#foot  li{
	display:inline;
	list-style-type:none;
	border-right:1px solid #1F3D70;
	display:inline;
	float:left;
	padding-right:15px;
	margin-left:17px;
	margin-top:10px;
	font-size:12px;
	margin-bottom:8px;
}
#endLine{
	background:url(../../../src/images/img_bottomshadow.gif) no-repeat top left;
	width:944px;
	height:13px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*-----------------------------------------------------------------*/
/*運用会社リンク指定*/
/*-----------------------------------------------------------------*/

#reimLink{
	clear:both;
	display:block;
	background:url(../images/bg_reimLink_eng.gif) top left no-repeat #979797;
	line-height:2em;
	margin:10px 0px;
	height:44px;
	padding-left:21px;
	line-height:44px;
	font-weight:bold;
}
#reimLink a{
	display:block;
	width:356px;
	height:33px;
	text-indent:-999px;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}
#rightR{
	margin:-40px 30px 10px 17px;
	text-align:right;
	color:#FFFFFF;
}

/*-----------------------------------------------------------------*/
/*検索ボックス指定*/
/*-----------------------------------------------------------------*/

#searchBox2{
	padding-top:16px;
	background:url(../images/keyword_eng.gif) top left no-repeat;
	margin-left:15px;
	width:85%; 
	font-size:10px;
}

/*-----------------------------------------------------------------*/
/*TOP用  ページ上部*/
/*-----------------------------------------------------------------*/
#mainUnit.home div#top_01{
	display:block;
	width:687px;
	height:475px;
	background:url(../images/top_01.gif) top left no-repeat;
	float:left;
	margin:0;
	padding:0;
}

/*-----------------------------------------------------------------*/
/*SW株価画像用*/
/*-----------------------------------------------------------------*/
#mainUnit.home div#top_02{
	display:block;
	width:213px;
	height:224px;
	background:url(../images/top_02.gif) top left no-repeat;
	margin:0;
	padding:0;
	float:right;
}
#mainUnit.home div#top_02 a{
	display:block;
	width:213px;
	height:224px;
}
#swimg{
	margin-left:75px;
	margin-top:49px;
	position:absolute;
/*	clip:rect(8px, auto, auto, auto);
	overflow:hidden;*/
	width:116px;
}

/*-----------------------------------------------------------------*/
/*分配金表示エリア用*/
/*-----------------------------------------------------------------*/
#mainUnit.home #bunpai{
	display:block;
	width:213px;
	height:137px;
	background:url(../images/top_03.gif) top left no-repeat;
	margin:0;
	padding:0;
	float:right;
}
#mainUnit.home #bunpai a{
	display:block;
	width:213px;
	height:137px;
	color:#FFFFFF;
}
#mainUnit.home #bunpai table{
	margin-left:auto;
	margin-right:auto;
	width:180px;
	margin-top:30px;
}
#mainUnit.home #bunpai td{
 	padding-bottom:4px;
	vertical-align:top;
	font-size:11px;
	line-height:11px;
}
#mainUnit.home #bunpai span{
	display:block;
	font-size:8px;
	line-height:8px;
}
#mainUnit.home #bunpai .pric{
	text-align:right;
}
#mainUnit.home #bunpai .stat{
	text-align:right;
	color:#FCFF00;
}
#mainUnit.home #bunpai .statFix{
	text-align:right;
	color:#000000;
}
/*-----------------------------------------------------------------*/
/*左ボタンエリア用*/
/*-----------------------------------------------------------------*/
#mainUnit.home ul#rightUnit{
	float:right;
	background:url(../../../src/images/bg_rightUnit.gif) top no-repeat;
	height:114px;
}
#mainUnit.home ul#rightUnit:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*-----------------------------------------------------------------*/
/*メール配信＆RSSエリア用*/
/*-----------------------------------------------------------------*/
#mainUnit.home ul#rightUnit li#mailRss{
	margin:0;
	padding:0;
	/* height:50px; メールサービスリンク削除*/
	width:213px;
	line-height:8px;
	font-size:8px;
}
#mainUnit.home ul#rightUnit li#mailRss img{
	margin:0;
	padding:0;
}
#mainUnit.home ul#rightUnit li#gyoseki a{
	display:block;
	width:213px;
	height:29px;
	background:url(../../src/images/top_06.gif) top left no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
#mainUnit.home ul#rightUnit li#first a{
	display:block;
	width:213px;
	height:35px;
	background:url(../../src/images/top_07.gif) top left no-repeat;
	text-indent:-9999px;
	margin:0;
	padding:0;
}
#mainUnit.home ul li{
	list-style:none;
}
#mainUnit.home ul li ul li ul li{
	font-weight:normal;
}
/*-----------------------------------------------------------------*/
/*TOP用  お知らせ*/
/*-----------------------------------------------------------------*/
#mainUnit.home ul#news{
	width:686px;
	float:left;
	margin:0;
	padding:0;
	
}
#mainUnit.home ul#news li.title{
	display:block;
	height:27px;
	text-indent:-9999px;
	background:url(../images/top_08.gif) top left no-repeat;
	line-height:27px;
	font-size:27px;
	margin:0;
	padding:0;
	clear:both;
}
#mainUnit.home ul#news li.title a{
	display:block;
	height:27px;
	text-indent:-9999px;
	line-height:27px;
	font-size:27px;
	margin:0;
	padding:0;
	float:right;
	width:120px;
}
#mainUnit.home ul#news li.data ul{
	margin:0;
	padding:0;
	clear:both;
	margin-left:14px;
	padding-bottom:11px;
	margin-top:1em;
}
*html #mainUnit.home ul#news li.data ul{
	margin-top:0;
}
#mainUnit.home ul#news li.data ul li{
	text-indent:0;
	width:650px;
	margin-bottom:5px;
}
.newsText{
	display:block;
	width:410px;
	margin-top:-1.2em;
	margin-left:223px;
}
#mainUnit.home ul#news li.data ul li.corporate{
	background:url(../images/top_corporate.gif) top left no-repeat;
	background-position:0 0.2em;
}
#mainUnit.home ul#news li.data ul li.investment{
	background:url(../images/top_investment.gif) top left no-repeat;
	background-position:0 0.2em;
}
#mainUnit.home ul#news li.data ul li.portfolio{
	background:url(../images/top_portfolio.gif) top left no-repeat;
	background-position:0 0.2em;
}
#mainUnit.home ul#news li.data ul li.disclosure{
	background:url(../images/top_disclosure.gif) top left no-repeat;
	background-position:0 0.2em;
}
#mainUnit.home ul#news li.data ul li.unitholders{
	background:url(../images/top_unitholders.gif) top left no-repeat;
	background-position:0 0.2em;
}
#mainUnit.home ul#news li.data ul li.financial{
	background:url(../images/top_financial.gif) top left no-repeat;
	background-position:0 0.2em;
}
#mainUnit.home ul#news li.data ul li.infomation{
	background:url(../images/top_news.gif) top left no-repeat;
	background-position:0 0.2em;
}


/*-----------------------------------------------------------------*/
/*TOP用  検索ボックス*/
/*-----------------------------------------------------------------*/
#mainUnit.home #searchBox{
	padding:0;
	margin:0;
	display:block;
	width:214px;
	height:180px;
	background:url(../images/bg_searcharea.gif) top left no-repeat;
	padding-top:33px;
	float:right;
	text-align:left;
}
#mainUnit.home #searchBox form{
	margin:0;
	padding:0;
	padding-left:16px;
}

#mainUnit.home #searchBox:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/*-----------------------------------------------------------------*/
/*TOP用  主なコンテンツ*/
/*-----------------------------------------------------------------*/
#mainUnit.home ul#contentList{
	clear:both;
	width:900px;
}
#mainUnit.home ul#contentList li.title{
	display:block;
	height:28px;
	text-indent:-9999px;
	line-height:28px;
	font-size:28px;
	background:url(../images/top_09.gif) top left no-repeat;
}
#mainUnit.home ul#contentList li.data{
	background:url(../../../src/images/line.gif) top left no-repeat;
	background-position:0 21px;
	display:block;
	width:100%;
	margin-bottom:0.5em;
}
#mainUnit.home ul#contentList li.data ul{
	text-indent:0px;
	line-height:normal;
	float:left;
	margin-bottom:0.5em;
}
#mainUnit.home ul#contentList li.data ul li{
}
#mainUnit.home ul#contentList li.data ul li.cont01{
	width:164px;
	font-weight:bold;
	line-height:1.8em;
	margin-left:59px;
}
#mainUnit.home ul#contentList li.data ul li.cont01 ul{
	clear:both;
	width:164px;
}
#mainUnit.home ul#contentList li.data ul li.cont02{
	width:210px;
	font-weight:bold;
	line-height:1.8em;
	margin-right:1em;
}
#mainUnit.home ul#contentList li.data ul li.cont03{
	width:209px;
	font-weight:bold;
	line-height:1.8em;
}
#mainUnit.home ul#contentList li.data ul li.cont04{
	width:180px;
	font-weight:bold;
	line-height:1.8em;
}
#mainUnit.home ul#contentList li.data ul li ul{
	padding-left:0;
	clear:both;
	height:auto;
}
#mainUnit.home ul#contentList li.data ul li ul li{
	background:url(../../../src/images/square.gif) top left no-repeat;
	padding-left:15px;
	margin-bottom:0.2em;
	white-space:normal;
}


/*-----------------------------------------------------------------*/
/*物件ページ用*/
/*-----------------------------------------------------------------*/

#picTable{/*画像テーブル用*/
	background-color:#DDEAFE;
	width:100%;
}
#picTable td{
	padding:10px;
	text-align:left;
}

#content table#dataTable{/*物件データテーブル用*/
	border-spacing:0;		
	border-top:1px solid #999999;
}
#dataTable td{
	border-bottom:1px solid #999999;
	padding:2px;
	width:216px;
	background-color:#FFFFFF;
}
#dataTable th{
	border-bottom:1px solid #999999;
	padding:5px;
	background-color:#FFFFFF;
	text-align:left;
	width:132px;	
}
#dataTable td td{
	border:0 none;
	padding:0;			
}
#dataTable th.noline{
	border-bottom:0 none;
	width:auto;
}
#dataTable td.noline{
	border-bottom:0 none;
	width:auto;
}
#dataTable td.noline_r{
	border-bottom:0 none;
	text-align:right;
	width:auto;
}
#dataTable td.line_r{
	text-align:right;
	width:auto;
}
#content td.mapCell {
	width:320px;
	text-align:right;
	vertical-align:top;
	
}
#content td.mapCell div{
	text-align:left;
	padding:0;
	margin:0;
		
}
td.dataCell {
	width:340px;
		
}

#content #mapUnit{
	background-color:#BBBBBB;
	width:658px;
	margin-left:16px;
	padding:8px;
}
#content #mapUnit div#map{
	border:2px solid #666666;
	background-color:#666666;
	padding:0;
	
}
/*#content #map {
	width: 600px;
	height: 400px;
	margin-left:16px;
	margin-right:25px;
}*/

#pagerTable{
	background:url(../../../src/images/bg_pager.gif) no-repeat;
}
#pagerTable td{
	padding:10px;
	vertical-align:top;
	white-space:nowrap;
}
#pagerTable tr td a.selected{
	font-weight:bold;
}

/*-----------------------------------------------------------------*/
/*表組1　数値用*/
/*-----------------------------------------------------------------*/
#content .basicTable{
	border-right:1px solid #87a8c2;
	border-top:1px solid #87a8c2;
	
}
.basicTable th{
	background-color:#c3d4e1;
	border-left:1px solid #87a8c2;
	border-bottom:1px solid #87a8c2;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	text-align:center;
	padding:4px 2px 4px 2px ;
	white-space:nowrap;
}
.basicTable td{
	border-left:1px solid #87a8c2;
	border-bottom:1px solid #87a8c2;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	text-align:right;
	padding:2px;
}
.basicTable .cap{
	background-color:#c3d4e1;
}
.basicTable .cap_sec{
	background-color:#e1eaf0;
}
.basicTable .txt{
	text-align:left;
}
.basicTable td.cap{
	background-color:#c3d4e1;
	text-align:left;
}
.basicTable td.cap_sec{
	background-color:#e1eaf0;
	text-align:left;
}

/*-----------------------------------------------------------------*/
/*表組2 テキスト用*/
/*-----------------------------------------------------------------*/
.txtTable{
}
.txtTable th{
}
.txtTable td th{
	border-left:8px solid #E06969;
	text-align:left;
	text-indent:0.5em;
	border-bottom:1px solid #000000;
}
.txtTable td td{
	padding-bottom:1em;
}


/*-----------------------------------------------------------------*/
/*表組3　サイトマップ用*/
/*-----------------------------------------------------------------*/
#sitemapTable th{
	border-top:1px solid #87a8c2;
	text-align:left;
	font-weight:normal;
	padding:3px 0;
}
/*-----------------------------------------------------------------*/
/*用語集用*/
/*-----------------------------------------------------------------*/
.menuCell{
	background-color:#EEF3F8;
	padding:10px;
}
.txtCell{
	padding:10px;
}
.splitLine{
	border-top:1px dashed #717171;
}


/*-----------------------------------------------------------------*/
/*メニュー隠し用*/
/*-----------------------------------------------------------------*/
.hideMenu{
	display:none;
}

#top li.hideMenu{
	display:none;
}
#foot li.hideMenu{
	display:none;
}
/*-----------------------------------------------------------------*/
/*注意事項テーブル*/
/*-----------------------------------------------------------------*/
.noticeTable{
	background-color:#f1f4f8;
	color:#FFFFFF;
}
.noticeTable td{
	padding:5px;
}