@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/

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

/*========== entry ==========*/
div#entry {
margin-bottom: 20px;
clear: both;
width: 900px;
}

#mainImg {
margin-bottom: 10px;
}

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

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

div.price {
margin-bottom: 20px;
margin-right: 10px;
float: left;
width: 600px;
}

table.speckTable {
margin-bottom: 20px;
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-left: 5px;
padding-bottom: 5px;
width: 180px;
text-align: left;
vertical-align: top;
color: #222222;
background-color: #cccccc;
}

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

div#side {
float: left;
width: 290px;
}

div#sideSub {
}

div.bannerBox {
margin-bottom: 5px;
padding: 10px;
background-color: #222222;
width: 270px;
height: 80px;
}

ul.policyUl {
margin-top: 10px;
clear: both;
}
li.policyLi {
margin-left: 20px;
list-style: decimal;
}


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