
/*（編集画面のみ）----------------------------- */

/* 「ヘッダーの編集」ボタン */
div.headLinkControl {
	position: absolute;
	left: 0px;
	top: 80px;
}

/* 全般 javaスクリプト無効時のメッセージ表示 */
div.irbNoJavaScriptMessage {
	text-align: center;
	font-size: 120%;
	color: #ffffff;
	background-color: #FF0000;
}


/* 基本設定 ----------------------------------- */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin:0;
	text-align:left;
	background:url(http://www.matsuda-sangyo.co.jp/irb_img/hd_bg01.jpg) left top repeat-x;
}

table {
cellspacing: 0px;
}

/* ----------------------------- */
.irbTableACo, .irbTableIRc, .irbTableBGr, .irbTableIRe, .irbTableSIn, .irbTable {
	width:100%;
}

Table {
 border-collapse:collapse !important;
 border-spacing:0px !important;
}

/* ---パンくずリストの初期値を無効化-------------------------- */
div.bread {
	display:none;
}

/* 基本テーブル */
table.irbBLTable{
	width: 800px;
	background-color:#ffffff;
}

/* ヘッダー ----------------------------------- */

.irbHeaderTableD{
	width: 800px;
	font-size: 95%;
}

/* 幅 */
div.irbHeader{
	margin: 0px 0px 0px 0px;}

table.irbHeader{
	margin: 0px;
	padding:0px;
}

td.irHeaderSeparator {
	background-color:#cccccc;
}

/* 証券コード */
td.irbHeaderStockCode {
        font-size:75%;
	color:#ffffff;
        background-color:#ffffff;
	line-height:normal;
	vertical-align:top;
	padding:0px 0px 0px 10px; 
}

/* 文字リンク */
td.irbHeaderLinkTable {
	font-size:80%;
	line-height:normal;
	text-align:center;
	padding:5px 10px 0px 0px;
	vertical-align:middle;
}
td.irbHeaderLinkTable A:link{ 
        color:#666666; 
        text-decoration: underline;}
td.irbHeaderLinkTable A:active{ 
        color:#666666;
        text-decoration: underline;}
td.irbHeaderLinkTable A:visited{ 
        color:#666666;
        text-decoration: underline;}
td.irbHeaderLinkTable A:hover{ 
        color:#666666;
        text-decoration: underline;}

/* 文字サイズ変更 */
div.fontSizeControl {
	float: right;
	margin:5px 0px 0px 0px;
}

/* スローガン */
.irheadcomment {
        color:#0000ff;
        font-size :85%;
        padding:5px 0px 0px 10px;
}


/* メニュー ----------------------------------- */

