@charset "UTF-8";

/*
**********************************************************************

* payment.css

* site name   : http://sky-tierra.com/
* description : Payment Page styles
* since       : 2008-07-23
* 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{
background:url("../img/feature/bg_dot_gray.gif") 0 100% repeat-x;
font-size:180%;
color:#F72B68;
text-indent:0;
height:auto;
margin:0 10px 20px;
padding:0 0 5px 0;
}
div#Contents table{
width:534px;
margin:0 auto 10px;
}
div#Contents table thead th{
background-color:#FFD7E1;
}
div#Contents table tbody th{
background-color:#FFF8FA ;
}
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 .note h3{
background:#F3F5F2;
text-indent:0;
color:#333333;
padding:3px 3px 3px 10px;
margin-bottom:10px;
}
div#Contents .note .last{
margin-bottom:20px;
}
div#Contents .note p{
background:url("../img/common/icn_arrow_blue.gif") 0 5px no-repeat;
padding-left:12px;
margin:0 25px 7px;
}