/* 
	管理HOMEページのCSS定義
*/

/* **************************************************************************** */
/* CSSの再定義 Start */

#m_s_outline_outline a { background-color: #ddd; }

/* 基本CSSの再定義 End */
/* **************************************************************************** */


/* テーブルの幅定義 */
th {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

table#outline_company {
	width: 530px;
}
table#outline_company th {
	font-weight: bold;
}
table#outline_company th.td_1 {
	width: 120px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 15px;
}
table#outline_company td.td_2 {
	text-align: left;
	vertical-align: top;
	padding-bottom: 15px;
}
table#outline_company td.td_3 {
	text-align: left;
	line-height: 2.0;
	vertical-align: top;
	padding-bottom: 15px;
}

table#outline_company th.bottom_td_1 {
	font-weight: bold;
	width: 120px;
	text-align: left;
	vertical-align: top;
}
table#outline_company td.bottom_td_2 {
	text-align: left;
	vertical-align: top;
}





















