/* ロゴ＆カラーを変更 */

/* ----------基本設定---------- */

/* ベース文字カラー */
body {
	color:#333;
}

/* 全体 */
#base {
	border-color:#DBDCF2;
}

/* 会社ロゴ */
#header h1 {
	position:absolute;
	top:22px;
	left:25px;
	margin:0;
	padding:0;
}

/* 見出し */
#contents h2, #contents h2.main {
	background-color:#383DCD;
}


/* ----------オリジナル葬儀基本セット---------- */

/* ボーダーカラー */
#attention div.baseset, #attention div.tel, #attention div.tel2 {
	border-color:#EEE;
}

/* フリーダイヤル・ベースカラー */
#attention div.tel, #attention div.tel2  {
	background:#C72301;
}

/* トップページ紹介文：リスト */
#contents ul.main {
	color:#C72301;
}


/* ----------料金表---------- */

/* 料金表文字基本カラー */
table.pricelist {
	color:#333;
}

/* 基本価格(左側セル)下地カラー */
table.pricelist .baseprice {
	background:#EEE;
	background:#DBDCF2;
}

/* 会員価格(右側セル)下地カラー */
table.pricelist .memberprice {
	background:#D0C9E0;
	background:#FFBEB0;
}

/* 会員価格強調数字カラー */
table.pricelist .memberprice span.price {
	color:#F60;
}

