@charset "utf-8";

/************************************/
/* 広貫堂　「会社案内」ページ用CSS  */
/************************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");

/* INDEX以外のページ　左メニュー用CSS読み込み */
@import url("leftmenu.css");

/***** 「会社案内」ページ用CSS *****/
/************/
/* 基本情報 */
/************/
#index_table th, #index_table td{
	padding:5px;
	border-bottom:1px solid #CCCCCC;
}
#index_table th{
	color:#605437;
}
#index_table .topline{
	border-top:1px solid #CCCCCC;
}
#inteble td{/* 入れ子になっているtableのボーダーをクリア */
	border:none;
}

/********************/
/* 所在地・アクセス */
/********************/
.map_toyamamap{
	padding-bottom:10px;
}
.map_address{
	margin-top:5px;
	margin-bottom:5px;
}
.map_photo{
	float:left;
	margin-right:5px;
}
.google_map{
	width:225px;
	float:left;
}
#gmap01{
}
#gmap02{
}
.magnify{/* 地図を拡大するボタン（magnify…「拡大する」の意） */
	margin-top:5px;
	text-align:right;
}

/********/
/* 役員 */
/********/
.officer_date{
	margin-top:7px;
	margin-bottom:7px;
}

/**********/
/* 組織図 */
/**********/
#orga_pic{
	padding-top:15px;
	margin-top:10px;
	border-top:1px dotted #CCCCCC;
}

/********************/
/* グループ会社一覧 */
/********************/
.group_table{
	margin-top:5px;
}
.group_table td{
	padding:5px 0px;
}
.group_table_midashi{
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	/*color:#006600;*/
	font-size:110%;
	color:#006666;
	border-bottom:1px solid #CCCCCC;
}
.group_table_midashi_top{
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	font-size:110%;
	color:#006666;
	/*color:#006600;*/
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.group_table_data{
	border-bottom:1px solid #CCCCCC;
}
.group_table_data_top{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
/* 各会社へのテキストリンク */
.to_other_co{
	margin:10px 0px;
}

/**************/
/* ごあいさつ */
/**************/

/* ※「株式の皆様へ」や「採用情報」にも使用するため、common.cssに記述しています。 */


/************/
/* 経営理念 */
/************/
#philo_bg{
	background-image:url(../_images/company/philo/philo_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

/************/
/* 品質方針 */
/************/
.char_catch{
	padding-bottom:15px;
	text-align:left;
}
#char_bg{
	background-image:url(../_images/company/charter/char_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}


/******************/
/* 広貫堂のあゆみ */
/******************/
/* 年表（「わが社の栄光」ページにも使用） */
#chronological td{
	padding:5px;
}
.chrono_date{
	background-color:#EEEBDB;
	text-align:center;
	vertical-align:middle;
	font-size:110%;
}

/****************/
/* わが社の栄光 */
/****************/




