@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      base.css
 Adddate:        2010.03.03
 Upddate:        2010.03.09
 Style Info:     新着情報詳細ページCSSファイル
----------------------------------------------------------- */

/* -----------------------------------------------------------
　　bodyID設定
----------------------------------------------------------- */
#news-body {
}


/* -----------------------------------------------------------
　　ページレイアウト設定
----------------------------------------------------------- */
table#news {
 width: 968px;
 background: url(../../../img/bg_contents2_bottom.jpg) no-repeat scroll left bottom transparent;
}
}
table#news td#news-left {
 width: 734px;
}
table#news td#news-left #left-inner {
 padding: 20px 18px 20px 20px;
}
table#news td#news-left #left-inner02 {
 margin: 0 20px;
}
table#news td#news-right {
 width: 234px;
}
table#news td#news-right #right-inner {
 padding: 20px 20px 20px 0;
}
#left-inner02 h4 {
 margin: 35px 0 5px;
 padding: 4px 5px 4px 20px;
 background: url(../../../img/icon_ingredient_list.gif) no-repeat 5px 10px #EAFAF2;
 font-size: 116%;
}

table#news td#news-left #left-inner p{
 margin-top: 15px;
}


table.year-list {
 margin-top: 30px;
 border-left: solid 1px #CCC;
}
table.year-list td {
 padding: 0 10px;
 border-right: solid 1px #CCC;
 font-size: 108%;
}


.news-list-table {
 width: 656px;
 margin-bottom: 12px;
 background: url(../../../img/border_dot_h.gif) repeat-x left bottom;
}
.news-list-table td,.news-list-table th {
 text-align: left;
}
.news-list-table td {
 padding-bottom: 10px;
}
.news-list-table td.news-text {
 padding-top: 2px;
}
.news-list-table td.news-text a {
 padding-left: 10px;
 background: url(../../../img/arrow03.gif) no-repeat left 5px;
}

.news-list-wrap {
 width: 656px;
 text-align: left;
}
.news-list-wrap th {
 padding: 12px 0 1px;
}
.news-list-wrap td {
 padding-bottom: 12px; 
 background: url(../../../img/border_dot_h.gif) repeat-x left bottom;
}
.news-list-wrap td a {
 padding-left: 10px;
 background: url(../../../img/arrow03.gif) no-repeat left 5px;
}

