/* --------------------------------------------------------------- */
/*  Style Sheet
/*  last update 2007.4.9
/*  common/index.css
/*  Copyright(C) Rootstock.net
/*　Created by Masashi Kijima
/* --------------------------------------------------------------- */

/* intro
--------------------------------------------------- */
#intro{
width:800px;
height:315px;
}
#intro #swfArea{
float:left;
width:250px;
height:255px;
/*background:url(../images/top.gif) no-repeat;*/
}
#intro #textArea{
float:right;
width:445px;
height:260px;
background:url(/common/images/introText.gif) no-repeat;
}
#intro #textArea h2,h3{
display:none;
}
/* news
--------------------------------------------------- */
#newsArea{
width:800px;
}
#newsArea h4{
width:340px;
height:50px;
}
#plantsNews h4{
background:url(/common/images/plantsNews.gif) no-repeat;
}
#shopTopics h4{
background:url(/common/images/shopTopics.gif) no-repeat;
}

#plantsNews{
float:left;
width:340px;
}
#shopTopics{
float:right;
width:340px;
}
/* newsエントリー
------------------------ */
#newsArea ul{
margin:25px 0 0 0;
}
#newsArea ul li img{
float:left;
display:block;
width:120px;
/*height:90px;*/
background:url(/common/images/noImages.gif) no-repeat;
margin:0 20px 20px 0;
}
#newsArea ul li{
clear:both;
margin:0 0 25px 0;
}
#newsArea ul li dl{
font-size:12px;
line-height:20px;
}
#newsArea ul li dl dt{
font-weight:bold;
}
/* shopTopicsエントリー
------------------------ */
#shopTopics ul{
margin:25px 0 0 0;
}
#shopTopics ul li img{
float:left;
display:block;
width:90px;
height:50px;
background:url(/common/images/noImages.gif) no-repeat;
margin:0 10px 5px 0;
}
#shopTopics ul li{
clear:both;
margin:0 0 10px 0;
}
#shopTopics ul li dl{
font-size:12px;
line-height:20px;
}
#shopTopics ul li dl dt{
font-weight:bold;
}
/* news前の10件/次の10件
------------------------ */
#footerNavi{
clear:both;
width:340px;
height:40px;
background:url(/common/images/footerNavi.gif) no-repeat;
}
#footerNavi p{
padding:10px 0 0 0;
}
#footerNavi p.backEntry{
float:left;
}
#footerNavi p.nextEntry{
float:right;
}
