body {
margin : 0;
background : #ffffff
}

a:link    {text-decoration:none; color:#003399 ;}
a:visited {text-decoration:none; color:#003399 ;}
a:active  {text-decoration:none; color:#660000 ;}
a:hover   {text-decoration:underline; color:#ff6600 ;}

/*　h1：商品ページのタイトル用*/
h1 {
font-size : 18pt;
font-weight : 500;
margin : 0;
color : ff9a00;
}
/*　h2：商品ページのカート商品名用*/
h2 {
font-size : x-small;
font-weight : bold;
margin : 0;
color : bb5e00;
}

#kakaku-waku {
font-size : xx-small;
font-weight : normal;
margin : 0;
color : 000000;
}
#kakaku {
font-size : small;
margin : 0;
color : ff0000;
}
#caution {
font-size : x-small;
margin : 0;
color : ff0000;
}

table {
backcolor : #ffffff;
margin : 0;
padding : 0;
border :0;
font-size : x-small;
font-weight : normal;
}