body {
	background:#FFF;
	margin:0;
	padding:0;
}

/* 全体 */
#base {
	width:730px;
	background:url(img/back.jpg) repeat-x;
	margin:0 auto;
	border:solid 1px;
	border-top:none;
}

/* ヘッダ */
#header {
	position:relative;
	height:100px;
}

/* 右上フリーダイヤル */
#header div.tel {
	position:absolute;
	top:50px;
	left:495px;
}

/* ナビゲーション */
#navigation {
	position:relative;
	width:680px;
	height:47px;
	margin:0 25px;
	background:url(img/navigation.gif) no-repeat;
}

/* ナビゲーションリスト */
#navigation ul {
	position:absolute;
	top:15px;
	left:0;
	list-style-type:none;
	margin:0;
	padding:0;
}

/* ナビゲーション各リスト */
#navigation ul li {
	display:inline;
	margin-right:12px;
}

/* アテンション：センターメインのサービス告知部分 */
#attention {
	width:680px;
	margin:20px 25px 0 25px;
}

/* オリジナル葬儀基本セット */
#attention div.baseset {
	border:solid 6px;
}

/* フリーダイヤル・ベース */
#attention div.tel {
	width:668px;
	text-align:center;
	border:solid 6px;
	border-top:0;
}

/* フリーダイヤル・ベース2（お問合せページ・トップボーダーあり） */
#attention div.tel2 {
	width:668px;
	text-align:center;
	border:solid 6px;
}

/* フリーダイヤル・イメージ */
#attentin div.tel img {
	width:341px;
	margin:0 auto;
}

/* コンテンツ */
#contents {
	width:680px;
	margin:0 25px 20px 25px;
}

/* 見出し */
#contents h2 {
	clear:left;
	font-size:14px;
	line-height:130%;
	color:#FFF;
	margin:1.5em 0 0.5em 0;
	padding:3px 10px;
}

/* 見出し・トップページ */
#contents h2.main {
	height:32px;
	text-indent:-10000px;
	background:url(img/title.gif) no-repeat 10px 5px;
	padding:0;
}

/* フッタ */
#footer {
	position:relative;
	width:680px;
	height:80px;
	margin:40px 25px 0 25px;
	background:url(img/navigation.gif) no-repeat top left;
}

/* フッタ・サポートイメージ */
#footer img {
	display:block;
	position:absolute;
	width:155px;
	height:15px;
	top:16px;
	left:524px;
}

/* 画像ボーダー非表示 */
img {
	border:none;
}

/* ※文字 */
p.caution {
	font-size:70%;
	margin:0.3em 0 0 0;
}

/* フォーム・マージンなし */
form {
	margin:0;
}

/* トップページ紹介文・リスト */
p {
	font-size:80%;
	line-height:150%;
	color:#666;
}

/* トップページ紹介文・リスト */
#contents ul.main {
	font-size:90%;
	font-weight:bold;
	list-style:disc;
	margin-left:2em;
}


/* --------------------------紹介ページ-------------------------- */

/* 料金比較表組み */
table.pricelist {
	width:100%;
	font-size:80%;
	border:0;
}

/* 各セル基本設定 */
table.pricelist td, table.pricelist th {
	padding:0.5em;
	text-align:center;
}

/* 基本価格 */
table.pricelist .baseprice {
	width:30%;
}

/* 会員価格 */
table.pricelist .memberprice {
	width:70%;
	font-weight:bold;
}

/* 会員価格強調数字 */
table.pricelist .memberprice span.price {
	font-size:130%;
}

/* リスト */

/* セットに含まれるサービス等 */
#contents ul {
	position:relative;
	font-size:80%;
	line-height:150%;
	list-style:none;
	margin:0 0 0 0.5em;
	padding:0;
}

/* 葬儀基本セットに含まれるサービス */
#contents ul.list1 {
	height:140px;
}

/* 葬儀基本セットに含まれないもの */
#contents ul.list2 {
	height:90px;
}

/* 各アイテム */
#contents ul.list1 li, #contents ul.list2 li {
	float:left;
	width:33%;
}

/* 最後のアイテム（マージン調整） */
#contents ul li.e {
	margin-bottom:25px;
}

/* --------------------------お問合せページ-------------------------- */
dl.contact {
	font-size:80%;
}

/* フォームパーツ */
dl.contact dd {
	margin:-1.3em 0 1em 8em;
}

/* フォームの横幅各種 */

dl.contact dd .fielda {
	width:200px;
}

dl.contact dd .fieldb {
	width:400px;
}

dl.contact dd .fieldc {
	width:60px;
}

/* 送信ボタン */
dl.contact dd .submit {
	width:150px;
	margin:0.8em 0;
}

