@charset "Shift_JIS";

/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : template.css
  Date       : 2006.02.10
  Last Update: 2006.02.10
-------------------------------------------------*/

/* レイアウト
-------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

/* 汎用クラス
-------------------------------------------------*/
.img-line {
	background-image: url(../../img/eqpmt_divider.gif);
	background-repeat: no-repeat;
	width: 11px;
}

.img-arrow {
	background-image: url(../../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 57px; 
	width: 13px;
}

.txt {
	color: #333;
	font-size: 12px;
	line-height: 1.5;
}

.txt_s {
	color: #000;
	font-size: 11px;
	line-height: 1.2;
}

.caption {
	color: #666666;
	font-size: 12px;
}

.caption-table th {
	padding: 0 0.5em 0 0;
	font-weight: normal;
}

