@charset "euc-jp";
/* --------------------------------------------------------------- */
/*  Style Sheet
/*  last update 2007.3.10
/*  news/index.css
/*  Copyright(C) Rootstock.net
/*　Created by Masashi Kijima
/* --------------------------------------------------------------- */

/* news
--------------------------------------------------- */
#news{
padding:0 35px;
}
#news h2{
width:730px;
height:50px;
background:url(../images/newsHeader.gif) no-repeat;
}
/* 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;
/*height:150px;*/
background:url(../images/noImages.gif) no-repeat;
margin:0 0 25px 30px;
}
#newsList ul li dl{
line-height:20px;
width:500px;
}
#newsList ul li dl dt{
color:#36574f;
font-size:16px;
font-weight:bold;
margin:0 0 5px 0;
}
#newsList ul li dl dd{
font-size:14px;
padding:15px 0 0 0;
}
#newsList ul li dl dd.body{
background:url(../images/underLine.gif) no-repeat;
margin:10px 0 0 0;
}
#newsList ul li dl dd.readMore{
margin:0 10px 0 0;
text-align:right;
}

/* 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;
}