/* セル */
td.irbMenuTableD{
	width: 210px;
	background:url(http://www.matsuda-sangyo.co.jp/images/sea.gif) left top no-repeat;
	font-size:75%;
}

div.irbNavigationMenu{
	margin-top: 5px;
	margin-left: 0px;
}


ul.level1 {
	width: 163px;
	margin-left: 27px;
	padding:0px;
}

/* 第一階層 */
ul.level1 li {
	width:163px;
	height:auto;
	padding-bottom:11px;
	margin:0;
	display: block;
	background: url("http://www.matsuda-sangyo.co.jp/irb_img/nv_01.gif") left bottom no-repeat;
	font-size:12px;
	line-height:12px;
}

ul.level1 li a {
	width:163px;
	padding:10px 43px 0 8px;
	margin:0;
	display: block;
	background: url("http://www.matsuda-sangyo.co.jp/irb_img/nv_02.gif") left top no-repeat;
}

/* 第二階層 */

ul.level1 li.open {
	width:163px;
	margin:0;
	padding:0;
	background: url("http://www.matsuda-sangyo.co.jp/irb_img/nv_03.gif");
	}

ul.level1 li.open ul.level2 {
	width:163px;
	margin:0;
	padding-top:0;
	background: url("http://www.matsuda-sangyo.co.jp/irb_img/nv_01.gif") left top no-repeat;
}

html>/**/body ul.level1 li.open ul.level2 {
	width:163px;
	margin:0;
	padding-top:15px;
	background: url("http://www.matsuda-sangyo.co.jp/irb_img/nv_01.gif") left top no-repeat;
}

ul.level1 li.open ul.level2 li {
	margin-top:13px;
}

html>/**/body ul.level1 li.open ul.level2 li {
	margin-top:0;
}


ul.level2 li {
	width:163px;
	margin-left:14px;
	padding:0;
	font-size:12px;
	line-height:13px;
	background: url("http://www.matsuda-sangyo.co.jp/irb_img/nv_03.gif");
}

html>/**/body ul.level2 li {
	width:163px;
	margin-left:-26px;
	padding:5px 0;
	font-size:12px;
	line-height:13px;
	background: url("http://www.matsuda-sangyo.co.jp/irb_img/nv_03.gif");
}

ul.level2 li a {
	width:163px;
	padding:0 8px;
	margin:0;
	display: block;
	background:url("http://www.matsuda-sangyo.co.jp/irb_img/nv_ic01.gif") left 2px no-repeat;
}


ul.level1 strong a,
ul.level1 li.trail a,
ul.level2 li.active strong a {
	color: #CC0134 !important;
	font-weight:normal;
}


ul.level2 li.leaf a {
	color: #059797 !important;
	font-weight:normal;
}


ul.level1 li a:link,
ul.level1-2 li a:link{ 
	color: #059797;
	text-decoration: none;
}
ul.level1 li a:visited,
ul.level1-2 li a:visited { 
	color: #059797;
	text-decoration: none;
}
ul.level1 li a:active,
ul.level1-2 li a:active { 
	color: #CC0134; 
	text-decoration: underline;
}
ul.level1 li a:hover,
ul.level1-2 li a:hover,
ul.level2 li.leaf a:hover { 
	color: #CC0134 !important; 
	text-decoration: underline; 
}




/* ボディ ------------------------------------- */

/* セル */
td.irbBodyTableD{
	width: 590px;
}

div.contentDivMainColumnTotalWidth {
	width:570px;
        margin-top: 5px;
}

div.contentDivMainColumnTotalWidth p {
	margin:0px;
}

div.contentDivMainColumnTotalWidth div div ul {
 margin:0px;
 padding:0px;
}

/* hr設定-- */
div.contentDivMainColumnTotalWidth hr {
display:none;/* 非表示-- */
}
div.contentDivMainColumnTotalWidth div div hr {
	display:none;/* 非表示-- */
}

/* FLASH設定 */
div.contentDivMainColumnTotalWidth object {
	margin:10px 0px 0px 0px;
}


/* フッタ ------------------------------------- */

/* セル */
td.irbFooterTableD div {
        font-size:78%;
	width: 590px;
}

div.irbFooter {
	margin: 10px 0 0 210px;
	padding:0;
}

div.irbFooter p {
	margin:0;	 
	padding:1px 0 20px;
    color:#000000;
    text-align:left;
	line-height:1em;
}


/* 全ページ 共通設定 -------------------------- */

/* リスト */
ul {
	margin-top: 0px;
	list-style: none;
}


/* 画像 ------------------------------ */

img { border-style: none }

.irbPictureTitle {
	font-size:90%;
	line-height:normal;
	font-weight: bold;
	text-align: center;
}



/* ダウンロードファイル------------------ */
div.irbFileDownload {
	margin: 2px 0px 2px 20px;
	font-size:85%;
	line-height:normal;
	color:#000066;
}

/* ファイルサイズ */
.irbDisplayFileSize{
	color:#000000;
	margin-left:5px;
	font-size:85%;
	line-height:120%;
}

div.irbFileDownloadTitle {
	margin: 3px 0px 2px 0px;
	line-height:120%;
} 


div.irbFileDownload a:link { 
	text-decoration:underline; 
	color:#000000;
}
div.irbFileDownload a:visited { 
	text-decoration:underline; 
	color:#000000;
}
div.irbFileDownload a:active { 
	text-decoration:underline; 
	color:#000000;
}
div.irbFileDownload a:hover { 
	text-decoration:underline; 
	color:#ff6600;
}



/* H1 -------------------------------- */

/* テキスト */
h1.irbTitleText {
	width:570px;
        color:#7D7D7D;
        font-size:130%;
        padding:2px 0px 0px 0px;
		background:url(http://www.matsuda-sangyo.co.jp/irb_img/h1_txbg01.gif) left bottom repeat-x;
}

h1 {
	margin:0px 0px 15px 0px;
}

/* 画像 */
h1.irbTitleImage {
	background-color: #FFFFFF;
}

/* H2 -------------------------------- */

/* テキスト */
h2.irbTitleText {
clear:both;
	padding: 1px 0px 10px 20px;
	font-size: 95%;
	font-weight: normal;
	line-height:normal;
	vertical-align:middle;
	width:100%;
	height: 20px;
	background-color: #FFFFFF;
	background-image: url("http://www.matsuda-sangyo.co.jp/irb_img/img_irbh2.gif");
	background-position: left 2px;
	background-repeat: no-repeat;
}
/* 画像 */
h2.irbTitleImage {
	background-color: #FFFFFF;
}
/* 余白 */
h2.irbTitleText, h2.irbTitleImage {
	margin: 10px 0px 5px 0;
}


/* プラグインダウンロードエリア ------ */
div.irbPlayerDownload {
	color:#999999;
	margin: 60px 0px 0px 10px;
	width: 100%;
}

/*テーブル定義*/
.irbPlayerDownload table {
	
	text-align:left;
}

/*パラグラフ*/
div.irbPlayerDownload .irbText{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:85%;
}


/* 全般 パラグラフ内部にあるパラグラフ表示位置の制御_ */
.irbInternalIterator { 
	margin: 20px 0px 0px 10px;
	width: 100%;
}


/* TOPページ「バックナンバーボタンの位置」061213_ */

div.irbBackNumber {
	margin:20px 0px 20px 0px;}


/* ページ内リンク -------------------- */

/* ページ内リンク
------------------------- */
/* マネジメントメッセージ */
div.irbInternalPageLinkMMe {
	margin: 0 5px 5px 18px;
}

div.irbInternalPageLinkMMe a {
	padding-left: 10px;
	background: url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_05.gif) no-repeat left center;
}

div.irbInternalPageLinkAreaBHi {
	margin: 10px 0 25px;
}
div.irbInternalPageLinkBHi a {
}

/* 財務ハイライト */
/* 決算短信 */
/* 株式情報 */
/* IRファイリング */
/* 投資家向けQ&A */
div.irbInternalPageLinkAreaBHi,
div.irbInternalPageLinkAreaBAn,
div.irbInternalPageLinkAreaIRf,
div.irbInternalPageLinkAreaFaq {
	margin: 0 5px 0 18px;
	_margin-bottom: 40px;
}

div.irbInternalPageLinkArea {
	margin: 0 5px 20px 18px;
}

/*div.irbInternalPageLinkBHi,*/
/*div.irbInternalPageLinkBAn,*/
div.irbInternalPageLink,
/*div.irbInternalPageLinkIRf,*/
div.irbInternalPageLinkFAq {
	margin-bottom: 3px;
	float: left;
	width: 32%;
}

div.irbInternalPageLinkBHi a,
div.irbInternalPageLinkBAn a,
div.irbInternalPageLink a,
div.irbInternalPageLinkIRf a,
div.irbInternalPageLinkFAq a {
	padding-left: 10px;
	background: url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_05.gif) left 4px no-repeat;
	line-height:1.5;
	height:1.5;
}

