@charset "UTF-8";

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

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

:: css for STUDIO24 tsudanuma - for studio
:: 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.details {
margin-right: 30px;
float: left;
width: 420px;
height: 660px;
}


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

th.speckTh {
color: #222222;
text-align: center;
background-color: #cccccc;
}

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

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