/* --------------------------------------------------------------- */
/*  Style Sheet
/*  last update 2007.4.14
/*  news/index.css
/*  Copyright(C) Rootstock.net
/*　Created by Masashi Kijima
/* --------------------------------------------------------------- */

/* news
--------------------------------------------------- */
#news{
padding:0 35px;
}
#news h2.title{
margin:0 0 15px 0;
padding:0 0 10px 0;
font-size:16px;
line-height:20px;
font-weight:bold;
color:#36574f;
background:url(/common/images/ttl_bgLine.gif) no-repeat;
background-position:bottom;
}
/* newsList
----------------------------- */
#newsList{
width:730px;
}
#newsList ul{
margin:25px 0 0 0;
}
#newsList ul li{
clear:both;
display:block;
width:730px;
margin:30px 0 0 0;
}
#newsList ul li img{
float:right;
display:block;
width:200px;
background:url(../images/noImages.gif) no-repeat;
margin:0 0 25px 30px;
}
#newsList ul li dl{
line-height:20px;
}
#newsList ul li dl dt{
color:#36574f;
font-size:16px;
font-weight:bold;
margin:0 0 5px 0;
}
#newsList ul li dl dd{
background:url(../images/underLine.gif) no-repeat;
font-size:14px;
padding:15px 0 0 0;
}
/* newsList前の10件/次の10件
----------------------------- */
#news #footerNavi{
position:relative;
clear:both;
width:730px;
height:80px;
background:url(../images/footerNavi.gif) no-repeat;
margin:25px 0 0 0;
}
#footerNavi p{
padding:5px 0 0 0;
}
#footerNavi p.backEntry{
float:left;
}
#footerNavi p.nextEntry{
float:right;
}
#footerNavi p.backPage{
position:absolute;
top:45px;
left:0;
}
#footerNavi p a { color: #8b1308; text-decoration:none;}
#footerNavi p a:hover { color: #8b1308; text-decoration: underline;}
#footerNavi p a:visited { color: #9d564f; }



