@charset "utf-8";

/****************************************/
/* 広貫堂　「株主の皆様へ」ページ用CSS  */
/****************************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");

/* INDEX以外のページ　左メニュー用CSS読み込み */
@import url("leftmenu.css");

/* ブログページ用CSS読み込み */
@import url("blog.css");

/***** 「株主の皆様へ」ページ用CSS *****/
/*** 共通 ***/
/*#pdf_box01{
	width:520px;
	padding:10px 20px;;
	margin-top:10px;
	background-color:#CCCCCC;
	font-size:90%;
}*//* 以上　背景色の場合　現在未使用 */

#pdf_box02{/* 枠の場合 */
	width:530px;
	padding:10px 19px;
	margin-bottom:10px;
	border:1px solid #999999;
	font-size:90%;
}
#pdf_box03{/* 枠の場合パート２（margin-topの値をプラス） */
	width:530px;
	padding:10px 19px;
	margin-top:10px;
	border:1px solid #999999;
	font-size:90%;
}
* html #pdf_box02, * html #pdf_box03{
	width:529px;
}


/* table */
.stock_table td{
	padding:5px;
}
.stock_table_midashi{
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	color:#605437;
	border-bottom:1px solid #CCCCCC;
}
.stock_table_midashi_valign{
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
	color:#605437;
	border-bottom:1px solid #CCCCCC;
}
.stock_table_midashi_top{
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	color:#605437;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.stock_table_data{
	border-bottom:1px solid #CCCCCC;
}
.stock_table_data_top{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.stock_table2 td{
	padding:5px;
}
.stock_table2{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.stock_table2_left{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.stock_table2_right{
	border-bottom:1px solid #CCCCCC;
}

/*** 「ごあいさつ」ページ ***/


/*** 「中期経営計画」ページ ***/


/*** 「IRニュース」ページ ***/


/*** 「決算公告」ページ ***/


/*** 「」ページ ***/


/*** 「業績ハイライト」ページ ***/
#highlight_link{
	width:570px;
	padding-top:10px;
}
#highlight_link ul li{
	width:190px;
	float:left;
	list-style:none;
}
/* table */
table.highlight_table{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	line-height:110%;
}
table.highlight_table td, table.highlight_table th{
	padding:3px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
table.highlight_table th{
	background-color:#EDE9DC;
	font-weight:normal;
}
/* under_line */
.h_under{
	margin-bottom:7px;
}

/*** 「株式基本情報」ページ ***/


/*** 「配当金・諸手続きについて」ページ ***/





