@charset "UTF-8";

/*
**********************************************************************

* payment.css

* site name   : http://holon-tierra.com/
* description : Payment Page styles
* since       : 2008-06-09
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Main Body styles

==========================================================
*/

/*
*********************************************************************

* 1: Main Body styles

*********************************************************************
*/

div#Contents h1{
background:url("../img/payment/ttl_payment.jpg") 0 0 no-repeat;
margin-bottom:15px;
}
div#Contents h2{
height:33px;
}
div#Contents h2.normal{
background:url("../img/payment/ttl_normal.gif") 0 0 no-repeat;
}
div#Contents h2.speed{
background:url("../img/payment/ttl_speed.gif") 0 0 no-repeat;
}
div#Contents div.note h2{
background:url("../img/payment/ttl_notice.gif") 0 0 no-repeat;
}
div#Contents h3{
text-indent:0;
width:auto;
height:auto;
padding:0;
}
div#Contents table{
width:534px;
margin:0 auto 20px;
}
div#Contents table th{
background-color:#EEF7FF;
}
div#Contents thead th{
text-align:center;
font-weight:normal;
}
div#Contents tbody td{
text-align:center;
}
div#Contents tbody td.sum{
font-weight:bold;
}
div#Contents p.note{
color:#666666;
font-size:90%;
margin:0 16px 7px;
}
div#Contents p.note.last{
margin-bottom:20px;
}
div#Contents div.note p{
background:url("../img/common/icn_arrow_blue.gif") 0 7px no-repeat;
padding-left:10px;
margin:0 25px 7px;
}