@charset "UTF-8";

/* price.css */
/*
Last update : 2008/12/08 @GL-MA
-------------------------------------

Index:
-------------------------------------
001/ policy 		(@_01)
-------------------------------------

/* ================================================================================================
001/ Price (@_01)
================================================================================================ */
div#price {
		text-align: left;
		}
/* ---------- Index Category ---------- */
p.indexList_example { background: url(/price/images/indexList_exampleImg.jpg) no-repeat 8px 3px;}
p.indexList_payment { background: url(/price/images/indexList_paymentImg.jpg) no-repeat 8px 3px;}
p.indexList_list { background: url(/price/images/indexList_listImg.jpg) no-repeat 8px 3px;}
p.indexList_addition { background: url(/price/images/indexList_additionImg.jpg) no-repeat 8px 3px;}
/************************************************************** PRICE-APPEAL */

div#price-appeal {
		background: transparent url(./images/price-02.jpg) no-repeat;
		margin: 10px;
		padding: 0 0 0 180px;
		}

div#price-appeal dl dt {
		font-weight: bold;
		font-size: 14px;
		}
div#price-appeal dl dd {
	margin-bottom: 15px;
	}
/************************************************************** ATTENTIONS */
.contentsBlock {
		width: 436px;
		margin-left: 50px;
		padding: 20px;
		border-left: 4px double #ccc;
		}
*html body .contentsBlock {
		width: 480px;
		}
/* END PRICE */