/*div.irbInternalPageLinkAreaBHi:after,*/
/*div.irbInternalPageLinkAreaBAn:after,*/
div.irbInternalPageLinkArea:after,
/*div.irbInternalPageLinkAreaIRf:after,*/
div.irbInternalPageLinkAreaFaq:after {
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden;
	content: "."; 
}







/* 株式情報 */
div.irbInternalPageLink a {
	font-size:85%;
	line-height:130%;
	}
div.irbInternalPageLink a:link { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLink a:visited { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLink a:active { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLink a:hover { 
	text-decoration:underline; 
	color:#666666;
}


/* 財務ハイライト */

div.irbInternalPageLinkBHi a {
	font-size:85%;
	line-height:130%;
}
div.irbInternalPageLinkBHi a:link { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLinkBHi a:visited { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLinkBHi a:active { 
	text-decoration:underline; 
	color:#666666; 
}
div.irbInternalPageLinkBHi a:hover { 
	text-decoration:underline; 
	color:#666666; 
}


/* 決算短信 */
div.irbInternalPageLinkBAn a{
	font-size:85%;
	line-height:130%;
	}
div.irbInternalPageLinkBAn a:link { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLinkBAn a:visited { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLinkBAn a:active { 
	text-decoration:underline; 
	color:#666666; 
}
div.irbInternalPageLinkBAn a:hover { 
	text-decoration:underline; 
	color:#666666; 
}

table.irbTableBAn {
width:100%;
text-align:left:
}


/* IRファイリング */

div.irbInternalPageLinkIRf a {
	font-size:85%;
	line-height:130%;
}
div.irbInternalPageLinkIRf a:link { 
	text-decoration:underline; 
	color:#666666;}
div.irbInternalPageLinkIRf a:visited { 
	text-decoration:underline; 
	color:#666666;}
div.irbInternalPageLinkIRf a:active { 
	text-decoration:underline; 
	color:#666666; }
div.irbInternalPageLinkIRf a:hover { 
	text-decoration:underline; 
	color:#666666; }


/* マネジメントメッセージ */

div.irbInternalPageLinkMMe a {
	font-size:85%;
	line-height:130%;
}
div.irbInternalPageLinkMMe a:link { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLinkMMe a:visited { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLinkMMe a:active { 
	text-decoration:underline; 
	color:#666666; 
}
div.irbInternalPageLinkMMe a:hover { 
	text-decoration:underline; 
	color:#666666; 
}


/* 投資家向けQ&A */

div.irbInternalPageLinkFAq a {
	font-size:85%;
	line-height:130%;
}
div.irbInternalPageLinkFAq a:link { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLinkFAq a:visited { 
	text-decoration:underline; 
	color:#666666;
}
div.irbInternalPageLinkFAq a:active { 
	text-decoration:underline; 
	color:#666666; 
}
div.irbInternalPageLinkFAq a:hover { 
	text-decoration:underline; 
	color:#666666; 
}




/* 文字 ------------------------------ */

/* リンク */
A:link { text-decoration:underline; color:#3333FF; }
A:visited { text-decoration:underline; color:#800080; }


/* 説明文 */
.irbPageExplain {
	margin:20px 0px 20px 0px;
	font-size:85%;
	line-height:132%;
}

.irbtext{
	margin:20px 0px 10px 10px;
	font-size:85%;
}


/* テーブル表組み ----------------------------- */



/* 決算短信 -------------------------- */

td.irbTableHeaderBAn {
	margin:0px 0px 0px 0px;
	font-size:90%;
	text-align:center;
	background-color:#e6e6e6;
	line-height:normal;
}

td.irbTableDataBAn {
	font-size:82%;
        padding: 0px;
	line-height:normal;
        background-color:#fff;
        width:50%;
}


td.irbTableDataBAn A:link{color:#000000;}
td.irbTableDataBAn A:visited{color:#000000;}
td.irbTableDataBAn A:hover{color:#ff6600;}

/* お問い合わせ ---------------------- */

form td.irbTableTitle {
	font-size:82%;
	line-height:132%;
	background-color:#E3F9FF;
}


/* 株式情報 ＆財務ハイライト＆月次情報などテーブル（DataGrid）*/
table.irHead{
      font-size:80%;
      line-height:130%;
      background-color:#FFF;
}

td.tableHead{
      padding:2px 2px 3px 2px;
      color:#000000;
      font-weight:normal;
      border:0px;
      border-style:solid;
      border-color:#9EBCDB;
      background-color:#B3E4FF;
}

td.table{
      padding:2px 2px 3px 2px;
      border:0px;
      border-style:solid;
      border-color:#9EBCDB;
}

tr.tableAlt {
	background-color: #E3F9FF;
}


/* 全般 可視テーブルの配色 左列タイトル部分_ */

td.irbTableTitle {
	padding:3px 5px 3px 5px;
	font-size:90%;
	line-height:132%;
	background-color: #B3E4FF;
}
/* 全般 可視テーブルの配色 データ部分_ */
td.irbTableData {
	padding:3px 5px 3px 5px;
	font-size:90%;
	line-height:132%;
	background-color: #FFF;
}

div p img { margin:10px 0 0 0; }


/* 全般 可視テーブルの配色 左列タイトル部分_ */

td.irbTableHeader {
	font-weight:normal;
	background-color:#e6e6e6;
	text-align:center;
}


/* このページトップへ ------------------------- */

div.toTop {
	text-align:right;
	margin:10px 0 15px 0;
}

/* ニュースリリース --------------------------- */

div.irbTopPRListYear {
	margin:0px;
	width:100%;
	height:80px;
	text-align:left;
}
/*div.irbTopPRListYearTitle .irbTopPRListYearID {
	clear:both;
	float:none;
	font-size: 100%;
 	line-height:normal;
	background-color:#0099ff;
	font-weight:bold;
}*/

div.irbTopPRListYear span.irbTopPRListYearID {
width:12%;
	margin-right: 20px;
	padding-left: 10px;
	background: url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_05.gif) no-repeat left center;
}

/*div.irbTopPRListYear .irbTopPRListYearID {
	display:block;
	float:left;
	width:100px;
	font-weight: bold;
	background-color: #37AFFF;
	text-align:center;
	line-height:25px;
	vertical-align:middle;
	margin-left:1px;
	margin-bottom:1px;
	color:#ffffff;
	font-size: 85%;
}*/

.irbTopPRListYear A:link{color:#666666;}
.irbTopPRListYear A:visited{color:#666666;}


div.irbTopPRListYearTitle {
	margin-left:0px;
	padding: 1px 0px 10px 20px;
	font-weight:bold;
	line-height:normal;
	vertical-align:middle;
	width:100%;
	height: 20px;
	background-color: #FFFFFF;
	background-image: url("http://www.matsuda-sangyo.co.jp/irb_img/img_irbh2.gif");
	background-position: left 2px;
	background-repeat: no-repeat;
}

div.irbTopPRList {
	font-size: 100%;
	line-height:normal;
	margin: 5px 0px 0px 10px;
	width: 100%;
}

.irbTopPRListDate{
	font-size: 95%;
	color : #666666;
	margin: 5px 10px 0px 0px;
	float: left;
}

.irbTopPRListTitle{
	font-size: 95%;
	margin: 5px 0px 0px 90px;
}


/*-------_*/
/* プレス(ニュース)リリース詳細ページ(編集画面のみ) リダイレクト設定時のメッセージ表示_ */
div.irbRedirectMessage {
	text-align: center;
	font-size: 120%;
	color: #ffffff;
	background-color: #FF0000;
}

/* プレス（ニュース）リリース詳細ページ タイトル_ */
h2.irbPRLinkTitle{
	text-align: center;
	font-size:120%;
	font-weight:bold;
	margin: 15px 0px 10px 0px;
}
/* プレス（ニュース）リリース詳細ページ サブタイトル_ */
h4.irbPRLinkTitle{
	text-align: center;
	font-size:100%;
	font-weight:normal;
	margin: 0px 0px 10px 0px;
}


/* プレス（ニュース）リリース詳細ページ 文書日付・発信者_ */
.irbPRLinkDocDate{
	text-align: right;
	font-size: 90%
	margin: 0px 0px 5px 0px;
}


/* 個人投資家の皆様へ ------------------------- */

.irbTableDataIIn {
	margin:10px 0px 0px 0px;
}

.irbTextIIn {
	font-size:85%;
	line-height:normal;
}



/* 株価情報 ----------------------------------- */

.irbStockQuoteDisplay {
	margin:40px 0px 0px 0px;
}
.irbStockQuoteLinkIconTable {
	width:25%;
}
.irbStockQuoteLinkTextTable {
	width:75%;
	text-align:left;
}

/* 株価情報 リンク 061201------------------- */

.irbStockQuoteDisplay A:link { 
	text-decoration:underline; 
	color:#000000; 
}
.irbStockQuoteDisplay A:visited { 
	text-decoration:underline; 
	color:#000000; 
}
.irbStockQuoteDisplay A:active { 
	text-decoration:underline; 
	color:#000000; 
}
.irbStockQuoteDisplay A:hover { 
	text-decoration:underline; 
	color:#ff6600; 
}



/* IR説明会(topページwhat'sNewリスト------------ */


/* Topページ What'sNewに掲載するリストの表示領域_ */
.irbListSubPage{
	margin: 0px 0px 5px 0px;
	width: 100%;
}

/* TOPページ What'sNewに掲載するリス 日付表示エリアの定義_ */
.irbListSubPageDate{
	font-size:95%;
	color : #666666;
	font-weight: nomal;
	margin: 0px 10px 0px 0px;
	float: left;
}

/* TOPページ 詳細ページのリスト表示 タイトルエリア_ */
.irbListSubPageTitle{
	font-size:95%;
	font-weight: nomal;
	margin: 0px 0px 0px 80px;
}

.irbListSubPageTitle A:link{color:#000000;}
.irbListSubPageTitle A:visited{color:#000000;}
.irbListSubPageTitle A:active{color:#000000;}
.irbListSubPageTitle A:hover{color:#000000;}


/* IRコンテンツ一覧(topページ一覧------------ */

/* 1つ横長 */
/* 
div.conlist_03 {
width:567px;
height:auto;
padding-bottom:18px;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_07.gif) left bottom no-repeat;
font-size: 100%;
}

div.conlist_03 div {
width:567px;
padding-top:15px;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_06.gif) left top no-repeat;
font-size: 100%;
}

div.conlist_03 ul {
width:537px;
margin-left:15px;
}

div.conlist_03 ul li {
float:left;
width:243px;
margin:0;
padding-left:25px;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_04.gif) left 5px no-repeat;
}
*/

div.conlist_03_top {
width:567px;
height:5px;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_06.gif) left top no-repeat;
font-size: 0;
}

div.conlist_03 {
width:567px;
height:auto;
padding-bottom:5px;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_07.gif) left bottom no-repeat;
font-size: 100%;
}

div.conlist_03 p {
padding:12px 25px 0 25px;
}

div.conlist_03 ul {
width:537px;
margin-left:15px;
}

div.conlist_03 ul li {
float:left;
width:243px;
margin:0;
padding-top:12px;
padding-left:25px;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_04.gif) left 17px no-repeat;
}

div.conlist_03 ul a:link,
div.conlist_03 ul a:visited,
div.conlist_03 ul a:active {
color:#000000;
text-decoration:none;
}

div.conlist_03 ul a:hover {
color:#000000;
text-decoration:underline;
}



/* 横1つ並び */
div.conlist_01 {
width:567px;
padding:0;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_03.gif) -293px bottom no-repeat;
font-size: 100%;
}

/* 横2つ並び */
div.conlist_02 {
width:567px;
margin-bottom:15px;
padding:0;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_03.gif) left bottom no-repeat;
font-size: 100%;
}


div.conlist_lef {
float:left;
width:274px;
}

div.conlist_rig {
float:right;
width:274px;
margin-left:19px;
_margin-left:16px;
}

p.conlist_tit {
width:274px;
padding:8px 15px 6px;
font-weight:bold;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_01.jpg) left top no-repeat;
}

p.conlist_tit a:link,
p.conlist_tit a:visited,
p.conlist_tit a:active {
color:#000000;
text-decoration:none;
}

p.conlist_tit a:hover {
color:#000000;
text-decoration:underline;
}

ul.conlist_list {
width:274px;
height:auto;
padding:0;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_02.gif) left top no-repeat;
/*line-height:1em;*/
}


ul.conlist_list li {
width:244px;
padding-left:25px;
padding-top:12px;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_04.gif) left 15px no-repeat;
}

ul.conlist_list li.read {
width:219px;
*width:244px;
padding:12px 25px 12px 25px;
*padding:12px 0 12px 25px;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_04.gif) -100px -100px no-repeat;
}

/*ul.conlist_list li.rig {
float:left;
width:125px;
_width:140px;
margin:0;
padding-left:25px;
padding-top:12px;
background:url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_04.gif) left 12px no-repeat;
}
*/


ul.conlist_list a:link,
ul.conlist_list a:visited,
ul.conlist_list a:active {
color:#000000;
text-decoration:none;
}

ul.conlist_list a:hover {
color:#000000;
text-decoration:underline;
}

div.conlist_clear {
clear:both;
padding:5px 0;
}


/* 投資家向けQ&A ------------------------------ */

div.irbQuestion {
	margin:0px 0px 0px 20px;
	font-size:90%;
	line-height:152%;
}

div.irbAnswer {
	margin:5px 0px 10px 40px;
	font-size:90%;
	line-height:132%;
}

div.irbQuestion A:link {
	text-decoration: underline; 
	color:#000000; 
}

div.irbQuestion A:visited {
	text-decoration: underline; 
	color:#000000; 
}

div.irbQuestion A:active {
	text-decoration: underline; 
	color:#000000; 
}

div.irbQuestion A:hover {
	text-decoration: underline; 
	color:#000000; 
}


/* サイトマップ ------------------------------- */

dt.irbSitemapTitle {
	margin:20px 0px 10px 20px;
	font-size:82%;
	line-height:132%;
	padding-left: 10px;
	background: url(http://www.matsuda-sangyo.co.jp/irb_img/contlist_05.gif) no-repeat left center;
}

dd.irbSitemapDescription {
	margin:5px 0px 0px 50px;
	font-size:82%;
	line-height:132%;
}


/* その他 ------------------------------------- */

textarea,input.text,select {
	width: 90%;
}

input.submit {
}

input.checkbox,input.radio {
	position: relative;
	top: 3px;
	margin-right: 6px;
}

.searchresult {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.searchresult p {
	margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
	display: block;
	margin-bottom: 2px;
}

/* ------- お問い合わせページ独自CSS -------------------------------------- */
	/* お問い合わせページの「Body」タグにつくクラス --------------------------------- */
	.irbInquiryBody {
		text-align:center;
		background-image: none;
		background-color:#ffffff;
	}


table.toi_footer {
	margin-left:-210px;
}


	/* お問い合わせページに表示するコンテント全体を囲った「Div」タグにつくクラス ---- */
	.irbInquiryContent {
 		width:598px;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		background-color:#ffffff;
	}
	
	
/* ----------------------------- */
.irbTable {
	width:100%;
}

/* 以下、DataGrid以外のテーブルの枠------------ */
/* ----- 成長の軌跡：沿革の表 ----- */
.irbTableBGr td {
	padding: 4px;
	margin: 2px;
	border-bottom: 1px solid #ffffff;
}

.irbTableBGr { width:100%; }



/* ----- IR説明会：子供ページの表 ----- */
.irbTableIRe td.irbTableTitle {
	padding: 3px 5px 3px 5px;
	border: 1px solid #9EBCDB;
	font-size:90%;
	line-height:14pt;
}

.irbTableIRe td.irbTableData {
	padding: 3px 5px 3px 5px;
	border: 1px solid #9EBCDB;
	font-size:90%;
	line-height:14pt;
}

.irbTableIRe {
	border:1px solid #9EBCDB;
}

/* ----- 株式情報：株式案内と株式の状況の表 ----- */
.irbTableSIn td.irbTableTitle {
	padding: 3px 5px 3px 5px;
	margin: 2px;
	font-size:90%;
	line-height:14pt;
	border: 1px solid #9EBCDB;
	border-collapse:separate;
	width:40%;
}

.irbTableSIn td.irbTableData {
	padding: 3px 5px 3px 5px;
	font-size:90%;
	line-height:14pt;
	margin: 2px;
	border: 1px solid #9EBCDB;
}

.irbTableSIn {
	width:100%;
	margin:1px;
}


/* ----- IRカレンダー： ----- */

.irbTableIRc td.irbTableHeader1 {
	background-color: #B3E4FF;
	padding: 3px;
	border-collapse:separate;
	font-weight: normal;
	border: 1px solid #9EBCDB;
	table-layout:fixed;width:30%;
	text-align:center;
}

.irbTableIRc td.irbTableHeader2 {
	background-color: #B3E4FF;
	padding: 3px;
	border-collapse:separate;
	font-weight: normal;
	border: 1px solid #9EBCDB;
	table-layout:fixed;width:48%;
	text-align:center;
}

.irbTableIRc td.irbTableHeader3 {
	background-color: #B3E4FF;
	padding: 3px;
	border-collapse:separate;
	font-weight: normal;
	border: 1px solid #9EBCDB;
	table-layout:fixed;width:20%;
	text-align:center;
}

.irbTableIRc td.irbTableData {
	padding: 3px 5px 3px 5px;
	border: 1px solid #9EBCDB;
	width:50%;
}

.irbTableIRc{ width:100%; }



/* ----- アナリストカバレッジ： ----- */
.irbTableACo {
	table-layout:fixed;width:100%;
}

.irbTableACo td.irbTableHeader1 {
	background-color: #B3E4FF;
	padding: 5;
	border-collapse:separate;
	font-weight: normal;
	border: 1px solid #9EBCDB;
	table-layout:fixed;width:60%;
}

.irbTableACo td.irbTableHeader2 {
	background-color: #B3E4FF;
	padding: 5;
	border-collapse:separate;
	font-weight: normal;
	border: 1px solid #9EBCDB;
	table-layout:fixed;width:40%;
}

.irbTableACo td.irbTableData {
	padding: 2px;
	margin: 2px;
	border: 1px solid #9EBCDB;
	width:50%;
}


/* IR関連開示資料 ------------------- */

.irbSmallChartBAr {
	margin: 0 10px 5px 0;
	padding:0px;
	float:left;
	width:100px;
	height:100px;
}

.irbTextBAr {
	margin: 0 0 10px;
	padding:0;
	font-size:85%;
	line-height:132%;
	vertical-align:top;
}

.irbTableTPi {
	clear: both;
}

