@charset "UTF-8";

/*

 * author:		KUNIHIRO ENDO ( Pati )
 * process:		grambook PRICE css
 * revision marking:


/* reset
--------------------------------------------------------------*/

section.cont div.shadow{
margin:10px auto 0;}

section.cont div.image_box{
	position: relative;
min-height:468px;
padding:7px 0 10px 40px;
background:url(images/bg_price.png) no-repeat 459px top;
}

* html section.cont div.image_box{height:468px;}

section.cont div.image_box p.text{
margin:0 0 30px;}

table.table_css{
width:365px;
margin:0 0 60px;
border-collapse: collapse;
border-top:1px solid #dadada;
}

table.table_css th,table.table_css td{
border-bottom:1px solid #dadada;
}

table.table_css th{
width:83px;
padding:13px 10px;
text-align:left;
vertical-align:top;}

table.table_css td{
padding:13px 15px;
text-align:left;
vertical-align:top;}

table.table_css td.price{
text-align:right;}

