/* --------------------------------------------------------------- */
/*  Style Sheet
/*  last update 2007.3.10
/*  shop/index.css(ƥåץȥåץڡ)
/*  Copyright(C) Rootstock.net
/*Created by Masashi Kijima
/* --------------------------------------------------------------- */

/* shop index
--------------------------------------------------- */
#intro{
margin:0 0 10px 0;
}
#intro img{
float:left;
margin:0 30px 20px 0;
}
#intro h2{
float:right;
width:320px;
margin:0 0 15px 0;
padding:0 0 10px 0;
font-size:16px;
line-height:20px;
font-weight:bold;
color:#36574f;
background:url(../images/ttl_bgLine.gif) no-repeat;
background-position:bottom;
}

#intro p.readMore{
margin:20px 10px 0 0;
text-align:right;
}

/* topics
--------------------------------------------------- */
#topics{
width:550px;
margin:20px 0 0 0;
}
#topics ul{
margin:25px 0 0 0;
}
#topics ul li{
clear:both;
display:block;
width:550px;
margin:0 0 25px 0;
}
#topics ul li img{
float:left;
display:block;
width:200px;
height:150px;
background:url(../images/topics_noImages.gif) no-repeat;
margin:0 0 25px 0;
}
#topics ul li dl{
float:right;
width:320px;
}
#topics ul li dl dt{
}
#topics ul li dl dd.body{
margin:20px 0 0 0;
}
#topics ul li dl dd.readMore{
margin:0 10px 0 0;
text-align:right;
}
