/*  パソコン用 express CSS  */
/*  basic  */
body {
color:           black;
font-family:     'Lucida Grande',
                 'Hiragino Kaku Gothic ProN',
                 'ヒラギノ角ゴ ProN W3',
                 Meiryo,
                 メイリオ,
                 sans-serif;
}
table#page{
width: 960px;
margin: 0px auto;
}

td.shelf {
width: 100%;
}

th.title {
width: 100%;
font-size: 14pt;
color: white;
padding-left: 10px;
text-align: left;
background-color: gray;
}

h2{
color:black;
font-weight:normal;
text-align:center;
}

h3{
color:white;
background-color: gray;
font-weight:normal;
padding: 0 0 0 10px;
}

td.shelf {
width: 100%;
}

div.part_msg img{
float: left;
width: 10%;
margin: 0 10px;
}

ol.part_list{
list-style-type:decimal;
}

ol.part_list li{
font-weight:bold;
}

ol.small_list{
list-style-type:lower-alpha;
}

ol.small_list li{
font-weight:normal;
}

td#refer p{
float: right;
font-size: 10pt;
}
