@charset "UTF-8";

/*
:: reset & base style sheet
:: last update 2009-05-15
*/

/*==================================================

:: css for STUDIO24 tsudanuma - for price
:: http://studio24tsudanuma.com/
:: copyright (c) 2008 STUDIO24 tsudanuma, all rights reserved.

:: author - sunny coding department
:: http://sunny-coding-department.com/

==================================================*/

/*========== main ==========*/
div#main {
width: 900px;
}

div#mainSubstance {
margin-bottom: 50px;
}

div.price {
margin-bottom: 20px;
width: 900px;
}

table.speckTable {
border: 1px solid #666666;
border-collapse: collapse;
}

tr.speckTr,td.commonNoun,td.item {
border: 1px solid #666666;
border-collapse: collapse;
font-size: 11px;
}

th.speckTh {
color: #ffffff;
text-align: center;
background-color: #999999;
}

td.commonNoun {
padding-top: 5px;
padding-bottom: 5px;
width: 175px;
text-align: center;
vertical-align: top;
color: #222222;
background-color: #cccccc;
}

td.item {
padding-top: 5px;
padding-bottom: 5px;
width: 175px;
text-align: center;
vertical-align: top;
}

li.priceLi {
margin-left: 15px;
}

/*========== end ==========*/