@charset "UTF-8";


/* ------------------------------------------------------------
 ドライブプラザ　ハイウェイカード　共通CSS
 更新日:07/08/20
	
	[目次]
	0:common style
 1:H style
	2:div.main
		2-1:table.cardlist(払い戻しの右部Table制御)
		2-2:dl.contact_tel(お問い合わせ電話番号)
------------------------------------------------------------ */


/* 
 0:common style
------------------------------ */

div#contents p.linkText{
text-align:right;
}

.subttl{
font-weight:bold;
text-align:left;
margin:10px 0;
clear:both;
}

/* 
 1:H style
------------------------------ */

div#contents h1{
background:url(../../Copy of highway_card/img/h1_bg.gif) no-repeat top left;
}

/* 
 2:div.main
------------------------------ */

/* 2-1:table.cardlist(払い戻しの右部Table制御) ------ */

table.cardlist th{
width:80px;
}

table.cardlist td{
text-align:right;
}

/* 2-2:dl.contact_tel(お問い合わせ電話番号) ------ */

dl.contact_tel{
margin-bottom:10px;
}

dl.contact_tel dt{
width:280px;
padding-bottom:4px;
clear:left;
float:left;
}

dl.contact_tel dd{
width:340px;
padding-bottom:4px;
margin:0 0 0 280px;
}

