@charset "UTF-8";

/* ---------------------------------------------

	created: 2008-11-10;
	last-modified: 2008-11-11;

--------------------------------------------- */


/* css start ------------ */


/* --------------------------------------------------------------------
	レイアウト：トップページ
-------------------------------------------------------------------- */

body#guideIndex div#contentsArea {
	padding: 4px 0 0;
}


/* ---------------------------------------------
	表
--------------------------------------------- */

body#guideIndex div#contentsArea p.tit {
	padding: 46px 0 0 18px;
}

body#guideIndex div#contentsArea table.data {
	margin: 15px 0 0 18px;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

body#guideIndex div#contentsArea table.data th,
body#guideIndex div#contentsArea table.data td {
	vertical-align: top;
}

body#guideIndex div#contentsArea table.data th {
	background: url(../img/idx_tbl_th_foot.gif) no-repeat left bottom #f2f2f2;
	width: 142px;
	text-align: left;
}

body#guideIndex div#contentsArea table.data th.last {
	background-image: url(../img/idx_tbl_th_foot_2.gif);
}
	
body#guideIndex div#contentsArea table.data th div {
	background: url(../img/idx_tbl_th_head.gif) no-repeat;
	padding: 17px 0 17px 20px;
}

body#guideIndex div#contentsArea table.data td {
	padding: 14px 0 14px 15px;
}	

body#guideIndex div#contentsArea table.data td.dot {
	background: url(../../common/img/tbl_dot.gif) repeat-x 1px bottom;
}


/* クレジットカード */

body#guideIndex div#contentsArea table.card {
	width: 530px;
	margin: 16px 0 16px 1px;
	border: 0;
}

body#guideIndex div#contentsArea table.card th {
	padding: 0 0 0 9px;
	background: url(none);
}

body#guideIndex div#contentsArea table.card td {
	padding: 8px 0 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.4em;
}




body#guideIndex div#contentsArea table ul {
	list-style-type: disc;
	padding: 0 0 0 16px;
}

body#guideIndex div#contentsArea table .note {
	font-size: 10px;
	line-height: 1.4em;
}

body#guideIndex div#contentsArea table .freedial {
	padding: 0 14px 0 35px;
	background: url(../img/idx_icon_freedial.gif) no-repeat 18px center;
}



	
/* css end ------------ */