@charset "utf-8";

/*============================================
テーブル
============================================*/
table#ichiran {
	width : 98%;				/*テーブル全体の幅*/
	align : center;
	border : 1;
/*	border-collapse : collapse;		/*セルの周りに隙間を空けない*/
}

table#ichiran th {
/*	width : 150px;				/*見出しセルの幅*/
/*	padding : 10px;				/*パディング*/
/*	text-align : center;		/*センター揃えにする*/
/*	white-space : nowrap;		/*セル内の改行を禁止する*/
/*	background-color : #ccccee;			/*セルの背景色*/
/*	border-bottom : dotted #666666 1px;	/*セルのボーダー*/
}

table#ichiran td.left {
	width : 60%;				/*見出しセルの幅*/
	background-color : #eeeeff;		/*セルの背景色*/
	padding : 3px 0px 0px 10px;		/*パディング*/
/*	border-bottom : dotted #666666 1px;	/*セルのボーダー*/
}

table#ichiran td.center {
/*	width : 25%;				/*見出しセルの幅*/
	text-align : center;		/*センター揃えにする*/
	background-color : #ffffff;		/*セルの背景色*/
/*	border-bottom : dotted #666666 1px;	/*セルのボーダー*/
}

table#ichiran td.right {
/*	width : 15%;				/*見出しセルの幅*/
	text-align : center;		/*センター揃えにする*/
	background-color : #ffffff;		/*セルの背景色*/
/*	border-bottom : dotted #666666 1px;	/*セルのボーダー*/
}

table#ichiran td a {
	text-decoration : none ;		/*リンク部分を下線無しにする*/
}

table.company {
	width : 100%;				/*テーブル全体の幅*/
	margin : 0px 0px 0px 0px;	/*  */
}

.img_hyo {		/* 表内の画像配置 */
	width : 100px; 				/*画像の表示サイズを指定*/
/*	margin : 5px 0px 10px 10px;	/*マージン*/
/*	float : right;				/*画像を右寄せrightにする*/
/*	border-radius : 5px;			/*角丸にする*/
}
