@charset "utf-8";
/* ---------------------------
・テーブル
--------------------------- */

/* ----- 基本テーブル ----- */

.tb-yse {
	width:95%;
	margin:15px auto 10px auto;
	padding: 0px;
	border-spacing: 0px;
	font-size: small;
}
.tb-yse thead th { border-color: #efefef #999999 #999999 #efefef; background-color: #ffffff; }
.tb-yse tbody th { border-color: #efefef #999999 #999999 #efefef; background-color: #ffffff;
 background-image: url(../img/base/back_tb01.gif); background-position: bottom; background-repeat: repeat-x; }
.tb-yse th { margin:0px; padding: 4px; 
 border: solid 1px; border-color: #efefef #999999 #999999 #efefef;
 background-image: url(../img/base/back_tb01.gif); background-position: bottom; background-repeat: repeat-x; 
 background-color: #ffffff; text-align: center;
}
.tb-yse td {
	margin:0px;
	padding: 4px;
	background-color: #F3F3F3;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	border-left-color: #dddddd;
}
