@charset "utf-8";
@import "../common/table.css";

/*------------------------------------------------------------------------------

	[ファイル名]	ir.css
	
	[概要]			IRページレイアウト用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#localNav ul:after,
dl.news:after,
body#IR div.docWrapper:after,
body#IR div#doc5 p.note:after,
body#privilege ul:after,
body#data div.section ul:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#localNav ul,
*:first-child + html dl.news,
*:first-child + html body#IR div.docWrapper,
*:first-child + html body#IR div#doc5 p.note,
*:first-child + html body#privilege ul,
*:first-child + html body#data div.section ul
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#localNav ul,
* html dl.news,
* html body#IR div.docWrapper,
* html body#IR div#doc5 p.note,
* html body#privilege ul,
* html body#data div.section ul
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div#localNav ul,
dl.news,
body#IR div.docWrapper,
body#IR div#doc5 p.note,
body#privilege ul,
body#data div.section ul
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
h1,
div#localNav ul li a,
div.section h2,
body#IR div.doc h2,
p.buttonDownload a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								div#mainContent
									
------------------------------------------------------------------------------*/
div#mainContent{
	width: 670px;
	padding-left: 10px;
}

* html div#mainContent{
	width: 680px;
}



/*------------------------------------------------------------------------------

									h1
									
------------------------------------------------------------------------------*/
h1{
	width: 670px;
	height: 30px;
	margin: 0 auto;
	background: url(../../ir/images/h1.gif) no-repeat scroll left top;
}


/*------------------------------------------------------------------------------

								ローカルナビ
								
------------------------------------------------------------------------------*/
div#localNav,
div#localNav ul,
div#localNav ul li,
div#localNav ul li a{
	height: 33px;
	background: no-repeat scroll left top;
}

div#localNav{
	width: 670px;
	margin: 0 auto;
	margin-bottom: 15px;
	background-image: url(../../ir/images/local_nav_bg.gif);
	text-align: left;
}

div#localNav ul{
	padding-left: 7px;
}

div#localNav ul li,
div#localNav ul li a{
	width: 102px;
}

div#localNav ul li{
	float: left;
}

/*----- 各ボタン ロールオーバー時画像指定 -----*/
div#localNav ul li#localNavIR{
	background-image: url(../../ir/images/local_nav_ir_ov.gif);
}
div#localNav ul li#localNavEAd{
	background-image: url(../../ir/images/local_nav_e_ad_ov.gif);
}
div#localNav ul li#localNavNews{
	background-image: url(../../ir/images/local_nav_news_ov.gif);
}
div#localNav ul li#localNavStock{
	background-image: url(../../ir/images/local_nav_stock_ov.gif);
}
div#localNav ul li#localNavData{
	background-image: url(../../ir/images/local_nav_data_ov.gif);
}
div#localNav ul li#localNavPrivilege{
	background-image: url(../../ir/images/local_nav_privilege_ov.gif);
}

/*----- 各ボタン 通常時画像指定 -----*/
div#localNav ul li#localNavIR a{
	background-image: url(../../ir/images/local_nav_ir.gif);
}
div#localNav ul li#localNavEAd a{
	background-image: url(../../ir/images/local_nav_e_ad.gif);
}
div#localNav ul li#localNavNews a{
	background-image: url(../../ir/images/local_nav_news.gif);
}
div#localNav ul li#localNavStock a{
	background-image: url(../../ir/images/local_nav_stock.gif);
}
div#localNav ul li#localNavData a{
	background-image: url(../../ir/images/local_nav_data.gif);
}
div#localNav ul li#localNavPrivilege a{
	background-image: url(../../ir/images/local_nav_privilege.gif);
}

/*----- ロールオーバー動作指定 -----*/
div#localNav ul li a:hover{
	background-image: none!important;
}

/*----- 反転指定 -----*/
div#localNav ul li.selected,
div#localNav ul li.selected a:hover{
	visibility: hidden;
}



/*------------------------------------------------------------------------------

								div.section
								
------------------------------------------------------------------------------*/
div.section{
	width: 651px;
	margin-left: 10px;
}



/*------------------------------------------------------------------------------

								h2
								
------------------------------------------------------------------------------*/
div.section h2{
	width: 650px;
	height: 34px;
	background: no-repeat scroll left top;
}



/*------------------------------------------------------------------------------

								h2
								
------------------------------------------------------------------------------*/
dl.news dt,
dl.news dd{
	padding: 5px;
}

dl.news dt{
	clear: left;
	float: left;
	width: 7em;
	margin-left: 0.6em;
	padding-left: 1em;
	background: url(../../images/common/icon_arrow_blue.gif) no-repeat scroll left center;
}

* html dl.news dt{
	margin-left: 0.3em;
}

dl.news dd{
	padding-left: 9em;
}

dl.news dd.even{
	background-color: #ececec;
}



/*------------------------------------------------------------------------------

								IR情報トップ
								
------------------------------------------------------------------------------*/
body#IR div#section1{
	margin-bottom: 15px;
}

body#IR div#section1 h2{
	background-image: url(../../ir/images/section1_h2.gif);
}

body#IR div#section1 h2{
	background-image: url(../../ir/images/section1_h2.gif);
}

body#IR div.docWrapper{
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../../ir/images/doc_wrapper_lower.gif) no-repeat scroll left bottom;
}

body#IR div.doc{
	width: 320px;
}

body#IR div.doc h2{
	width: 320px;
	height: 42px;
	background: no-repeat scroll left top;
}

body#IR div#doc1 h2{
	background-image: url(../../ir/images/doc1_h2.gif);
}

body#IR div#doc2 h2{
	background-image: url(../../ir/images/doc2_h2.gif);
}

body#IR div#doc3 h2{
	background-image: url(../../ir/images/doc3_h2.gif);
}

