@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------section*/
/*Table*/
table.sheet_price {
	width: 100%;
	border-collapse: collapse;
}
table.sheet_price th, table.sheet_price td {
	font-size: 12px;
	line-height: 150%;
	background: url(../img/common_img/bg_table.gif) repeat-x left top;
	padding: 7px 10px;
	border: 1px solid #CCC;
	text-align: center;
}
table.sheet_price th {
	font-weight: bold;
	border-bottom: 1px solid #900;
}
table.sheet_price th span {
	font-weight: normal;
}
table.sheet_price td.cell_left {
	text-align: left;
}