
/*=======================
  共通
=======================*/
#Contener{
width:500px;
border:1px solid #999;
padding:20px 39px;
margin:0 auto;
}


/*=======================
  LINE STAMP
=======================*/
#Contener h1.LineStamp{
width:390px;
height:53px;
font-size:20px;
text-align:left;
background-repeat:no-repeat;
background-image:url(http://jammy-inc.com/rodystore/jammy/img/temp/linestamp_img.gif);
background-position:402px 8px;
padding:40px 0 0 110px;
margin:0;
}

/*=======================
  新商品・再入荷
=======================*/
#Contener h1.Item{
width:380px;
height:53px;
font-size:20px;
text-align:left;
background-repeat:no-repeat;
background-image:url(http://jammy-inc.com/rodystore/jammy/img/temp/itemnews-img.gif);
background-position:382px 8px;
padding:40px 0 0 120px;
margin:0;
}
#Contener>h2{
width:100%;
margin:20px 0 5px 0;
text-align:left;
}
ul.ItemList{
width:500px;
margin:0 auto 30px -3px;
}
.ItemList li{
float:left;
width:97px;
margin:0 0 0 3px;
text-align:center;
}
.ItemList li a{
line-height:1em;
font-size:x-small;
}
.ItemList li a img{
width:95px;
border:1px dotted #999;
margin:0 0 2px 0;
}
/*=======================
  おしらせ
=======================*/
#Contener h1.Info{
width:380px;
height:44px;
font-size:20px;
text-align:left;
background-repeat:no-repeat;
background-image:url(http://jammy-inc.com/rodystore/jammy/img/temp/info-img.gif);
background-position:325px 8px;
padding:40px 0 0 120px;
margin:0;
}
#Contener>ul.Info{
margin:20px auto 0 auto;
}
#Contener>ul.Info>li{
width:100%;
background-image:url(http://jammy-inc.com/rodystore/jammy/img/temp/line_dot_x.gif);
background-repeat:repeat-x;
padding:20px 0 7px 0;
}
#Contener>ul.Info>li.first{
background-image:none;
}
#Contener>ul.Info>li>p{
margin:0;
}
#Contener p a.close{
padding:5px;
color:#fff;
font-weight:bold;
}
#Contener p a.close,#Contener p a.close:link,
#Contener p a.close:visited{
background-color:#666;
}
#Contener p a.close:hover,#Contener p a.close:active {
background-color:#f90;
text-decoration:none;
}

#Contener p.close{
width:100%;
text-align:center;
margin:20px auto 0 auto;
}