body#IR div#doc4 h2{
	background-image: url(../../ir/images/doc4_h2.gif);
}

body#IR div#doc5 h2{
	width: 651px;
	background-image: url(../../ir/images/doc5_h2.gif);
}

body#IR div.doc ul{
	padding: 1px;
	border: 4px solid #cfcfcf;
	border-bottom-style: none;
}

body#IR div.doc ul li{
	margin: 0px 1px;
	padding: 5px;
	background: url(../../ir/images/li_bg.gif) repeat-x scroll left top;
	border-top: 1px solid #cacaca;
}

body#IR div.doc ul li h3{
	padding: 2px 5px;
	padding-left: 10px;
	background: url(../../images/common/icon_arrow_blue.gif) no-repeat scroll left center;
	font-weight: bold;
}

body#IR div.doc ul li p.text{
	padding-left: 10px;
}

p.buttonDownload{
	height: 26px;
	background: url(../../ir/images/button_download_ov.gif) no-repeat scroll right top;
}

p.buttonDownload a{
	float: right;
	width: 140px;
	height: 26px;
	background: url(../../ir/images/button_download.gif) no-repeat scroll right top;
}

p.buttonDownload a:hover{
	background-image: none;
}

body#IR div#doc5{
	width: 651px;
	margin-left: 10px;
	background-color: #cfcfcf;
}

body#IR div#doc5 div{
	margin: 4px;
	padding: 10px;
	background: #ffffff url(../../ir/images/li_bg.gif) repeat-x scroll left top;
	border: 1px solid #ffffff;
}

body#IR div#doc5 h3{
	padding: 2px 5px;
	padding-left: 10px;
	background: url(../../images/common/icon_arrow_blue.gif) no-repeat scroll left center;
}

body#IR div#doc5 h3 a{
	font-weight: bold;
}

body#IR div#doc5 ol li{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3em;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 90%;
}

body#IR div#doc5 p.note{
	padding-top: 15px;
	background-color: #ffffff;
}

body#IR div#doc5 p.note span{
	float: right;
	padding-top: 5px;
}

body#IR div#doc5 a#bannerReader{
	float: right;
	margin-left: 10px;
	width: 158px;
}

* html body#IR div#doc5 a#bannerReader{
	margin-left: 5px;
}



/*------------------------------------------------------------------------------

								電子公告
								
------------------------------------------------------------------------------*/
body#EAd div#section1 h2{
	background-image: url(../../ir/e_ad/images/section1_h2.gif);
}

body#EAd div#section1 p#unavailable{
	padding: 10px 0px;
	text-align: center;
}



/*------------------------------------------------------------------------------

								ニュースリリース
								
------------------------------------------------------------------------------*/
body#news div#section1 h2{
	background-image: url(../../ir/news/images/section1_h2.gif);
}

body#news div.section ol{
	padding: 10px 0px 15px 0px;
}

body#news div.section ol li{
	display: inline;
	padding-right: 10px;
	padding-left: 28px;
	background: url(../../images/common/icon_arrow_blue_l.gif) no-repeat scroll left center;
}

body#news div.section ol li a,
body#news div.section ol li span{
	font-weight: bold;
}

body#news div.section ol li span{
	color: #cccccc;
}

body#news div.section a.pdf{
	padding-right: 40px;
	background: url(../../ir/news/images/icon_pdf.gif) no-repeat scroll right center;
}



/*------------------------------------------------------------------------------

								データハイライト
								
------------------------------------------------------------------------------*/
body#data div#section1 h2{
	background-image: url(../../ir/data/images/section1_h2.gif);
}

body#data div.section{
	margin-bottom: 20px;
}

body#data div.section ul{
	padding: 10px 10px;
}

body#data div.section ul li{
	width: 290px;
	margin-bottom: 20px;
	text-align: center;
}

body#data div.section h3{
	margin-bottom: 5px;
	padding: 4px 10px;
	padding-top: 5px;
	background: #8c8c8c url(../../ir/data/images/h3_bg.gif) repeat-x scroll left bottom;
	color: #ffffff;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	text-align: left;
}



/*------------------------------------------------------------------------------

								株主優待制度
								
------------------------------------------------------------------------------*/
body#privilege div#section1 h2{
	margin-bottom: 10px;
	background-image: url(../../ir/privilege/images/section1_h2.gif);
}

body#privilege div.sectionContent div{
	margin-bottom: 30px;
	padding: 10px;
}

body#privilege h3{
	padding: 5px;
	padding-left: 10px;
	background-color: #dddddd;
	color: #000000;
	border-left: 3px solid #b1b1b1;
	font-weight: bold;
}

body#privilege div.section p.text{
	margin-bottom: 10px;
}

body#privilege div.section ul{
	width: 626px;
	padding-bottom: 1px;
	background: url(../../ir/privilege/images/ul_lower.gif) no-repeat scroll left bottom;
}

body#privilege div.section ul li{
	width: 308px;
	padding: 1px;
	padding-bottom: 0px;
	background-color: #cccccc;
}

* html body#privilege div.section ul li{
	width: 310px;
}

body#privilege div.section ul li.left{
	margin-right: 5px;
}

body#privilege div.section ul li img{
	vertical-align: top;
	border: 1px solid #ffffff;
}

body#privilege div.section ul li p.text{
	margin: 0;
	padding: 5px 10px;
	background-color: #e1e1e1;
}

body#privilege table th{
	width: 130px;
	vertical-align: middle;
	background-color: #fff0e0;
}

body#privilege div.section ol li{
	margin: 5px 0px;
	margin-left: 2em;
	list-style-type: decimal;
	list-style-position: outside;
}

body#privilege div.section p.note{
	color: #666666;
}